Links loaded as iframes in wordpress post
-
I noticed that links are loaded as iframes when viewed from frontend of site. FOr example I inserted this link:
https://developer.www.ads-software.com/reference/functions/wp_insert_post/
and on the frontend, this is the code showing when I inspect using firebug<blockquote style="display: none;" data-secret="mfnLLDcIqY" class="wp-embedded-content"> <p><a href="https://developer.www.ads-software.com/reference/functions/wp_insert_post/">wp_insert_post()</a></p> </blockquote> <p> <iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://developer.www.ads-software.com/reference/functions/wp_insert_post/embed/#?secret=mfnLLDcIqY" data-secret="mfnLLDcIqY" title="“wp_insert_post()” — WordPress Developer Resources" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="200" width="600"> </iframe> </p>
You can view this at this url at end of post:
What is responsible for this?
This is a big concern as my site is a multiauthor public site.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Links loaded as iframes in wordpress post’ is closed to new replies.