Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiting the number of tweets shown #94

Open
roberthallatt opened this issue Apr 6, 2018 · 1 comment
Open

Limiting the number of tweets shown #94

roberthallatt opened this issue Apr 6, 2018 · 1 comment

Comments

@roberthallatt
Copy link

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

@roberthallatt
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant