我想了一会儿,我的 Facebook 'like' 按钮的设置是不确定的。我有一个 facebook 业务页面,但我网站上的“喜欢”似乎转到了一个 facebook 网站管理页面,该页面通过应用程序 ID 链接到我的网站。我已经搜索过 Stack Overflow 并进行了一般的谷歌搜索,但从来没有找到一个完整的答案来解释为什么会这样,只是有很多相互矛盾的信息。
现在,当我查看这个网站的管理页面(在哪个网站上汇总了“喜欢”)时,我看到这些类型的管理页面正在被贬值,他们建议我迁移到适当的页面。我已经有一个页面 - 我不想再创建一个。我能做些什么?
此外,无论哪种方式,我在我的网站上为我的喜欢按钮设置的设置肯定需要更改。在调试器页面上,图形 api 显示:
{
"url": "http://www.rachellucie.co.uk/",
"type": "website",
"title": "Unique Handmade Silver Jewellery by Rachel Lucie",
"image": [
{
"url": "http://cdn.shopify.com/s/files/1/0052/8102/t/6/assets/logo.png?169"
}
],
"description": "Contemporary handmade silver jewellery by designer Rachel Lucie from Hebden Bridge, UK. Buy necklaces, earrings and bracelets featuring semi-precious stones and pearls direct online.",
"site_name": "Unique Handmade Silver Jewellery by Rachel Lucie",
"admins": [
{
"id": "518522457",
"name": "Rachel Johns",
"url": "https://www.facebook.com/rachelluciejohns"
}
],
"updated_time": "2012-11-11T21:19:44+0000",
"id": "499586242152",
"application": {
"id": "122020880748",
"name": "Rachel Lucie Jewellery Designs",
"url": "https://www.facebook.com/apps/application.php?id=122020880748"
}
}
有人可以指出我正确的方向吗?
顺便说一句,每次我“喜欢”我网站上的产品时,它都会在 facebook 中为该产品创建另一个 Web 管理页面。这对我来说似乎不对!
谢谢你的时间。