Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

hype it!

Description

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; ?>

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« hype it! » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « hype it! » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

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)