i have a custom image for facebook, that when the user click, it will share something, however, developers.facebook provide element that will automatically generate share button with the below code
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button"></div>
I want to use my custom image to use the code generated to popup the share page, is there a way?
%a.link.facebook{href: "some_url_here"}
I already search the net, still I'm stuck,
Thanks for your help , im still a beginner, :)