最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

IFrame Shortcode plugin - issue

matteradmin6PV0评论

[iframe src="/" data-no-lazy="1"]

Hey guys I'm trying to add external webpage to wordpress. I'm using "Flyn San" plugin for that but its not working properly. I have attached the iframe above also sharing you the link of my website.

This is my webpage link : Extra page links : /

Thanks : )

[iframe src="https://www.quora/" data-no-lazy="1"]

Hey guys I'm trying to add external webpage to wordpress. I'm using "Flyn San" plugin for that but its not working properly. I have attached the iframe above also sharing you the link of my website.

This is my webpage link : https://netbramhadev.wpengine Extra page links : https://netbramhadev.wpengine/dummy/

Thanks : )

Share Improve this question edited Mar 27, 2019 at 14:27 rudtek 6,3935 gold badges30 silver badges52 bronze badges asked Mar 27, 2019 at 11:21 DanishDanish 1
Add a comment  | 

1 Answer 1

Reset to default 0

If you look in the browser's development tools you'll see this error:

Refused to display 'https://www.quora/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

This means that Quora does not allow itself to be used in iframes. If you're just testing, then try another URL. If you actually want to embed Quora, then I'm afraid that doesn't appear to be possible.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far