=== S-ButtonZ === Contributors: Gorkfu Donate link: http://www.rswr.net/send-rswr-donation/ Tags: digg, digg it, reddit, dzone, buzz, yahoo buzz, bookmarking, bookmark, bookmarks, social bookmark, social bookmarking, social media, post, posts, plugin Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 1.0.4 Displays social media buttons of your choice for each post/page. Full admin options available. == Description == = What this plugin does: = Displays social media buttons of your choice for each post/page. You can currently choose from Digg, reddit, dZone and Yahoo Buzz buttons/badges in any combination. = Features: = * Separate admin options for each social media button. * Fixed display options: top left, top right, bottom left and bottom right. * Can hide buttons on home page, pages, posts, tag pages, archives and the search results page. * Hide buttons on a single page or post [See Faq](http://wordpress.org/extend/plugins/s-buttonz/faq/). * Media Scan Feature - Use multiple types of media with Digg/Yahoo Buzz [See Faq](http://wordpress.org/extend/plugins/s-buttonz/faq/). == Installation == 1. Upload the "S-ButtonZ" folder to the "/wp-content/plugins/" directory 2. Activate the plugin through the "Plugins" menu in WordPress 3. Click "Setting" tab and find a link to "S-ButtonZ" options 4. Fill out the options == Frequently Asked Questions == = Which version of WordPress is supported? = WordPress 2.7.x is currently supported. This plugin has not been tested on any versions before 2.7. = How do I hide a button on a single post or page? = Include the following code in your post or page: For Digg buttons: <!--diggZ=none--> For reddit buttons: <!--reddZ=none--> For dZone buttons: <!--dzoneZ=none--> For Yahoo Buzz! buttons: <!--buzzZ=none--> = What is the Media Scan Feature Used For? (Digg/Yahoo Buzz Only) = Digg and Yahoo Buzz submissions are either submitted as news, images or videos. In the admin settings you may only choose one default media value for each button type (IE. Digg, Buzz). If you have a page or post that needs to use a different type of media other than the chosen default then you will need to utilize the media scan feature. All you will need to do is include one of the following html comments in your post or page. <!--SBZ=news--> OR <!--SBZ=image--> OR <!--SBZ=video--> Note: If you used the old digg/yahoo buzz scan feature your pages will need to be updated to the new html comments above in order to work correctly. = Where can I submit bug reports and feature requests? = You may submit feedback via our feedback forum [feedback forum](http://feedback.rswr.net/pages/s_button_z) == Screenshots == 1. Admin Settings1 == ChangeLog == = 1.0.4 - 3/19/09 = * Major code cleanup, code was cleaned up to speed up admin backend and button loading. (Anyone upgrading will need to reset their settings, due to the code changes, my apologies.) = 1.0.3 - 3/18/09 = * Media scan updated to work properly for both digg/yahoo buzz buttons. Now only uses one html comment for both. * Minor code clean up. = 1.0.2 - 2/24/09 = * Minor JS Adjustments * Minor CSS Adjustments * Added ChangeLog Information to Admin = 1.0.1 - 2/22/09 = * Path fix for JavaScript File = 1.0.0 - 2/21/09 = * Initial Release