XF 1.4 iframe a xenforo site

1461748123

Member
Hi guys!
For some reasons I need to iframe my xenforo site in another webpage, but the page isn't showing up with iframe.

Here is my code:
HTML:
<!doctype html>
<html lang="zh_CN">
<head>
<meta charset="utf-8">
<title></title>
</head>
<frameset rows="100%">
<frame src="URL">
</frameset>
<noframes>
<body>Please follow <a href="URL">link</a>!</body>
</noframes>
</html>

I'm not sure why this isn't working because it works perfectly with other sites.
Please help! I really need this!
 
Top Bottom