Facebook分享按钮和自定义文本 [英] Facebook share button and custom text

查看:121
本文介绍了Facebook分享按钮和自定义文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

有没有办法让Facebook分享按钮在墙上或新闻稿上发布自定义文字?类似这样的东西[用于一行]:

 < a title =发送到Facebook 
href =http://www.facebook.com/sharer.php?s=100&p[title]=YOUR_TITLE&p[summary]=YOUR_SUMMARY&p[url]=YOUR_URL&p[images ] [0] = YOUR_IMAGE_TO_SHARE_OBJECT
target =_ blank>
< span>
< img width =14height =14src ='icons / fb.gifalt =Facebook/> Facebook
< / span>
< / a>


Is there any way to make facebook share button which post custom text on the wall or news feed?

解决方案

We use something like this [use in one line]:

<a title="send to Facebook" 
  href="http://www.facebook.com/sharer.php?s=100&p[title]=YOUR_TITLE&p[summary]=YOUR_SUMMARY&p[url]=YOUR_URL&p[images][0]=YOUR_IMAGE_TO_SHARE_OBJECT"
  target="_blank">
  <span>
    <img width="14" height="14" src="'icons/fb.gif" alt="Facebook" /> Facebook 
  </span>
</a>

这篇关于Facebook分享按钮和自定义文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆