rossidav

Forum Replies Created

list of topics you have created till now.

  • rossidav
    Participant

    thank you for the reply,
    actually I re-downloaded the theme and nothing better happens… I entered my twitter data in your demo “index” but the homepage opens without the twitter widget.

    I suppose there is another change I’m supposed to do to make it work: what else shall I do apart from insert the data in index and in the fetcher? Any third place to look into?

    may the error be in the twitter fetcher.js?
    is this syntax correct?

    twitterFetcher.fetch($(‘html’).attr(“this is my twitterID number”), ”, 1, true, false, true, ”, false, handleTweets);

    function handleTweets(tweets){
    var x = tweets.length;
    var n = 0;
    var element = document.getElementById(‘twitter-list’);
    var html = ”;
    while(n < x) {
    html += '’ + tweets[n] + ”;
    n++;
    }
    html += ”;
    element.innerHTML = html;
    }

    thank you

Viewing 1 post (of 1 total)