WPTweetImporter
WPTweetImporter
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
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.