我想要从我的博客链接到我的 Facebook 页面
每次我尝试嵌入其他用户推荐的代码时,我都会收到相同的消息:无法检索指定页面的 id。请验证传入的 href 是否正确。 我想要的只是我的页面上有一些内容,读者可以点击这些内容将他们带到我的 Facebook 页面。我做错了什么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以为您的 Facebook 帐户创建个人用户名,请查看 Facebook 用户名一般信息,创建用户名将为您提供一个自定义网址,例如
您可以使用以下 html 轻松将其添加到您的博客
You can create a personal username for your account on facebook, check Facebook Usernames general information, creating a username will provide you with a custom url something like
you can easily add this to your blog by using the following html
如果您发布当前尝试使用的代码也会很有帮助,否则没有人知道您要做什么。
如果您只需要一个指向 Facebook 页面的 HTML 链接,请将其放入您的页面中:
引号内的部分应该是您导航到 Facebook 页面时看到的 URL。
It would also be helpful if you post the code that you're trying to use currently, otherwise no one has any idea what you're trying to do.
If you just want a link in HTML to your facebook page, put this into your page:
The section that goes within the quotes should be the URL you see when you navigate to your Facebook page.
您是在谈论页面还是个人资料?
对于页面,Like Box 插件可能是最好的选择,它可以让人们直接从您的网站喜欢页面:https://developers.facebook.com/docs/reference/plugins/like-box/
对于您自己的个人资料,有徽章 ( https://www.facebook.com/badges/ )您可以使用
如果这是您自己的个人资料并且您希望人们订阅您(“关注”) - 有一个订阅按钮你可以使用这个: https://developers.facebook.com/docs/reference/plugins/subscribe/
Are you talking about a Page or Profile?
For Pages, the Like Box plugin is probably the best option, and lets people like the Page right from your website: https://developers.facebook.com/docs/reference/plugins/like-box/
For your own Profile, there's Badges ( https://www.facebook.com/badges/ ) which you can use
If it's your own Profile and you want people to Subscribe to you ('Follow') - there's a subscribe button you can use for this: https://developers.facebook.com/docs/reference/plugins/subscribe/
我不知道为什么,但由于某种原因,您必须在链接之前包含 http://
i dont know why, but for some reason, you have to include the http:// before the link