Iframe display error

Hi there, I’m trying to embed an iframe code into one of my sites. When I do, it displays a 404 error (from my own site) instead of the embedded external link. Am I missing something here?

Hello Ken,

Thanks for writing to us.

In order to embed the Youtube video I would suggest you please follow these steps.

  1. Go to Youtube and click on the share button.
    -315-Loopers-Introduction-Your-First-Loop-YouTube

  2. Click on the Embed button.

-315-Loopers-Introduction-Your-First-Loop-YouTube (1)

  1. You need to copy the Iframe code from here.

4 You can use the Raw content element to insert the video Iframe code.

Hope it helps
Thanks

Hello Ken,

In order to help you with your concern, we need to check your settings. I would request you, please share your details in a secure note. Please provide the following details meanwhile you must troubleshoot a few common issues before we investigate your settings.

  • WordPress Login URL
  • Admin-level username and password
  • Exact page URL

You can find the Secure Note button at the bottom of your posts

Thanks

Hi Ken,

I have checked the iframe* code in the Video element and found that the backquote is used instead of the double quote " while adding the attribute’s value.

<iframe style=”border:none;” src=”https://partners.dermaspark.com/oxygeneo/” scrolling=”yes” height=”8640 px” width=”100%”></iframe>

I have changed it, and now it shows the content from the source URL.

<iframe style="border:none;" src="https://partners.dermaspark.com/oxygeneo/" scrolling="yes" height="8640 px" width="100%"></iframe>

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.