We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the NPM version of the package. Is there a way to limit the number of tweets shown?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I am using the NPM version of the package. Is there a way to limit the number of tweets shown?
The text was updated successfully, but these errors were encountered: