我有一段时间以为我的设置对于我的facebook'喜欢'按钮来说是不合适的。 我有一个Facebook商业页面,但在我的网站上“喜欢”似乎去了一个facebook网站管理页面,它通过app 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上为该产品创建另一个网络管理页面。这对我来说似乎不合适!
感谢您的时间。