GithubHelp home page GithubHelp logo

twitter's People

Contributors

malsup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

twitter's Issues

invalid links

Hi Mike,

Just wanted to let you know there's an error in this script at the moment that causes the link to the "tweeter" to go astray. I've fixed it in my local copy, but you might want to update the script. At line 159:

    str += '<div><span class="twitterSearchUser"><a href="https://twitter.com/'+ json.from_user+'/status/'+ json.id +'">' 

should be changed to use '/statuses/' and the 'string' version of the id like this:

    str += '<div><span class="twitterSearchUser"><a href="https://twitter.com/'+ json.from_user+'/statuses/'+ json.id_str +'">' 

intermittent 'undefined' error.

In the place where the feed should appear occasionally the following error message is shown.

jQuery152040425988180734107_1310723280098 was not called

This then changes to 'undefined'.

This occurs across browsers. In internet Explorer 8 the following Javascript error is shown.

Expected ;
Line 1
Char: 16
http://search.twitter.com/search.json

Using Jquery 1.6.2

Oddly this error did not show up on the development version of the site, only upon putting the site live.

Any suggestions?

add params image loading

Hello, I modify the plugin to add a parameter but it does not work:
At line 61 i'm replace:

$('

Loading tweets.
').css(opts.css['loading']).appendTo($cont);
if (opts.imgLoading){
$('
').css(opts.css['loading']).appendTo($cont);
}else{
$('
Loading tweets..
').css(opts.css['loading']).appendTo($cont);
}

And my params at line 173:

imgLoading: false, // img for animate loading

Sorry for my English :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.