我想在我的网站上的 iframe 中显示 Linkedin 文章,但是当我使用 iframe 时,它只是显示一个空白页面。Linkedin 是否为 iframe 设置了安全性?我可以做些什么来显示这样的 iframe 吗?
这是我的代码:
<iframe src="http://www.linkedin.com/today/post/article/20130117141235-20017018-stop-using-these-16-terms-to-describe-yourself?trk=mp-details-rc" frameborder="0" width="100%" height="100%" > Don't work </iframe>
提前致谢。