Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged twitter
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Wundertweets magento extension add twitter functinality to your store. It is user-friendly and customizable. Display
your twitter feed, search by hastag or show your list of tweets
Using twitter widget is effective, but it is limited for design c...
0
842
posted 10 years ago by steelgray9
Magento Social Login extension allows Customers to log in to your site using their accounts of various popular networks: Facebook, Google, Twitter.
0
1169
posted 10 years ago by steelgray9
Follow me on twitter flexible user and message
Add to post [twitter username='VeronicaDjeneva']Follow me Somebody[/twitter]
0
671
posted 11 years ago by Scoldy
Automatically link Twitter usernames in WordPress - Paste the code into the functions.php of your theme
0
1196
posted 11 years ago by ederwp
Here is a function that read the number of times a url is shared on twitter.
1
1034
posted 12 years ago by ginoplusio
Displaying your latest tweets is a good way to encourage people to follow you on Twitter. The most common place to display tweets is in the sidebar, although you can add them to any area of the website.
0
987
posted 12 years ago by i-am-andy
Twitter Clone v2.2.1 is the best available PHP clone of Twitter available online. Like our other products it is also extremely robust, user-friendly and very secured. Please visit http://itechscripts.com for this script and other FREE downloads.
0
962
posted 12 years ago by iTechScripts
Add this snippet to the functions.php to render your twitter followers count.
Replace 'planetabhi' with your twitter screen name
0
985
posted 12 years ago by planetabhi
A simple PHP function for fetching tweets. Just provide your Twitter screen name and how many tweets you want and that is it. The function returns a simplified result set because you rarely need all the stuff that the Twitter API throws your way. If...
1
975
posted 12 years ago by Sverri
If you’ve ever wanted to display your latest Twitter tweets on a website, here is method to do that using PHP.
0
974
posted 12 years ago by i-am-andy
A simple script to show a followers list in Wordpress. (It can be used in other places also, you have to change the WP specific variables). The script needs to create a cache file to not overload Twitter API.
0
857
posted 13 years ago by jhonqwerty
This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.
0
1488
posted 13 years ago by aristoworks
[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
1771
posted 13 years ago by eddequincey
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
913
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
698
posted 13 years ago by adamturtle
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
838
posted 13 years ago by kirichev