Support » Plugin: WordPress Share Buttons Plugin – AddThis » [Plugin: AddThis] How to remove via @AddThis from twitter

Viewing 3 replies - 1 through 3 (of 3 total)
  • In a custom button, I have this and it works:

    <a class="addthis_button_tweet" tw:via="YourTwitterAccount"></a>

    Thread Starter Christiann

    (@xiann)

    Thanks, that does work for me, but it creates the “Tweet” button rather than the simple Twitter button I was going for.

    However, I found a solution that worked today for modifying just the Twitter button on my AddThis toolbar. I had to add the following code (copied from this AddThis forum post) to the footer.php of my page above the closing </body> tag. I didn’t work when I added it to the <head> tag of my header.php for some reason.

    <script>
    var addthis_share = {
       templates : {
          twitter : "{{title}} {{url}} (via @twitter_username)"
       }
    }
    </script>

    I’m glad it’s working for you. I used to do it that way as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AddThis] How to remove via @AddThis from twitter’ is closed to new replies.