Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

hype it!

Popis

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 😉.

Instalace

  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)

<?php if ( is_object($hypeIt) ) : ?>
<?php echo $hypeIt->getButton(get_permalink(),get_the_tags()); ?>
<?php endif; ?>

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

hype it! je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “hype it!” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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)