Can we use addthis code to share each product in a page. i mean if i have 10 products in a page so can i share one product details only through addthis code. i mean 10 likes buttons for 10 products.
Yes, but each product is going to need its own unique URL. You can set the URL to share by doing this:
<div class="addthis_toolbox addthis_default_style " addthis:url="<the product url>">
Replace <the product url> with each product's URL
This question is closed to new answers.