我试图让用户使用 Facebook OG 在我的网站上与 Facebook 共享产品。此外,我需要通过VigLink Everywhere实现一个附属链接。
因此,共享的 URL 应该类似于:
我把这个URL结构放在og:url中,所以页面元标记如下:
<meta property="og:type" content="vololocal:clothing" />
<meta property="og:url" content="http://redirect.viglink.com?key=475a93b990315b7d41088aeaf46264c9&u=http%3a%2f%2fwww.dev.buyvolo.com%2fDetails%3fdealId%3d11578%26variantId%3d11967" />
<meta property="og:title" content="Helix Dress - Black Sequin" />
<meta property="og:description" content="Killer black sequin body-con dress featuring silver accents with a plunging sweetheart neckline and curved hem. Zip closure at back, boning. Fully lined." />
问题是 - 使用Facebook OG Debugger进行调试时出现以下错误:
Error Must Be Fixed:
There was an error in fetching the object at URL 'http://www.dev.buyvolo.com/Details?dealId=11578&variantId=11967', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://redirect.viglink.com?key=475a93b990315b7d41088aeaf46264c9&u=http%3a%2f%2fwww.dev.buyvolo.com%2fDetails%3fdealId%3d11578%26variantId%3d11967.
我怎样才能解决这个问题?我做错了什么?