将粉丝页面的点赞按钮放在登陆页面的中间

发布于 2024-11-28 19:37:40 字数 341 浏览 5 评论 0 原文

我想知道是否可以添加 Facebook 粉丝页面的点赞按钮(通常放置在页面的标题上),作为嵌入到登陆页面中的按钮。我知道我可以利用 Facebook http://developers 提供的 Like 按钮生成器。 facebook.com/docs/reference/plugins/like/ ,但我是在获得粉丝页面的“赞”按钮之后(实际上,该按钮在视觉上与上述链接生成的“赞”按钮不同)。如果确实有办法,请告诉我。我欢迎您的建议。

问候, 古拉姆·穆斯塔法·马哈尔

I wanted to know if it is possible to add the like button of a Facebook fan page(which is normally placed on the header of the page), as being embedded inside a landing page. I know I can make use of the like button generator given by Facebook http://developers.facebook.com/docs/reference/plugins/like/ , but I am after getting the like button of a fan page (which in reality is visually different than the like button that is generated at the above mentioned link). If indeed there is a way , please let me know. I welcome your suggestions.

Regards,
Ghulam Mustafa Majal

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

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

发布评论

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

评论(1

风追烟花雨 2024-12-05 19:37:40

您可以通过指定适当的 href 或使用“Like”框(https://developers.facebook.com/docs/reference/plugins/like-)将“Like”按钮放置到登陆页面内的 Facebook 页面上。盒子/)。例如,此“Like”按钮喜欢 Facebook 平台页面,并且可以直接粘贴到页面选项卡上的 iframe 内:

You can place a like button to the Facebook Page inside the landing page by specifying the appropriate href or using the Like box (https://developers.facebook.com/docs/reference/plugins/like-box/). For example, this Like button likes the Facebook Platform Page and can be pasted directly inside an iframe on a Page Tab:

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=191014414294211&xfbml=1"></script><fb:like href="http://www.facebook.com/platform" send="true" width="450" show_faces="true" font=""></fb:like>

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