I want to share url: http://example.com/2, but need the like counter always to be on http://example.com/1
For example now in Twitter I am using data-counturl parameter
<a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php echo $twitter_url; ?>" data-counturl="<?php echo $share_url; ?>" data-count="vertical">Share</a>
So how you see in the code example I am using one url as data-url and counter is on another url. This is required to have for me, because an account is assigned with shortened URL to keep track of specific user and data information.
How can this be done with facebook (google+, linkedin)?