• Resolved paa1605

    (@paa1605)


    Hi guys,

    All of a sudden my blog page has stopped showing the latest tweets in the sidebar. It was working fine up until recently and now i can’t understand why it’s not showing anything.

    This is the code in the sidebar

    <div class="twitter">
    
    <h2>LATEST TWEETS
    </h2>
    
    <ul id="twitter_update_list">
     </ul>
    
    </div>

    and just before the close of the body tag i have these two lines of code

    <script src="https://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
    <script src="https://twitter.com/statuses/user_timeline/boutiquebags.json?callback=twitterCallback2&count=5" type="text/javascript"></script>

    Can anyone see what might be causing this problem? From what i’ve read this is all the code you need and like i say it was working fine up until recently. The website is boutiquehandbags dot co dot uk.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • What plugin are you using to fetch the Tweets? Or are you using a theme that contains this functionality? In that case, what theme?

    Thread Starter paa1605

    (@paa1605)

    No plugin, just the code i’ve mentioned in the original post. The theme is one that i made myself.

    It looks like you’re using Twitter old API. The URL referenced in the bottom <script> returns

    Sorry, that page does not exist

    Try replacing the URL with the newer API:
    https://api.twitter.com/1/statuses/user_timeline.json?screen_name=boutiquebags&include_rts=1&callback=twitterCallback2

    That actually returns data, but I’m not sure whether it’s compatible with the blogger.js file you’re using. Worth a shot.

    Thread Starter paa1605

    (@paa1605)

    Thanks Shane, seems to be working perfectly now!

    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twitter feed suddenly not showing!’ is closed to new replies.