Skip to main content

How to retrieve the iframe domain from the Wix website?

Last updated on July 18, 2023

To retrieve the iframe domain from the Wix website, follow the steps below:

  1. Open your Wix website in a browser and navigate to the Cookie Policy page.
  2. Right-click on the page and select Inspect from the context menu. This will open the browser’s developer tools.
  3. In the developer tools, navigate to the Elements tab. 
  4. Locate the <iframe>  tag in which the Cookie Policy is embedded.
  5. Within the  <iframe> tag, the value of the src attribute represents the URL of the embedded iframe and from the URL, you will get your iframe domain.

For example: <iframe src=”https://www.example.com/html/98be_e4f.html“></iframe>. In this case, the domain of the iframe is “https://www.example.com“.

iframe domain in iframe tag

Have more questions?

Reach out to us and we'll answer them.

Contact us