如何在Odoo 8中集成Facebook页面插件的iframe

How to integrate the iframe of the Facebook page plugin in Odoo 8

我试图将 Facebook 的插件页面集成到我的 XML 文件中(我正在使用 Odoo 8)页面:https://www.facebook.com/kissabebe

像这样:

<form string="Embedded Webpage" version="7.0" edit="false" create="false"> 
  <div style="position:absolute; left:0; top:0; width:100%; height:100%;"> 
    <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fkissabebe&tabs=timeline&width=350&height=250&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=164011430896983" sanitize="False" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="no" scrolling="no" style="border-width:0px;"></iframe> 
  </div> 
</form>

但是我有错误。你能纠正我吗?

谢谢。

&amp; 可能是问题所在。尝试将 & 替换为 &amp;