为什么facebook,twitter不允许嵌入或iframe配置文件页面?

时间:2015-02-03 10:20:29

标签: html facebook twitter

我正在尝试在我的网页上嵌入Facebook和Twitter用户的公开个人资料页面。但没有显示。

例如

<iframe src="https://www.facebook.com/SamsungMobile?ref=br_tf"></iframe>
<object type="text/html" data="https://www.facebook.com/SamsungMobile?ref=br_tf"
        style="width:100%; height:100%; margin:1%;">
</object>

 <iframe src="https://twitter.com/samsungmobile"></iframe>
<object type="text/html" data="https://www.facebook.com/SamsungMobile?ref=br_tf"
        style="width:100%; height:100%; margin:1%;">
</object>

我想要实现的是用户将社交页面链接放在他们的设置页面上。我想在他们的个人资料中显示这些页面,以便当访客用户访问他们的个人资料时,他可以看到他们的社交页面。

因为我想自动完成无法使用社交窗口小部件/插件的流程。

因为Twitter的每个Feed插件都有不同的ID。

请帮助我如何实现这一目标?

1 个答案:

答案 0 :(得分:0)

我建议您使用类似Html2Canvas的内容来呈现Twitter或Facebook页面的图像,因为它们都不允许其页面被设置为iframed。