that users can use to create a widget and embed on their websites.
How can I use JavaScript to inject this widget on the user's specified website, when the user add some script to their html without using iframe?
I want the widget to display at the bottom right of the user's website.
Thank you
You can put the code for creating the iframe in a js file and advice users to link to the script
Thanks. How about setting the widget's position on the client web page?
Just normal css position: fixed; bottom: 0; right: 0;
Обсуждают сегодня