I am working around a Facebook sdk and angularJS. I have a trouble about how to dynamic loading Facebook Embed post in Angular Template.
after request Ajax success it doesn't show anything
<div class="fb-post" data-href="{{EmbedPostUrl}}" data-width="500"></div>
Any idea ?