Topic-icon Social streaming hashtags from Twitter

Active Subscriptions:

None
9 years 5 months ago #48992 by pauhen
Might be a newbie type question, but is it possible to social stream tweets with a certain hashtag?

For example, I want to display a stream of tweets with the hashtag #ImANewb ....is that possible?
The topic has been locked.
Support Specialist
9 years 5 months ago #48995 by alzander
What you're looking for is an "Embedded Timeline". It's not something that JFBConnect natively supports yet with an Easy Tag or module. However, you can find the information on how to create one on the page below:
dev.twitter.com/web/embedded-timelines

For the code you have to insert into your page, you just need the following bit after you've created the timeline Id:
<a class="twitter-timeline"
  href="https://twitter.com/twitterdev"
  data-widget-id="YOUR-WIDGET-ID-HERE">
Tweets by @twitterdev
</a>
You don't need the Javascript inclusion of the Twitter API as JFBConnect will take care of that automatically.

I hope that helps get you started, but if you run into any issues or have any questions, just let us know.

Thanks,
Alex
The topic has been locked.