Description
A simple automated WordPress plugin that imports tweets as posts.
Installation
- Download to your WordPress plugin folder.
- Activate plugin.
- Create a Twitter Application https://apps.twitter.com/.
- Find and create «Your access token», make sure to set privileges to read only.
- Configure the plugin with your Twitter screen name, and the 4 keys obtained from creating the Twitter app.
- Activate the import of tweets.
- All of your tweets are now accesible as posts.
FAQ
Do I use this at my own risk?
Yes.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WPTweetImporter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WPTweetImporter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Refactoring plugin for better performance.
- Now optionally parses hash-tags in tweets if WPTagSanitizer is installed.
1.0.2
- Automatically adds category Tweets as the category tweets are imported to. This can be overridden in the options panel.
1.0.1
- Now uses WPTagSanitizer for normalizing tags, if WPTagSanitizer is not installed, all tags will just be imported as is with no modification.
1.0.0
- Uploaded plugin.