Descripció
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 😉.
Instal·lació
- 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:
getButton(get_permalink(),get_the_tags()); ?>
or (maybe the better way)
<?php if ( is_object($hypeIt) ) : ?>
<?php echo $hypeIt->getButton(get_permalink(),get_the_tags()); ?>
<?php endif; ?>
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«hype it!» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «hype it!» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
0.2.5
- [FIX] rename: “hype it!” -> “t3n SocialNews”
0.2.4
- [FIX] security
0.2.3
- [FIX] update to t3n.de/socialnews (new button/url)
0.2.2
- [FIX] security (don’t allow script execution outside wordpress)