社交媒体网址,未从html iframe加载

时间:2017-03-01 12:02:06

标签: javascript jquery html angularjs

我试图在iframe中打开一个facebook和twitter网址但是它没有加载,即使它加载其他网址,就像代码w3school能够加载一样。

facebook
<iframe src="http://www.facebook.com/" height="900"></iframe>
</div>
<div class="col-md-4 col-lg-4" ng-controller=twitter-controller>
twitter 
<iframe src="http://www.w3schools.com" height="900"></iframe>
</div>
<div class="col-md-4 col-lg-4" ng-controller="instagram-controller">
instagram   
<iframe src="http://www.twitter.com" height="900"></iframe>

0 个答案:

没有答案