Description
Tweets when you post, obviously. It looks at the post format to figure out what the message should look like. Also adds the appropriate meta tags to activate Twitter Cards.
Installation
- Upload
tweet-posts
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Apply for a Twitter API key at http://dev.twitter.com/apps
- Update the Twitter API information in the Options -> Tweet Posts menu
If you’d like to use Twitter Cards, apply for that on the Twitter Dev site as well.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Tweet Posts” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Tweet Posts” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3
- Rewrite of the Twitter-OAuth interface to use the WordPress HTTP API instead of using cURL directly.
0.2.1
- Bug fix: Didn’t show Twitter API info in the admin
0.2
- Add support for Twitter Cards
- Add Twitter to user profiles
0.1.1
- Fix bug where tweets would be sent even if the post wasn’t new
0.1
- Initial plugin