add image and description on facebook with sharekit

倾然丶 夕夏残阳落幕 提交于 2019-12-12 11:17:31

问题


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.


回答1:


Add an og:image meta tag to your head html block.

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




回答2:


NSString *urlImage = @"some Image URL ";
    [item setCustomValue:urlImage forKey:@"image"];

//item is shareitem

Should get what you wanted.



来源:https://stackoverflow.com/questions/6542050/add-image-and-description-on-facebook-with-sharekit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!