How to use Facebook widgets in Ionic app

I have integrated ezfb in my Ionic app.

If I insert a Like Button (like in the demo) , the button shows up when I debug in the desktop browser, but when I build an iOS app and test in the iOS simulator, the button is not shown.

 <div ng-show="data.post.meta.showfbwidgets" class="fb-like padding" onrender="widget.rendered = true" data-href="{{ data.post.link}}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>

How can I use Facebook widgets in an Ionic app?

(Question on SO)

Hello, sorry no answer… but same issue than you :smile:

Did you find any solution? Or maybe we need a “real” hosted html page (ie: a website )

Thank you!