Hello,
I am looking to create a javascript "widget" that can be hosted on other sites. For example. I want to host the javascript code on my site:
http://scripts.mysite.com/mywidget.js
(Think of it like Google Analytics).
Basically I want to distribute data via this javascript. But what I am unsure of is:
- Are the rules different for development when creating a javscript for another site (cross site)
- Are there any websites that explain these differences?
Thank you!