Allow viewers to share post into their Facebook Profile

Hi,

I want to have a Facebook Share Button in each post where in the user will be able to share the post into their FB pages. This is supposed to be an easy task but I was not able to find any tutorials / guides about this on the docs.

How can I do this? Thanks.

Here is the code you can use, Customize it as your need.

<a class="facebook" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute='true'}}"  onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">Share on Facebok</a>
1 Like