Plugin Directory

Bubs' Button Board

Upgrading from 1.0/1.1/2.0/2.1

  • Upload button-board.php to the folder wp-content/plugins/button-board, overwriting the original file

Usage

  • Create a Wordpress page for your plugboard (Write > Write Page)
  • Paste [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:

    1. The number of buttons you want to display (optional)
    2. The Before tag (optional)
    3. The After tag (optional)
  • Alternatively, you can use the new mini-plugboard widget.

Stying the Board

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.

Changelog

  • 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)

Demo

BubblesSOC Plugboard

Comments, Problems, Suggestions?

Please email me: me@bubblessoc.net

Plugin User?

If you are using my plugboard plugin on your website, let me know! You'll get a special link on my plugboard page.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(7 ratings)