sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 117 forks source link

Limiting the number of tweets shown #94

Open roberthallatt opened 6 years ago

roberthallatt commented 6 years ago

I am using the NPM version of the package. Is there a way to limit the number of tweets shown?

roberthallatt commented 6 years ago

The count param in the following code doesn't seem to be recognized.

$('.cps-twitter-feed .tweet').tweetie({ url: "/api-copy/php/tweetie.php", type: "timeline", template: "<li>{{tweet.created_at}} - {{tweet.text}}</li>", dateFormat: "%b %d, %Y", params: { count: "3" } });

I can see that it's being passed to the API so this has me scratching my head.