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.
我正在使用 sharekit 在 facebook 上分享文字,我想在文字附近添加一张图片,就像这张照片一样:
知道怎么做吗?还有其他合适的库,比如 sharekit 吗?谢谢。
将 og:image 元标记添加到您的 head html 块。
http://developers.facebook.com/docs/reference/plugins/like/
NSString *urlImage = @"some Image URL "; [item setCustomValue:urlImage forKey:@"image"];
//项目是共享项目
应该得到你想要的。