Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8703739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:56:10+00:00 2026-06-13T02:56:10+00:00

i’m getting the following, which recently started happening (from updates to the Twitter APi

  • 0

i’m getting the following, which recently started happening (from updates to the Twitter APi i believe):

jquery17209743677265942097_1350344103606({"errors":[{"message":"Sorry, that page does not exist","code":34}]});

this is the script i am currently using:

        <script src="/wp-content/misc/jquery.marquee.js"></script>
    <script>
        var Twitter = {
            init: function () {
                // Pass in the username you want to display feeds for
                this.insertLatestTweets('clubsouz');
            }, 

            // This replaces the <p>Loading...</p> with the tweets
            insertLatestTweets: function (username) {
                var limit   = 5;    // How many feeds do you want?
                var url     = 'http://twitter.com/statuses/user_timeline.json?screen_name=' + username + '&count=' + limit + '&callback=?';

                // Now ajax in the feeds from twitter.com
                jQuery.getJSON(url, function (data) {
                    // We'll start by creating a normal marquee-element for the tweets
                    var html = '<marquee behavior="scroll" scrollamount="1" direction="left">';

                    // Loop through all the tweets and create a link for each
                    for (var i in data) {
                        html += '<a target="_blank" href="http://twitter.com/' + username + '#status_' + data[i].id_str + '">' + data[i].text + ' <i>' + Twitter.daysAgo(data[i].created_at) + '</i></a>';
                    }

                    html += '</marquee>';

                    // Now replace the <p> with our <marquee>-element
                    jQuery('#twitter p').replaceWith(html);

                    // The marquee element looks quite shite so we'll use Remy Sharp's plug-in to replace it with a smooth one
                    Twitter.fancyMarquee();
                });
            }, 

            // Replaces the marquee-element with a fancy one
            fancyMarquee: function () {
                // Replace the marquee and do some fancy stuff (taken from remy sharp's website)
                jQuery('#twitter marquee').marquee('pointer')
                    .mouseover(function () {
                        jQuery(this).trigger('stop');
                    })
                    .mouseout(function () {
                        jQuery(this).trigger('start');
                    })
                    .mousemove(function (event) {
                        if (jQuery(this).data('drag') == true) {
                            this.scrollLeft = jQuery(this).data('scrollX') + (jQuery(this).data('x') - event.clientX);
                        }
                    })
                    .mousedown(function (event) {
                        jQuery(this).data('drag', true).data('x', event.clientX).data('scrollX', this.scrollLeft);
                    })
                    .mouseup(function () {
                        jQuery(this).data('drag', false);
                    });
            }, 

            // Takes a date and return the number of days it's been since said date
            daysAgo: function (date) {
                // TODO: Fix date for IE...
                if (jQuery.browser.msie) {
                    return '1 day ago';
                }

                var d = new Date(date).getTime();
                var n = new Date().getTime();

                var numDays = Math.round(Math.abs(n - d) / (1000 * 60 * 60 * 24));
                var daysAgo = numDays + ' days ago';

                if (numDays == 0) {
                    daysAgo = 'today';
                }
                else if (numDays == 1) {
                    daysAgo = numDays + ' day ago';
                }

                return daysAgo;
            }
        };

        Twitter.init();
    </script>

thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:56:11+00:00Added an answer on June 13, 2026 at 2:56 am

    updated the url from http://twitter.com/statuses/user_timeline.json? to https://api.twitter.com/1/statuses/user_timeline.json?.

    that fixed it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a text area in my form which accepts all possible characters from
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I would like to run a str_replace or preg_replace which looks for certain words
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have an autohotkey script which looks up a word in a bilingual dictionary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.