I creating an HTML5 website www.pcionesource.com
I inserted the sharing code into my project profile pages but the result from clicking a social button isn't correct.
An example site is http://www.pcionesource.com/#!Nadwa Salon|c1w7h
Since this website was not created with any code (other than some simple html),
how can i utilize the AddThis for my galleries?
The problem is that Wix implements HTML widgets inside of iframes, which have a different URL than the main site. You can set the URL to share to the correct one by setting the addthis:url parameter in the toolbox div, like this:
<div class="addthis_toolbox addthis_default_style " addthis:url="YOUR URL">
Change YOUR URL to the URL you'd like to share.
This question is closed to new answers.