我正在尝试使用Facebook创建一个分享按钮,它的工作方式除了我没有facebook图标。我必须自己做这个吗
<a href="http://www.facebook.com/sharer.php?s=100&p[title]=titlehere&p[url]=http://www.yoururlhere.com&p[summary]=yoursummaryhere&p[images][0]=http://myimage.com">link</a>
编辑:我要的是
是否有可能从Facebook获取图标或我是否必须提供自己的图标?
答案 0 :(得分:0)
您需要确保图像参数指向图像的有效URL,例如
&p[images][0]=https://www.google.co.za/images/srpr/logo4w.png
所以完整的网址是:
https://www.facebook.com/sharer/sharer.php?s=100&p%5Btitle%5D=titlehere&p%5Burl%5D=http%3A%2F%2Fwww.yoururlhere.com&p%5Bsummary%5D=yoursummaryhere&p%5Bimages%5D%5B0%5D=http%3A%2F%2Fwww.google.co.za/images/srpr/logo4w.png