thoughts on making a widget?
- by Haroldo
I'm only going to be able to get each site that wants my widget, to copy and paste the code block in once..
So it needs to be really future proof.
I've thought about this for a while and this is the widget code i've come up with :
<script type="text/javascript" src="http://www.mydomain.com/my-future-proof-widget.js"></script>
<div id="mywidget"></div>
would this be the best plan?
could this create any limitations?
any other thoughts on widgetry?!