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

  • Home
  • SEARCH
  • 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 6585543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:40:37+00:00 2026-05-25T16:40:37+00:00

I am trying to implement a solution so show the latest tweets for a

  • 0

I am trying to implement a solution so show the latest tweets for a certain hashtag.

I took inspiration from this http://exscale.se/__files/uploads/scrolling-twitter-feed.htm but it uses the actual user’s timelines and not the search api.

Plugin demo page here: http://remysharp.com/demo/marquee.html

So far I have written this but the text remains stationary:

JQuery:

$(document).ready(function(){

var url='http://search.twitter.com/search.json?q=';
var query='%23MYHASHTAG';
var options='&result_type=recent&rpp=1&page=1&callback=?';

$(".results").append('<marquee behavior="scroll" scrollamount="1" direction="left">');

$.getJSON(url+query+options,function(json){     
    $.each(json.results,function(i,tweet){
        $(".results").append('<p><img src="'+tweet.profile_image_url+'" width="26" height="26" />'+tweet.from_user+': '+tweet.text+'</p>');
    });

$(".results").append('</marquee>');

});
});
$('div.results marquee').marquee();
</script>

HTML:

<div class="results"></div>

I am at a loss as to why this isn’t working – there are no errors on the firebug console.

Any ideas?

  • 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-05-25T16:40:37+00:00Added an answer on May 25, 2026 at 4:40 pm

    Managed to get it by doing the following:

    $(document).ready(function(){
    
    var url='http://search.twitter.com/search.json?q=';
    var query='%23HASHTAG';
    var options='&result_type=recent&rpp=1&page=1&callback=?';
    var html='<marquee behavior="scroll" scrollamount="1" direction="left">';
    
    $.getJSON(url+query+options,function(json){     
        $.each(json.results,function(i,tweet){
            html+='<p><img src="'+tweet.profile_image_url+'" width="26" height="26" />'+tweet.from_user+': '+tweet.text+'</p>';
        });
    
        html += '</marquee>';
        $(".results").append(html);
        $('div.results marquee').marquee();
    
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to implement a solution using .htaccess and wildcard subdomains so that http://subdomain.example.com
I'm trying to implement a menu for my MVC3 solution. In this menu, I
I'm trying to implement this solution to get around the blank page in Android's
I'm trying to implement an Excel Services reporting solution in SharePoint (MOSS). Since the
I'm trying to implement chained filter dropdown using just javascript - jquery. The solution
Our organization has a central solution for forms authentication. I am trying to implement
I'm trying to decide how to implement a very basic licensing solution for some
I've been trying excessively hard to implement a good open id solution into asp.net
I'm trying to implement a Solution, where on service schedules some work to a
I am trying to implement a nightly build environment for our SharePoint solution that

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.