• 0

PHP Snippet: Twitter Info and last 10 status


Question


<?php
$json = file_get_contents("http://twitter.com/status/user_timeline/USERNAME.json?count=10", true);
$decode = json_decode($json, true);
$count = count($decode); //counting the number of status
echo "<img src=\"".$decode[0][user][profile_image_url]."\"</img><br>"; //getting the profile image
echo "Name: ".$decode[0][user][name]."<br>"; //getting the username
echo "Web: ".$decode[0][user][url]."<br>"; //getting the web site address
echo "Location: ".$decode[0][user][location]."<br>"; //user location
echo "Updates: ".$decode[0][user][statuses_count]."<br>"; //number of updates
echo "Follower: ".$decode[0][user][followers_count]."<br>"; //number of followers
echo "Following: ".$decode[0][user][friends_count]."<br>"; // following
echo "Description: ".$decode[0][user][description]."<br>"; //user description
echo "TimeZone: ".$decode[0][user][time_zone]."<br>"; //Timezone
echo "<br><br>";
for($i=0;$i<$count;$i++){
echo "Status: ".$decode[$i][text]."<br>"; //getting last 10 statuses}
}
?>
[/CODE]

This snippet will grab the particular users info from twitter along with the last 10 status

just change USERNAME to your twitter username

any questions let me know :)

19 answers to this question

Recommended Posts

  • 0

Can you do one that embeds a tweet in a forum post to achieve what is requested here? http://www.neowin.ne...5-embed-tweets/

I can add php to bbcode replacement but not Javacript, although I can add the widget.js to our board header. https://dev.twitter....embedded-tweets

Edit: Redmak is also working on this :p

  • 0

if you add the widget.js to your board header

this is the html replace for the bbcode



<blockquote class="twitter-tweet"><p>Javascript is not enabled</p><a

href="https://twitter.com/twitterapi/status/237131910013394944">Click here to view the Tweet</a></blockquote>[/CODE]

so would just be the tweet id needing replaced

I will look more when i get home, let me know if this is useful though :)

  • 0

so

[tweet]237131910013394944[/tweet][/CODE]

[CODE]
<blockquote class="twitter-tweet"><p>Javascript is not enabled</p><a

href="https://twitter.com/twitterapi/status/{content}">Click here to view the Tweet</a></blockquote>[/CODE]

if this is not what you mean i can make a bit of code to pull the particular tweet then you could just add some niceness to the display lol

  • 0

damn, I knew it was as easy as this! I'll give it a try, thanks.. I was getting a bit confused with the "content" switch lol

Hmm does that post a link, or the embedded tweet?

It friggin works!

Different tweet test

  • 0

Cool glad it works :)

Thanks, I've modified it so the whole URL can be pasted in (easier to remember for everyone)

Example:

[tweet]https://twitter.com/NeowinSteve/statuses/237116811357859841[/tweet]

Replacement:

&lt;blockquote class="twitter-tweet"&gt;&lt;p&gt;Javascript is not enabled&lt;/p&gt;&lt;a

href="{content}"&gt;Click here to view the Tweet&lt;/a&gt;&lt;/blockquote&gt;

Thanks for your help on this :)

  • 0

No probs at all :) as i say glad i could help

It doesn't load with fast reply, but youtube videos do, do you reckon there's a way around this?

Could it be the Javascript notice that stops it loading?

  • 0
  • 0

Hmm I suppose it calls the javascrtipt in our header to render the tweet?

&lt;script src="//platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;

which is only parsed with a page refresh. I don't see a way around this lol

  • 0

yeah looking at the ipb site the javascript wont parse in a fast reply so the bbcode wont work

its should work once the page is refreshed so will only not work for you once the post is submitted

Javascript is not enabled or refresh the page to view.

Click here to view the Tweet
  • 0

modify the post button to get it working with fast reply without a page reload:

<input type="submit" id="submit_post" class="input_submit" name="submit" value="post" acceskey="s" tabindex="0" onclick="tweet();">Post</input>[/CODE]

[CODE]
<script>
function tweet {
if #submit_post content contains the following text "[tweet]" { *idk code to lookup text in a element :p*
*tweet code*
}
</script>
[/CODE]

  • 0

modify the post button to get it working with fast reply without a page reload:

<input type="submit" id="submit_post" class="input_submit" name="submit" value="post" acceskey="s" tabindex="0" onclick="tweet();">Post</input>[/CODE]

[CODE]
<script>
function tweet {
if #submit_post content contains the following text "[tweet]" { *idk code to lookup text in a element :p*
*tweet code*
}
</script>
[/CODE]

That didn't work, oh well :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Anyway to download these versions without being on the Experimental builds?
    • Nothing is stopping you from continuing with your testing cadence. If updates are released every 2 weeks instead of 4, and you test once every 4 weeks, the exact same amount of patches will still be available for you in those 4 weeks. For example: Before 4th week - patch 1, 2, 3, 4 After 2nd week - patch 1 and 2 4th week - patch 3 and 4 Still the same amount after 4.
    • Everyone else has said it. I'm gonna say it - you don't know what you're talking about. I do. I have two laptops. One work, one personal. I have access to two more laptops - both personal. At home I manually update my personal laptop when I see on Neowin that there is an update - I carry on and only apply the updates when I am ready. My work one only updates when my workplace decides to send it - I carry on and only apply the updates (when they actually arrive, which is usually days after the release) when I switch off the laptop at the end of the day as usual. The two other personal laptops only get updated when I get to it which is rarely - the people who own them carry on using them until I get to it and update them. All of the browsers on all laptops are configured to restore the tabs when launched. Google and Microsoft have changed from 6 weeks to 4, and it looks like it's going to move to 2. None of these changes affect how any of these browsers on the laptops are used. Not one jot. My advice to you is stop panicking whenever you see an update. Just carry on with what you're doing. This even benefits you in a way - from your comment you sound like you don't like the changes or the frivolous new features - great - then carry on as before!
    • AMAZON needs to take total accountability for this.
    • Server Summit had a heap of announcements, ADCS changes are baller.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!