Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am using sharekit to share text on facebook, i want to add a picture near the text like in this photo :
Any idea how to do this? and is there other suitable library like sharekit ? Thanks.
head html ブロックに og:image メタ タグを追加します。
http://developers.facebook.com/docs/reference/plugins/like/
NSString *urlImage = @"some Image URL "; [item setCustomValue:urlImage forKey:@"image"];
//アイテムはシェアアイテム
欲しかったものが手に入るはずです。