为基于web的phonegap应用程序添加Facebook评论框插件

问题描述:

我试图添加Facebook评论框到我的网络应用程序,但它不显示,当我在我的手机上安装。有没有一些特殊的插件或方法来获得Facebook评论插件使用phonegap和/或离子?我目前在我的配置中有此插件:

I am trying to add the facebook comment box to my web based app but it does not show up when I install on my phone. Is there some special plugin or methodology for getting the facebook comment plugin to work with phonegap and/or ionic? I currently have this plugin in my config:

< gap:plugin name =com.phonegap.plugins.facebookconnect =0.9.0>

<gap:plugin name="com.phonegap.plugins.facebookconnect" version="0.9.0">

到目前为止是从一个iframe里面调用评论框。到目前为止,这种方法的唯一问题是登录和设置iframe高度。我仍在研究解决方案

The best solution I have found so far is to call the comments box from inside an iframe. The only problems with this methodology so far is logging in and setting the iframe height. I am still working on a solution