VSEL injects itself into event page
-
Hi!
I am currently debugging a site where VSEL seems to inject itself into the page again.I have narrowed the problem down to VSEL by:
* Trying different themes, error persists across them
* Deactivating all plugins except VSEL, error persistsThe user has inserted a mail address and added a “mailto:”-link to the address in the text body of an event entry. This looks perfectly fine in the HTML view in the editor, no additional markup was added.
Once the page is rendered in the frontend, VSEL(?!?) adds the following code right before the link element:
<iframe title="REDACTED" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.REDACTED.com/embed/#?secret=PUFWJqEH0o" data-secret="PUFWJqEH0o" marginwidth="0" marginheight="0" scrolling="no" width="600" height="338" frameborder="0"></iframe>
This iframe contains the frontpage of this wordpress instance once again. While most browsers ignore this, Safari seems to stumble upon this and shows two headers for example. Anyway, that iframe should not be there.
Can this be caused by VSEL? And how to fix it, if it is caused by VSEL?
Thanks and best regards
Florian
- The topic ‘VSEL injects itself into event page’ is closed to new replies.