我想知道是否可以添加 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
发布评论
评论(1)
您可以通过指定适当的
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>