Hi, maybe a stupid question. But I have a blog on blogger and now I started a twitter and I made my twitter-posts appear in the blog. Now, my gf have a twitter account as well and I want her twitter-posts to appear on the same blog.
I am using this code that I got from twitter: <div id="twitter_div"> <h2 style="display:none;" class="sidebar-title">Twitter Updates</h2> <ul id="twitter_update_list"></ul> <a id="twitter-link" style="display:block;text-align:right;" href="http://twitter.com/**************">follow me on Twitter</a> </div> <script src="http://twitter.com/javascripts/blogger.js" type="text/ javascript"></script> <script src="http://twitter.com/statuses/user_timeline/ *************.json?callback=twitterCallback2&count=5" type="text/ javascript"></script> where ***************** indicates my twitter-name and for my gf´s twitter-gadget i use the same code but with different twitter-names. The code was generated in twitter so it should be alright, but when I load my blog it doesnt work. The first gadget gets the twitter-posts from the second twitter and the second gadget doesnt get any twitter- posts at all. Also, the first gadget seems to first load the right twitter-posts, but then they dissappear and the wrong ones appear. It seems that the blogger-site cannot handle two twitters or whar is the problem???
