Addthis change url - query parameter
I have a url something like this local.ad.company.com/Web... In this i want to remove the ad.company.com when addthis buttons are clicked. Pl开发者_如何学编程ease help. Thanks in advance
Basically without any javascript involved you can do something like this (source)
<a href="http://www.addthis.com/bookmark.php"
class="addthis_button"
addthis:url="http://example.com"
addthis:title="An Example Title"
addthis:description="An Example Description"></a>
AddThis recommends using its Sharing API and personally I think it's the best way of implementing it.
精彩评论