=== hype it! === Contributors: Oliver Schaal Website link: http://blog.splash.de/ Author URI: http://blog.splash.de/ Plugin URI: http://blog.splash.de/plugins/hype_it/ Tags: social bookmark, hype, yeebase, button Requires at least: 2.5 Tested up to: 2.6.2 Stable tag: 0.2.0 This Plugin adds the hype!-Button to posts, which uses defined tags, on your Site. Just add the following to your theme/templates: . License: GPL v3, see LICENSE == Description == Simple Plugin to include the hype!-Button on posts, which use a defined tag. For more information on how to use this plugin see [splash ;)](http://blog.splash.de/plugins/). == Installation == 1. Upload the 'hype!'-folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in the WordPress admin 3. Set the tags/style on the options page 4. Include the following php-function in your theme/templates using this snippet: `getButton(get_permalink(),get_the_tags()); ?>` or (maybe the better way) ` getButton(get_permalink(),get_the_tags()); ?> `