CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2013
    Posts
    1

    Code does nothing :(

    Hello,

    I'm trying to display the last tweet from my twitter account on my website, I've tried to follow a guide but haven't been successful

    Here's my code:

    <div id="twitter_update_list">
    </div>
    <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
    <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/Bar_Equipment.json?callback=twitterCallback2&count=1"></script>

    Here's the guide I've tried to follow: http://jajee.net/howto/web-designing...e-twitter-api/

    Any help guys and girls?

    Thank you!

  2. #2
    Join Date
    May 2009
    Location
    Lincs, UK
    Posts
    298

    Re: Code does nothing :(

    This is a Java forum. Java is not the same as javascript. Please use a scripting forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured