Welcome To Snipplr


Everyone's Recent Snippets Tagged twitter



[Query related to PHP code to save tweets from the twitter search API to a MySQL database](http://snipplr.com/view/56994/save-tweets-using-php-from-the-twitter-search-api-to-a-mysql-database/ "PHP code to save tweets from the twitter search API to a...
0 1207 posted 12 years ago by eddequincey
[Related SQL query to create the storage table](http://snipplr.com/view/56995/sql-query-to-create-a-table-in-mysql-to-store-tweets/ "Related SQL query to create the storage table")
0 1539 posted 12 years ago by eddequincey
I took this out of an example in tutsplus, and I added a fadeIn action for aesthetic reasons.
0 905 posted 12 years ago by luizlopes
Allows you to display a look like 5 days ago.
0 714 posted 12 years ago by paulund
0 665 posted 12 years ago by dmertl
Nothing revolutionary, just a simple implementation. A reworking from Brian Cray's source code: http://briancray.com/2009/08/21/tweeted-links-twitter-api-php-cache/ Note: requires creating a cache file, '/caches/twitter', relative to source.
0 737 posted 12 years ago by richardmaisano
Twitter have changed their api, and using the old twitter.com?status=… doesn't work anymore. This uses the new 'Web Intents' method.
0 533 posted 12 years ago by adamturtle
0 555 posted 12 years ago by konkas
linkify twitter text status
0 494 posted 13 years ago by global_1981
Encode a Tweet from a Twitter search query wrapping all hash tags, user names and urls with herf entities with one function call
0 491 posted 13 years ago by ninjaparade
Note: replace "USERNAME" with your own twitter username. This is using cycle plugin with easing which is applied after the tweets are populated.
1 922 posted 13 years ago by crypticsoft
0 601 posted 13 years ago by roflman79
Put this code in your theme, where you want to show followers count. Don't forget to change USERNAME.xml to your twitter user name.
0 679 posted 13 years ago by kirichev
Updated code (December, 2012) to get a tweet from a user's twitter timeline using JSON and jQuery
3 1003 posted 13 years ago by eddequincey
0 717 posted 13 years ago by kuril
0 656 posted 13 years ago by kangcom
1 572 posted 13 years ago by kijtra
As of my ongoing preparation for the 1K tweet :) I was interested to see the 1000th tweet from some friends timeline. And when I didn't find an existing method, I thought I could write few jQuery lines to solve this..
1 798 posted 13 years ago by mikemore
Simple jQuery script to display Twitter trending stories of your website and their Twitter trackbacks by combining 2 of my jQuery plugins - Popular on Twitter Widget & Twitter Trackbacks Widget. [Read more](http://www.moretechtips.net/2010/10/combin...
1 496 posted 13 years ago by mikemore
0 543 posted 13 years ago by laurentzziu
0 560 posted 13 years ago by laurentzziu
A Twitter pull-in that I coded using PHP. Uses the JSON user_timeline Twitter API call. It displays the tweet with links to any urls, users, or hashtags, the time ago, and if it was in reply to anyone.
2 837 posted 13 years ago by mloberg
Display the latest tweets of a user using JavaScript. Not really a recommended way. If Twitter is slow, your site will load slow. I would recommend using my PHP implementation instead. It will not hang your site if Twitter is not working.
1 549 posted 13 years ago by mloberg
Code in single.php, loop.php, index.php, page.php, category.php, und archive.php , innerhalb des loops einfügen.
0 659 posted 13 years ago by PM-Webdesign