button-board.php to the folder wp-content/plugins/button-board, overwriting the original file[bbb_page_print] in the Page Content textarea. Publish your page.If you want to include a mini-plugboard in your sidebar, use the following function:
<?php bbb_include(6, "<li>", "</li>"); ?>
The function parameters are:
If you want your buttons to appear side-by-side, use the following CSS:
ul#plugboard {
/* The Plugboard Container */
list-style: none;
float: left;
}
ul#plugboard li {
float: left;
padding-right: 5px;
padding-bottom: 5px;
}
#plugboard-form {
/* The Plugboard Form Container */
clear: both;
}
For specific styling issues, please email me.
January 9, 2009 (Version 2.2)
Validated compatibility with Wordpress 2.7.
Optional target="_blank" added to button links.
Fixed a problem that occurred when converting characters to HTML entities.
July 23, 2008 (Version 2.1) Validated compatibility with Wordpress 2.6. Added email option. Enabled button editing.
May 5, 2008 (Version 2.0) Plugin now compatible with Wordpress 2.5+. Also, added widget support.
July 5, 2007 (Version 1.1)
Added support for servers with PHP allow_url_fopen disabled.
This version requires a writable directory and cURL (for error checking)
Please email me: me@bubblessoc.net
If you are using my plugboard plugin on your website, let me know! You'll get a special link on my plugboard page.




