I'm having product listing page . I would like to show share link for each product and i want to share individual product image . How can i do this ?
I believe meta doesn't help, because i need to share individual product image.
|
I'm having product listing page . I would like to show share link for each product and i want to share individual product image . How can i do this ? I believe meta doesn't help, because i need to share individual product image. |
||||
|
|
|
Create your own button for each image, an onclick invoke FB.UI from the JS SDK https://developers.facebook.com/docs/reference/javascript/FB.ui/ passing in the variables you want for the message So for each image the html could like similar to: Then using a library like jquery you could have the following script
More info with an example is here: https://developers.facebook.com/docs/reference/dialogs/feed/ and you can play around with the JS-SDK here |
||||