Description
I wanted a quick and simple way to just automatically link to a Twitter userpage or Twitter search whenever I wrote them in a blog post.
The other plugins where full featured or only linked to the username in the sidebar or widget.
Whenever you put an @username
in a post, it will link to the matching twitter user page.
Whenever you put a #hashtag
in a post, it will link to the matching twitter search page.
Installation
- Create directory
tweet
in your/wp-content/plugins/
directory - Upload
tweet.php
to the/wp-content/plugins/tweet/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Optional – You can customise your username link by using the tweet-username CSS class.
- Optional – You can customise your hashtag link by using the tweet-hashtag CSS class.
FAQ
- Can this plugin do more?
-
The idea is simply to link to twitter from your posts. For now, that’s it.
Reviews
There are no reviews for this plugin.
Contributors & Developers
Translate “Tweet” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- Initial Public version.