我想访问我在Facebook页面标签应用程序中使用Contact Form 7
创建的wordpress表单。我的问题是,如果我创建一个简单的文件test.php并将联系表单7的短代码放在那里,然后访问我test.php
中的cavnas URL中的facebook app
,表单是否显示?
我怎样才能做到这一点?
如何在test.php中显示表单?
答案 0 :(得分:1)
方法1
iframe代码
<!DOCTYPE html>
<html>
<body>
<iframe src="http://www.yourdomain.com/test.php">
</iframe>
</body>
</html>
方法2