How to change the share URL
-
First off, I am using custom buttons:
<ul class="shareBar"> <li><a class="addthis_button_facebook_like"fb:like:layout="button_count"></a></li> <li><a class="addthis_button_tweet"></a></li> <li class="google_plusone"><a class="addthis_button_google_plusone"></a></li> <li class="share"><a href="https://www.addthis.com/bookmark.php" class="addthis_button">Share</a></li> </ul>
And on my homepage all the share links share the homepage. I would rather have them share the post that they are on. How do I do that?
- The topic ‘How to change the share URL’ is closed to new replies.