How to add facebook share button on my website?

前端 未结 7 1584
情书的邮戳
情书的邮戳 2020-12-02 04:09

I have this code that suppose to work, but doesn\'t work. If this helps you in anyway that would be great.



        
相关标签:
7条回答
  • 2020-12-02 04:55

    For your own specific server or different pages & image button you could use something like this (PHP only)

    <a href="http://www.facebook.com/sharer/sharer.php?u=http://'.$_SERVER['SERVER_NAME'].'" target="_blank"><img src="http://i.stack.imgur.com/rffGp.png" /></a>
    

    I cannot share the snippet with this but you will get the idea...

    0 讨论(0)
提交回复
热议问题