Simple Plugin to include the "t3n Social News"-Button (hype!-Button) on posts, which use a defined tag.
For more information on how to use this plugin see
splash ;).
- Upload the 'hype!'-folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in the WordPress admin
- Set the tags/style on the options page
- Include the following php-function in your theme/templates using this snippet:
<?php echo $hypeIt->getButton(get_permalink(),get_the_tags()); ?>
or (maybe the better way)
`<?php if ( is_object($hypeIt) ) : ?>
getButton(get_permalink(),get_the_tags()); ?>
`