我有一个 infusionsoft 注册表单,我想将它嵌入到灯箱中。
我有表单的脚本:
<script src="https://st990.infusionsoft.com/app/form/iframe/4342343243243" type="text/javascript"></script>
和一个有效的示例灯箱:
<a rel="wwlba" href="http://www.youtube.com/watch?v=3434343?hd=1&width=870&height=490&fmt=22">
<img class="alignnone size-full wp-image-1949 opaque" style="border: 0pt none; margin: 0px;" title="req" src="http://www.ccc.com/wp-content/uploads/video_screen.jpg" alt="" width="280" height="116" />
</a>
但是,当我尝试使用 infusionsoft iframe 执行此操作时,它根本不会渲染任何内容。
`<a rel="wwlb" href="https://st990.infusionsoft.com/app/form/iframe/4342343243243">
<img class="alignnone size-full wp-image-1949 opaque" style="border: 0pt none; margin: 0px;" title="req" src="http://www.ccc.com/wp-content/uploads/video_screen.jpg" alt="" width="280" height="116" />
</a>
有什么想法吗?
谢谢