I use sharekit to share text on facebook, I want to add an image next to the text, as in this photo:
Any ideas how to do this? and is there another suitable library like sharekit? Thanks.
Add the og: image meta tag to your head html block.
http://developers.facebook.com/docs/reference/plugins/like/
NSString *urlImage = @"some Image URL "; [item setCustomValue:urlImage forKey:@"image"];
// element is shareitem
Gotta get what you need.