我正在尝试在我的网页上嵌入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。
请帮助我如何实现这一目标?