1

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. Please help. Thanks in advance

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.