rob-murray / jekyll-twitter-plugin

A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
MIT License
238 stars 30 forks source link

Twitter search? #29

Closed lisah2u closed 4 years ago

lisah2u commented 7 years ago

I was hoping hashtag search would work, such as:

{% twitter https://twitter.com/hashtag/catz limit=5 %}

However, the response provided is something like this: There was a 'Not Found' error fetching URL: 'https://twitter.com/hashtag/catz'

rob-murray commented 7 years ago

Hi, it does not look like the Twitter oEmbed API supports search URLs for some reason - I haven't been able to find a way to do this yet.

The other way to add a hashtag search is using the search widget thing which is a bit annoying, definitely would be useful to be able use the oEmbed API for this.