简体   繁体   中英

HTML - iframe to import page

I need to import one page to my Wordpress server. And this page is one project with chatbox.

I try use iframe tag, but it does not work, show only one white page inside iframe tag.

I search about that, and some knowledge said it is because I use other host to access and my server use other host.

Reference: here

In this case, if I paste my project (Is one web project) in the same server (host) Wordpress, my application will works fine with iframe tag?

Example, my Wordpress will have this code:

<iframe width="420" height="315" src="http://10.0.1.101:3000" frameborder="0" allowfullscreen></iframe>

I want put one chatbox inside my Wordpress site. My project have some backend and front end in nodejs, I want this project start inside my Wordpress page.

If I did something wrong please let me know. I dont find anything about that. If someone have some suggestions, I accept.

Thanks advance.

src =“ 10.0.1.101:3000”不应该是src =“ http://10.0.1.101:3000”吗?

<iframe width="420" height="315" src="http://10.0.1.101:3000" frameborder="0" allowfullscreen></iframe>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM