当我尝试在我的android facebook应用程序上发布链接时,缩略图是错误的。它是来自网站的随机图像。我有:
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_TEXT, "my google play link");
startActivity(Intent.createChooser(intent, "Share with"));
我该如何解决?
答案 0 :(得分:5)
您无法解决这个问题,Google的Play商店在其网页上没有og metadata tags来指定在Facebook上分享时使用的图片。因此,Facebook将只选择一个在作曲家中展示,你可以做的就是改变它。
答案 1 :(得分:0)
使用Facebook的此调试程序管理要显示的图像:https://developers.facebook.com/tools/debug/sharing
删除Google Play中的所有图片。然后添加您想要显示的图像,包括"平板电脑"。然后使用" Scrap Again"在FB调试器中。
它有点随机,但通过一些实验,你可以得到你想要的。