Creating a new wordpress post from twitter tweets
- by pingu
Hi guys,
I'd like to build an application that, on interval, it checks for tweets containing a particular hashtag, and creates an individual Wordpress post for each tweet that it finds.
What is the best way to do this? Are there existing plugins/tools available, or should I write my own custom plugin?