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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 One
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?