var center = document.getElementsByTagName('center')[0];
var tbl = document.getElementsByTagName('table')[0];
tbl.setAttribute('width','100%');
var chat = "<iframe width='100%' height='" + ( window.innerHeight - 20 )
+ "px' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' "
+ "allowtransparency='true' src='http://chatterous.com/hnyc/embed/?"
+ "bgcolor=FFF0DA&titlecolor=FF7800&linecolor=FFB547'></iframe>";
center.innerHTML = "<table width='85%' cellpadding=0 cellspacing=0"
+ " border=0><tr><td valign='top' width='60%'>" + center.innerHTML
+ "</td><td valign='top' width='40%'>" + chat + "</td></tr></table>";
(edited for formatting)We've been playing with the API-- at the moment we're using it to send SVN commit notices and production code releases to our team. Seems cool so far.
It took 5 minutes, and is super handy.
So, I'd advise: blog.chatterous.com or chatterous.com/blog
It's not that expensive to do (even if you want to host at WordPress.com). Should be standard practice for all YC startups.
A possible application to look into is integration with BlackBerry Messenger. It is very powerful and would seem more appropriate for a chat session than over SMS.
Good luck.
Definitely psyched about using Chatterous in the future.
Also, Campfire, watch out.
I use them on personal and work project groups now (via Gtalk.. when it works ;)) and it up productivity no end.
The way I see chatterous is like a modern, web based form of IRC. Very little else has come close to that before :)
Congrats :) Very cool updates!