我正在使用PHP / MySQL开发电子商务应用程序。我正在使用模板(vlibtemplate)进行设计。
我注意到,我无法在模板页面中插入iframe。插入iframe的模板页面根本不会呈现。
您能告诉我,如何启用iframe?我也检查了头文件,我没有阻止任何iframe:
这是我的头文件的外观:
<meta name="description" content="{var name='description'}" />
<meta name="keywords" content="{var name='keywords'}" />
<meta name="author" content="{var name='author_name'} />
<!--Mobile Specific Meta Tag-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />