Lets the user twitter your blogpost easy - with short-url support.
EN: Using this plugin is very easy. Just install it and put
<?php if ( function_exists('twitter_it') ) : twitter_it($post->ID); endif; ?>
in your template next to your posting into "the loop". For further informations see the examples.
DE: Die Benutzung des Plugins ist sehr einfach. Einfach installieren und und folgenden Code in das Template einfügen.
<?php if ( function_exists('twitter_it') ) : twitter_it($post->ID); endif; ?>
Für weitere Anwendungsbeispiele unter "Examples" nachschauen.
Upload the whole plugin folder to your /wp-content/plugins/ folder.
Go to the Plugins page and activate the plugin.
Use the Options page to set the customizing-options like prefix.
Integrate the template-tag into your template.
<?php if ( function_exists('twitter_it') ) : twitter_it($post->ID); endif; ?>
Requires: 2.7.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-2
Downloads: 7,768
Got something to say? Need help?