Has anyone come across a clean way to post tweets in wordpress with the use of a plugin. I would like to have the flexibility to pull at least the top 5 and only display tweets with the assigned hash tag.
Many thanks
Has anyone come across a clean way to post tweets in wordpress with the use of a plugin. I would like to have the flexibility to pull at least the top 5 and only display tweets with the assigned hash tag.
Many thanks
I'm not sure that this would give you the functionality to pull the most recent tweets from a hashtag, but it's totally doable to pull the most recent X updated from any user. Here's a couple of examples I found for you, written in php:
Example Two (Scroll down to #6)
Removing the "from:" in the second example's search string should allow you to search for any word or hashtag instead of by username, but I'm not 100% sure.
Fair warning though, that makes a prominent area of your site easily spammable. Anyone can post to a hashtag, right?