I am creating a widget that would load in a IFrame and users will be able to place the widget on their own website. How would I get the URL of the website that is using the
Try with:
parent.location.href;
or
parent.document.URL