Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

hype it!

Beschreibung

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

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)

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

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„hype it!“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „hype it!“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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)