ssplugin / ss-twitter-feed

Show Recent twitter timeline on your site.
MIT License
3 stars 7 forks source link

Filter / show retweets? #1

Closed johneemac closed 5 years ago

johneemac commented 5 years ago

Looks like an interesting plugin.

How would one go about showing / filtering by retweets?

ssplugin commented 5 years ago

What do you mean by filtering retweets? If you think about sorting / ordering retweet. if yes, we will update our plugin for filtering in next version.

Thank you very much.

ssplugin commented 5 years ago

@johneemac If you think exclude retweet, You should try to pass second parameter like:

{% for tweet in craft.ssTwitterFeed.displayPost( '5', 'true' ) %} {% endfor %}