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 2451 posted 14 years ago by eddequincey
I took this out of an example in tutsplus, and I added a fadeIn action for aesthetic reasons.
0 2596 posted 14 years ago by luizlopes
Allows you to display a look like 5 days ago.
0 1506 posted 14 years ago by paulund
0 1402 posted 14 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 1429 posted 14 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 1147 posted 14 years ago by adamturtle
0 1107 posted 14 years ago by konkas
linkify twitter text status
0 1003 posted 14 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 1092 posted 14 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 1766 posted 14 years ago by crypticsoft
0 1286 posted 14 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 1352 posted 14 years ago by kirichev
Updated code (December, 2012) to get a tweet from a user's twitter timeline using JSON and jQuery
3 1892 posted 14 years ago by eddequincey
0 3251 posted 14 years ago by kuril
0 1270 posted 14 years ago by kangcom
1 1292 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 1531 posted 15 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 1052 posted 15 years ago by mikemore
0 1127 posted 15 years ago by laurentzziu
0 1215 posted 15 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 1719 posted 15 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 1146 posted 15 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 1326 posted 15 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 1801 posted 15 years ago by f6design