Issue with embed show
I have embeded a form using html script but its not showing on webpage- here is screen recording that help you help me resolve issue.
https://sendspark.com/share/zgvrtjkv6i7ofnp10e43znvn6rn4xpxy
The issue is faced in all my websites - https://www.brijeshparikh.com/books and https://www.moneyshikshaacademy.com/courses
Thanking you,
-
Hello Brijesh,
We’ve investigated the issue, and the browser console shows that the
<embed>tag in your HTML code is being blocked by the website’s Content Security Policy (object-src 'none'). This security restriction is preventing the embedded form from being displayed correctly on the frontend.To avoid this restriction, we recommend replacing the
<embed>tag with an<iframe>. An iframe is a more suitable and reliable method for embedding an external form and should avoid the security restriction affecting the current implementation.Please replace your existing
<embed>code with the following:<iframe src="https://quiz.planetwealth.in/not-sure-which-book-to-start-with-J9z0kmlrQy6mKO0RJj9t9Q?v=o" style="width:100%; height:50vh; border:none;"></iframe>Once you’ve replaced the code, please check the website frontend and let us know if the form is displayed correctly.
We recommend keeping the iframe implementation going forward, as it is generally the more appropriate approach when embedding an external form and should provide a more reliable result.
0
Please sign in to leave a comment.
Comments
1 comment