So tony got his hackathon project online, a mashup of podcasts and gmaps. So i wanted to get mine out the door too. It’s a modification of the odeo send me a message functionality to work via an iframe, so it can be embedded in other websites.
This works for mine, but you can just change your username in the url for the iframe and it’ll work for any odeo user.
<iframe
src=”http://www.odeo.com/send_me_a_message/rabble/embedded”
width=”370px” height=”550px” scrolling=”no” FRAMEBORDER=0
name=”send_me_a_message”>
</iframe>
It should work anywhere you are allowed to put in an iframe, not myspace for example. Here is mine:
<iframe
src =”http://www.odeo.com/send_me_a_message/rabble/embedded”
width=”370px” height=”550px” scrolling=”no” FRAMEBORDER=0
name=”send_me_a_message”>
One Comment, Comment or Ping
will there be a way to localize form elements?
February 13th, 2006
Reply to “My Odeo Hackathon”