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 1180 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 1512 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 883 posted 12 years ago by luizlopes
Allows you to display a look like 5 days ago.
0 689 posted 12 years ago by paulund
0 645 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 712 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 512 posted 12 years ago by adamturtle
0 543 posted 12 years ago by konkas
linkify twitter text status
0 477 posted 12 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 472 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 894 posted 13 years ago by crypticsoft
0 584 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 661 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 977 posted 13 years ago by eddequincey
0 692 posted 13 years ago by kuril
0 634 posted 13 years ago by kangcom
1 554 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 769 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 481 posted 13 years ago by mikemore
0 525 posted 13 years ago by laurentzziu
0 537 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 812 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 530 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 637 posted 13 years ago by PM-Webdesign