Welcome To Snipplr


Everyone's Recent Snippets Tagged twitter



[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 1854 posted 13 years ago by eddequincey
I took this out of an example in tutsplus, and I added a fadeIn action for aesthetic reasons.
0 1140 posted 13 years ago by luizlopes
Allows you to display a look like 5 days ago.
0 945 posted 13 years ago by paulund
0 861 posted 13 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 976 posted 13 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 768 posted 13 years ago by adamturtle
0 737 posted 13 years ago by konkas
linkify twitter text status
0 684 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 688 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 1228 posted 13 years ago by crypticsoft
0 821 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 900 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 1267 posted 13 years ago by eddequincey
0 968 posted 14 years ago by kuril
0 859 posted 14 years ago by kangcom
1 794 posted 14 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 1042 posted 14 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 693 posted 14 years ago by mikemore
0 742 posted 14 years ago by laurentzziu
0 790 posted 14 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 1084 posted 14 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 768 posted 14 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 872 posted 14 years ago by PM-Webdesign
To use just edit the Twitter user ID which appears at the bottom of the snippet. You may want to change the location where the tweets are cached, by default they are stored at the root level of your domain. The reason for caching is that Twitter limi...
0 1172 posted 14 years ago by f6design