Recent activity
Subscribe to this feed
A comment on the question "How do I display multiple HTML badges on my site? I only appear to be able to display one user at a time." in Twitter:
it just started doing that, it used to route urls without the .xxx attached to it. oh well, glad you found it useful! – NeoMeteor, on May 21, 2008 16:57
NeoMeteor replied on May 21, 2008 16:44 to the question "How do I display multiple HTML badges on my site? I only appear to be able to display one user at a time." in Twitter:
yeah, thanks for that, mdy. www.rewindcomic.com/twittersolution.txt is the correct url. i don't know why i didn't post correctly the first time.
NeoMeteor replied on February 03, 2008 21:34 to the problem "That's Not My Badge On My Page!" in Twitter:
I don't think you can get into your page without having an account, which they seem to have a waiting list for. If you like, you can get on the page in question, left click and copy-paste the source code and email it to me and I'll look at it. Or you can upload the code here, and I'll look at it too (if GetSatisfaction Lets me). My email is my username @gmail.com (NeoMeteor). I didn't write it out cuz I get a lot of spam when I do.
NeoMeteor replied on February 03, 2008 19:43 to the problem "That's Not My Badge On My Page!" in Twitter:
NeoMeteor replied on February 03, 2008 14:21 to the problem "That's Not My Badge On My Page!" in Twitter:
NeoMeteor replied on January 25, 2008 21:57 to the question "How do I display multiple HTML badges on my site? I only appear to be able to display one user at a time." in Twitter:
Hey, this site cut out almost everything I wrote. I'm posting the solution on my website, at www.rewindcomic.com/twittersolution, until I can find a better post for it. Hope this helps!
NeoMeteor replied on January 25, 2008 21:52 to the question "How do I display multiple HTML badges on my site? I only appear to be able to display one user at a time." in Twitter:
Hey, I managed to figure out how to display two twitters on one webpage. I figured I'd tell everyone who wanted to know:
Your Twitter (All of them) accesses this javascript:
<twitters> 1) ? arguments[1] : new Date();
var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
delta = delta + (relative_to.getTimezoneOffset() * 60);
if (delta < 60) {
return 'less than a minute ago';
} else if(delta < 120) {
return 'about a minute ago';
} else if(delta < (60*60)) {
return (parseInt(delta / 60)).toString() + ' minutes ago';
} else if(delta < (120*60)) {
return 'about an hour ago';
} else if(delta < (24*60*60)) {
return 'about ' + (parseInt(delta / 3600)).toString() + ' hours ago';
} else if(delta < (48*60*60)) {
return '1 day ago';
} else {
return (parseInt(delta / 86400)).toString() + ' days ago';
Copy the code and paste it into a javascript(.js) file that is associated with YOUR site.
Inside the code, the function twitterCallback2 needs to be renamed to whatever you decide, preferably something that has to do with the first twitter you have. ex: exampleCallback
Also, at the very end of the function is 'document.getElementById('twitter_update_list').innerHTML = statusHTML;'.
'twitter_update_list' needs to be renamed. ex: 'example_update_list'
Save those changes and go to the page where you've placed the code given to you by twitter. The- ID (twitter_update_list) name needs to be changed to whatever you wrote in the getElementById() slot. (In my example that would be: example_update_list)
the first (src="http://twitter.com/javascripts/blogger.js") needs to be replaced with the location of the .js file you just created, relative to your site.
At the end of the second javascript's src is a callback ID. This needs to be changed to whatever you renamed the function to in the .js file you created. (In my example, callback=twitterCallback2&count=5 would be remaned to callback=exampleCallback&count=5)
Your site should now still display 1 twitter. To make the site display multiple twitters, copy and paste the Callback function as many times as you need within the .js file you created, making the necessary edits I mentioned earlier.
Something to note: Though you must have the second javascript call within your site for each individual Twitter, the first:
NeoMeteor asked a question in Twitter on January 24, 2008 23:00:
Does anyone know how you can have two twitters on your site without having problems?I'm trying to put two twitters on my website, like www.megatokyo.com. Currently I can get this to work on with Firefox, but It is incompatible with Opera, Safari and IE. Megatokyo however, does not have this problem. Can anyone tell me how its done?
NeoMeteor replied on January 17, 2008 05:23 to the question "How do I display my blogger/wordpress entries on a specific part of my website?" in Wordpress:
Thank you, THANK YOU! You don't realize how much you've helped me. Finally something can go right, hahaha! Feel free to check out my website sometime, it's www.Rewindcomic.com
NeoMeteor marked one of Thor Muller's replies in Wordpress as useful. Thor Muller replied to the question "How do I display my blogger/wordpress entries on a specific part of my website?". NeoMeteor and 3 other people think it's one of the best replies.
NeoMeteor replied on January 16, 2008 23:54 to the question "How do I display my blogger/wordpress entries on a specific part of my website?" in Wordpress:
NeoMeteor replied on January 16, 2008 23:48 to the question "How do you put two different Twitter accounts on one Webpage/website?" in Twitter:
Although, www.megatokyo.com manages to do that. Do you have any Idea how? Also, I can get the two Twitters to work if the user is on Firefox, just not Safari or IE. The website is www.rewindcomic.com if you'd like to see for yourself. Thanks!
NeoMeteor asked a question in Wordpress on January 16, 2008 02:39:
How do I display my blogger/wordpress entries on a specific part of my website?The only info about blogger and wordpress that I've found has stated that I either need to:
1. Customize my Blogger/Wordpress so that the blogging site looks like my site. or
2. Put the blog on a separate page of my own personal site.
What I really want to do is take the entries from the blogger site and place them in a small spot on my website's homepage. Can anyone help me?
NeoMeteor marked one of crystal's replies in Twitter as useful. crystal replied to the question "How do you put two different Twitter accounts on one Webpage/website?".
NeoMeteor asked a question in Twitter on January 14, 2008 20:27:
How do you put two different Twitter accounts on one Webpage/website?I am building a website and there are two different Twitter accounts I want to put on it. I wanted to know if anyone knew how to do this so that if there was a problem with one Twitter, the other would still post properly. For now if i ever have a problem with my first twitter, the entries from the second twitter pops up in its spot and leaves the second twitter's space blank. Please Help!
Loading Profile...


