I’ve found a myriad of plugins that tweets my posts or grabs tweets into a widget, or posts all tweets, but none that:
- looks for a specific twitter @account’s #hashtags and
- creates a WP post
- in a custom category
Tweet
(when specific #hashtag shows up)
So WordPress will look at Twitter @username tweets, doing nothing, waiting for a trigger in the form of the hashtag #foo
. Then WordPress will create a post in the category bar
.
Is there a plugin that does this, or will I have to code a function myself? Which I doubt I’ll be able to do :/
The easiest way of doing this is to use a slightly undocumented feature of twitter’s search – you can pull an Atom feed for any search query (which includes hashtags), and then use FeedWordPress to generate posts.
A sample Twitter search query that returns Atom (which is is an alternative to RSS and works in the same way):
Use FeedWordPress to create posts in whatever category you want from the twitter hashtag feed.
To set a category do the following: (from the FeedWordPress FAQ):