PHP Scripts - PHP Twitter Plugin - CodeCanyon
PHP Twitter Plugin his title this type of PHPScripts/SocialNetworking This time I will review,made by sublantic, PHPScripts/SocialNetworking is sold at a price of $4 in CodeCanyon. codeigniter // php // social media // twitter // twitter integration // twitter search //Created | 29 January 11 |
Last Update | 2 February 11 |
Compatible Browsers | IE6, IE7, IE8, Safari, Opera |
Software Version | PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery |
High Resolution | No |
Software Framework | CodeIgniter |
Files Included | CSS, PHP |
This plugin allows you to display a twitter timeline from a specific users timeline, or search keywords, mentions, etc and display the results. It also includes a cool caching option that will allow you to cache the reults for a certain amount of time. The display can be easily customized with CSS . The download comes with a stylsheet that will style your feed exactly like the examples below. If you’d like to use it, simply add twitter.css from the download to your site. It will still work if you dont include a stylesheet, it just wont look as nice.
Standard Display
This example will display the 5 most recent tweets from @StephenAtHome (Stephen Colbert).
echo $twitter->timeline('StephenAtHome');
Result
Keyword Search
This example will search twitter for specific word(s) and display the 8 most recent tweets containing it. Why don’t we see if anyone has gotten a new puppy recently…
echo $twitter->search('new puppy', 8, 'thumbnail');
Result
That’s the basics of it. Head over to the live preview page for more examples.
More Files From the PHP Plugin Suite
Related produck This user:sublantic
No comments:
Post a Comment