Skip to content Skip to sidebar Skip to footer

Addthis Need To Share Custom Url Generated By Js

I need the facebook/twitter/email buttons to share the page with the photo loaded. The script for the photo form was written years ago by a colleague that has left and I have concl

Solution 1:

The problem is that you're setting the addthis:url parameter to a different value from the address bar. Here's the code on your page:

<divaddthis:url='http://etncal.staging.wpengine.com/download-your-community-event-photos/'addthis:title='Download Your Community Event Photo 'class="addthis_toolbox addthis_default_style addthis_32x32_style"><aclass="addthis_button_facebook"></a><aclass="addthis_button_twitter"></a><aclass="addthis_button_email"></a></div>

You need to set the addthis:url parameter to the URL of the photo page or set your tag to the URL of the photo page.

Post a Comment for "Addthis Need To Share Custom Url Generated By Js"