There's a cool bit of javascript you can embed into a website to allow having a meebo bar at the bottom of your website (see
http://www.meebo.com/websites/). So I got the necessary javascript from that link, and put it on my own website and it works wonderfully. I'd love to have this integrated into my gmail tab (Zimbra has this exact functionality:
http://gallery.zimbra.com/type/zimlet/meebo) that I'm trying to replicate.
Is this possible? The instructions off of meebo's website require adding a bit of javascript after the first <body> and another piece of javascript right before the final </body>. Is there a way to modify the HTML gmail has in this sort of way?
Thanks for any advice...