我正在使用Facebook Share Dialog
当我调用 Facebook Sharedialog 时,它总是从href
.
代码片段 -
this.facebook.showDialog({
method: 'share',
href: 'https://google.com',
name: 'Name',
picture: 'https://www.w3schools.com/w3css/img_forest.jpg',
description: 'Description'
});