Tagged Questions

0
votes
3answers
302 views

How do JavaScript tidbits insert remote widgets onto a page?

Let's say I have a web service that allows users to insert a piece of JavaScript onto their page which, when loaded, will grab a widget from my server and insert it into their page. How might I go ...