Facebook分享链接未显示图片

7
请帮助我,我正在使用Facebook分享链接与我的网站标志,但图片没有显示出来,即使我按照Facebook要求设置了正确的图片尺寸,请问你能帮我解决这个问题吗?
 http://www.facebook.com/sharer/sharer.php?s=+100&p[title]=SundtBMI&p[url]=http%3A%2F%2Fwww.redsignal.biz%2Fclients%2Fdemo%2Fsundtbmi%2F&p[images][0]=http%3A%2F%2Fwww.redsignal.biz%2Fclients%2Fdemo%2Fsundtbmi%2Fskins%2Fdefault%2Fimages%2FSB_logo.png&p[images][1]=http%3A%2F%2Fwww.redsignal.biz%2Fclients%2Fdemo%2Fsundtbmi%2Fskins%2Fdefault%2Fimages%2FSB_logo.png&p[summary]=When+I+stand+before+God+at+the+end+of+my+life%2C+I+would+hope+that+I+would+not+have+a+single+bit+of+talent+left%2C+and+could+say%2C+%27I+used+everything+you+gave+me%27.Throughout+life+people+will+make+you+mad%2C+disrespect+you+and+treat+you+bad.+Let+God+deal+with+the+things+they+do%2C+cause+hate+in+your+heart+will+consume+you+too.How+far+you+go+in+life+depends+on+your+being+tender+with+the+young%2C+compassionate+with+the+aged%2C+sympathetic+with+the+striving+and+tolerant+of+the+weak+and+strong.+Because+someday+in+your+life+you+will+have+been+all+of+these.When+I+stand+before+God+at+the+end+of+my+life%2C+I+would+hope+that+I+would+not+have+a+single+bit+of+talent+left%2C+and+could+say%2C+%27I+used+everything+you+gave+me%27.Throughout+life+people+will+make+you+mad%2C+disrespect+you+and+treat+you+bad.+Let+God+deal+with+the+things+they+do%2C+cause+hate+in+your+heart+will+consume+you+too.How+far+you+go+in+life+depends+on+your+being+tender+with+the+young%2C+compassionate+with+the+aged%2C+sympathetic+with+the+striving+and+tolerant+of+the+weak+and+strong.+Because+someday+in+your+life+you+will+have+been+all+of+these.When+I+stand+before+God+at+the+end+of+my+life%2C+I+would+hope+that+I+would+not+have+a+single+bit+of+talent+left%2C+and+could+say%2C+%27I+used+everything+you+gave+me%27.Throughout+life+people+will+make+you+mad%2C+disrespect+you+and+treat+you+bad.+Let+God+deal+with+the+things+they+do%2C+cause+hate+in+your+heart+will+consume+you+too.How+far+you+go+in+life+depends+on+your+being+tender+with+the+young%2C+compassionate+with+the+aged%2C+sympathetic+with+the+striving+and+tolerant+of+the+weak+and+strong.+Because+someday+in+your+life+you+will+have+been+all+of+these.
1个回答

3

我认为这种分享方式正在逐渐淘汰。新的方法在这里有详细说明:http://developers.facebook.com/docs/reference/dialogs/feed/

因此,要进行直接的URL分享,您需要使用像这样的链接:

https://www.facebook.com/dialog/feed?
  app_id=458358780877780&
  link=https://developers.facebook.com/docs/reference/dialogs/&
  picture=http://fbrell.com/f8.jpg&
  name=Facebook%20Dialogs&
  caption=Reference%20Documentation&
  description=Using%20Dialogs%20to%20interact%20with%20users.&
  redirect_uri=https://mighty-lowlands-6381.herokuapp.com/

请注意,您需要创建一个应用程序来获取应用程序ID。

1
是的,谢谢。我已经按照您的指示操作了。对于这个应用程序,需要一个app_id,所以我也创建了它。感谢您的回答。 - Muhammad

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接