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?