javascript - 无法在 AngularJS ng-views 中加载 Instagram 配置文件

标签 javascript angularjs instagram ng-bind-html

我正在尝试嵌入 Instagram 个人资料:

$scope.instagram = "<blockquote class=\"instagram-media\" data-instgrm-version=\"4\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:8px;\"> <div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;\"> <div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAGFBMVEUiIiI9PT0eHh4gIB4hIBkcHBwcHBwcHBydr+JQAAAACHRSTlMABA4YHyQsM5jtaMwAAADfSURBVDjL7ZVBEgMhCAQBAf//42xcNbpAqakcM0ftUmFAAIBE81IqBJdS3lS6zs3bIpB9WED3YYXFPmHRfT8sgyrCP1x8uEUxLMzNWElFOYCV6mHWWwMzdPEKHlhLw7NWJqkHc4uIZphavDzA2JPzUDsBZziNae2S6owH8xPmX8G7zzgKEOPUoYHvGz1TBCxMkd3kwNVbU0gKHkx+iZILf77IofhrY1nYFnB/lQPb79drWOyJVa/DAvg9B/rLB4cC+Nqgdz/TvBbBnr6GBReqn/nRmDgaQEej7WhonozjF+Y2I/fZou/qAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div></div><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://instagram.com/p/1yaMWyoVZM/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_top\">Une photo publiée par National Geographic (@natgeo)</a> le <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2015-04-22T18:41:49+00:00\">22 Avril 2015 à 11h41 PDT</time></p></div></blockquote>\n<script async defer src=\"//platform.instagram.com/en_US/embeds.js\"></script>";

但是当在 ng-view 中显示它时(其中 trust 只是调用 $sce.trustAsHtml):

<div ng-bind-html="instagram | trust"></div>

配置文件未加载。知道为什么吗?我认为这与 Instagram 嵌入 HTML 末尾的 script 标签有关,但我还没有找到解决方案:

<script async defer src="//platform.instagram.com/en_US/embeds.js"></script>

这是一个plunker你可以玩,看看它在这个fiddle 上应该是什么样子.

最佳答案

it has something to do with the script tag at the end of the Instagram embed HTML

是的,确实如此;并且使用 ng-bind 插入 HTML 的方式似乎阻止了它的工作。


您可以将脚本复制/粘贴到索引页:

 <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>

并通过在 Controller 中添加 $timeout 来显示图像:

$timeout(function(){
  $window.instgrm.Embeds.process();
});

参见 working plnkr

关于javascript - 无法在 AngularJS ng-views 中加载 Instagram 配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30562178/

相关文章:

javascript - jQuery动画函数计时

javascript - 如何使用 angular.js 在一个 div 中添加多个 div

javascript - 无法更新 Jasmine spy

php - 使用 PHP 从网站自动在 Instagram 中发布

php - 使用 HTTP header 的 Instagram API 计数限制

instagram 等应用程序的数据库实现

Javascript访问childNode

javascript - ActionScript + JavaScript

javascript - 更改组件的路由

javascript - ng-attr,其中属性有破折号