javascript - Modal HTML window popup that is run within 3rd party site -


i have need display our application widget within third-party website (think things getsatisfaction, uservoice , other feedback widgets people use).

what safest , reliable way this? can think of criteria , issues already:

  1. the code needs framework , language independent. though app asp.net, 'launcher' run in html page belongs our customers. suppose limits me html , javascript only.
  2. the function needs easy call. implies <script scr='mywebsite.com/widget.aspx' ...> sole thing give customer.
  3. there no use of css. or rather, can style things, without css file, pull in styles conflict customer running.
  4. there must no use of libraries such jquery. mention because can imagine problems if pull in jquery version differs our customer's, ruining site our code.

ideally, there established piece of code can use started?

i wrote this. on github here - https://github.com/akshayrawat/js_iframe_modal


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -