CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
Grab Twitter tweets
/dev/null
Permalink to comment
#
November 2008
How can I grab twitter tweets from a specific user like there is on the front page? I would prefer a wordpress plugin and a php script.
ScottMacD
Permalink to comment
#
November 2008
I have a wordpress plug-in called "twitter-for-wordpress"
http://rick.jinlabs.com/code/twitter/
Use that link to get the plug-in
All i did was simply install the plug-in, activate it and then in my sidebar i used the following code
<?php twitter_messages(\"USERNAME\"); ?>
change "USERNAME" to the your twitter username or the username of whoever you want to follow (twitter.com/username)
I placed the code snippet in my sidebar.php file and above it i placed a h3 tag saying "Tweet
OR
Another way to use the plug-in is through Design>widgets in the back end of wordpress after you log in.
UPDATE : i've made a blog post about the twitter widget i use http://bit.ly/1kM0
Add a Comment
http://rick.jinlabs.com/code/twitter/
Use that link to get the plug-in
All i did was simply install the plug-in, activate it and then in my sidebar i used the following code
change "USERNAME" to the your twitter username or the username of whoever you want to follow (twitter.com/username)
I placed the code snippet in my sidebar.php file and above it i placed a h3 tag saying "Tweet
OR
Another way to use the plug-in is through Design>widgets in the back end of wordpress after you log in.
UPDATE : i've made a blog post about the twitter widget i use http://bit.ly/1kM0