Facebook 粉丝页面画布来源?

发布于 2024-08-28 14:00:57 字数 572 浏览 4 评论 0原文

我试图了解如何学习阅读 Facebook 粉丝页面的源代码。到目前为止,我只能在查看源代码时显示布局。

这是一个例子:如果你去这里: http://www.facebook.com/pages/See-oho-nieps-YothG-RRofiLe/106340746065367#!/pages/ Milton-Keynes-United-Kingdom/IF-MR-BEAN-WAS-IN-AVATAR-HE-WOULD-LOOK-LIKE-THIS/302690570115

该画布页面要求您成为该页面的粉丝。这是通过以下方式完成的: 内容在这里

我的问题是,为什么我在该页面的源代码中找不到 FB:visible 代码?我将不胜感激任何指导!

Im trying to understand how to learn reading the source of a facebook fan page. So far, I can only get the layout displayed while viewing the source.

Here is an example: If you go here:
http://www.facebook.com/pages/See-oho-nieps-YothG-RRofiLe/106340746065367#!/pages/Milton-Keynes-United-Kingdom/IF-MR-BEAN-WAS-IN-AVATAR-HE-WOULD-LOOK-LIKE-THIS/302690570115

That canvas page requires you to be a fan of the page. This is done with:

content here

My question is, why cant I find the FB:visible code in the source of that page? I would be grateful for any guidance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人│生佛魔见 2024-09-04 14:00:57

我相信这是因为 FBML 是在服务器端解释的,所以如果它输出标记,它们的解析器将必须基于 Javascript,这会导致更大的安全风险(?)并完全减慢进程。

虽然我对此不太熟悉,但我必须诚实。

I believe it's because the FBML is interpreted server side, so if it output the markup their parser would have to be Javascript based, causing a greater risk to security (?) and slowing the process down entirely.

I'm not too familiar with it though, I must be honest.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文