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

Caching does not take additional params into account #4

Closed rob-murray closed 9 years ago

rob-murray commented 9 years ago

Using additional parameters does not change the cache key so the same cache content is always used regardless of parameters.

Therefore only possible to display a Tweet with new options by deleting the cache.

The cache key currently just takes the Tweet specific elements of the status url and not additional params - fix this to build a key from the param hash too.