How do I add a product specific facebook share button to order confirmation page? -


i've looked high , low around web looking answer question answers don't quite give me i'm looking for...

i have e-commerce site i'd add share button order confirmation page that, when clicked, shares specific product have purchased.

how go doing this?

each product needs have unique url in order shared. url use when generating share button.

when implementing share button, you'll need javascript sdk (as mentioned in link) , once have that, you'll need have html on page:

<div class="fb-share-button" data-href="http://your-product-url" data-type="button_count"></div>

the data-href attribute want dynamic , swap out each product want share.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -