我正在尝试在html上动态更新facebook的评论,但是未显示,请按照我的Plunker进行操作。
可以做什么来呈现评论?
http://plnkr.co/edit/ggt7r0
Run Code Online (Sandbox Code Playgroud)
http://plnkr.co/edit/ggt7r0
Run Code Online (Sandbox Code Playgroud)
var app = angular.module('plunker', []);
app.controller('MainCtrl', function($scope) {
$scope.fbComments = '<div id="comentarios" class="fb-comments" data-href="http://developers.facebook.com/docs/plugins/comments/" data-width="100%" data-numposts="5"></div>';
});Run Code Online (Sandbox Code Playgroud)
LO0fC7XWJMts2P