EN: With this plugin an user has the ability to twitter a article that he is your site. This plugin is easy to install highly customizable. Caching of short-urls included!
DE: Mit diesem Plugin kann ein Benutzer über Twitter mitteilen, welchen Artikel er gerade auf deinem Blog liest.
V4.2 - Added option to clear the cache and refresh all short-urls.
V4.1 - Fixed file_get_contents() error, if this function is disabled from your hoster.
V4 - Added bit.ly shortening, added more images, relaunched admin-interface
V3.2 - Fixed CSS-Error
V3 - Added some customizing features like prefix and custom css via style-tag. Added ability to mark the link as "nofollow".
V2 - Added TinyURL-Caching, added Icons.
V1 - First release. Just generating a twitter-link.
Plugin by Roman Allenstein.
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.




