不比Twitter,能嵌入整个内容流,Facebook只找到嵌入一篇内容的方法。
打开你希望嵌入的Facebook主页,选择一篇文章,右上角...,然后嵌入网页(我又用中文了):
操作流
然后可以获得代码:
代码预览
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fethereumproject%2Fposts%2F907430919438602&width=500" width="500" height="281" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
width 是宽度,需要改的,记得有两处都要改。
然后粘贴到你html代码中你需要展示的地方就可以了:
效果
The end.
网友评论