Facebook share button and custom text

Neir0 picture Neir0 · May 26, 2011 · Viewed 193.9k times · Source

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

Answer

AllisonC picture AllisonC · May 26, 2011

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>