Quantcast
Channel: Comments on: Easy Code to Show Your Most Recent Tweets in WordPress
Browsing latest articles
Browse All 13 View Live

By: Kory

What if you wanted to grab the 2 most recent tweets? Need a loop?

View Article


By: Jeff Sayre

Kory- All you need to do is the following: 1.) Request the two most recent tweets by setting rpp = 2, instead of one, in the query string. 2.) Then, in the parse_feed function, add an additional...

View Article


By: Iair S.

How would the function be, to grab as many latest tweets as you want? not just 1 or 2. Thank you.

View Article

By: jobbogamer

Great code, thanks! I’m using it to display three tweets on my site. One question though: How can I stop it showing the codes for non-alphabet characters, and actually show the characters? Ex. “Today...

View Article

By: jobbogamer

Oh crap, it replaced the code with the apostrophe. It shows up as '.

View Article


By: jobbogamer

One last try. It shows up as: & apos ; but without spaces.

View Article

By: Jeff Sayre

Ah, I thought I had corrected that issue already in the code above. I guess I never made the change. Look at the code again, on line 33, I’ve changed the echoed output by passing it through an...

View Article

By: jobbogamer

That worked great, thanks Jeff!

View Article


By: Nate

Thanks Jeff, I tried multiple methods and finally your method worked. Thanks for sharing! All the best, Nate. ps. we share similar interests and I would enjoy connecting with you on LinkedIn or...

View Article


By: John Sanabria

It worked like a charm, Jeff, thanks!

View Article

Image may be NSFW.
Clik here to view.

By: ReF

I see the following error message in your homepage: Warning: file_get_contents(http://search.twitter.com/search.atom?q=from:jeffsayre&rpp=1) [function.file-get-contents]: failed to open stream:...

View Article

By: Jeff Sayre

ReF - I have not had time to look into what might be going on. As this post was more than three years old when you posted your comment, I’m assuming that there is a change to Twitter’s API.

View Article

By: Jeff Sayre

After a few minutes of investigation, it turns out that v1.0 of Twitter’s API was deprecated on June 11th 2013. You now must use v1.1. To do so requires that you setup an OAuth session. You can no...

View Article

Browsing latest articles
Browse All 13 View Live