4

I am using sharekit to share text on facebook, i want to add a picture near the text like in this photo :

enter image description here

Any idea how to do this? and is there other suitable library like sharekit ? Thanks.

4

2 に答える 2

1

head html ブロッ​​クに og:image メタ タグを追加します。

http://developers.facebook.com/docs/reference/plugins/like/

于 2011-07-18T23:24:31.953 に答える
0
NSString *urlImage = @"some Image URL ";
    [item setCustomValue:urlImage forKey:@"image"];

//アイテムはシェアアイテム

欲しかったものが手に入るはずです。

于 2011-09-15T03:00:37.903 に答える