0

我在我的 Ionic 3 应用程序中使用来自https://ionicframework.com/docs/v3/native/social-sharing/的社交共享插件。

在我的代码中,我有:

import { SocialSharing } from '@ionic-native/social-sharing';

接着 ..

this.socialSharing.share('Check out Fanslide - In Play Fantasy Football! ' + this.myShareLink, '', 'https://www.fanslide.com/assets/images/appicon-small.png', '');

我将图像的 URL 指定为第三个参数。

如果我然后打开应用程序并激活共享,那么我会看到附件。有一个缩略图“T”和一个光标。这不是我的形象,所以我不确定这是从哪里来的。

如何确保我指定的图像 URL 显示为缩略图?

谢谢

在此处输入图像描述

4

0 回答 0