• rmprado

    (@rmprado)


    I have AddtoAny on my website, but I’m trying to customize the Twitter message. Here (http://www.addtoany.com/buttons/customize/twitter_message), the AddtoAny site even teaches how to do it, but it won’t work.

    I tried putting that code within the Additional Options field at the Configurations page. Isn’t it supposed to work this way?

    Thanks in advance

Viewing 12 replies - 1 through 12 (of 12 total)
  • micropat

    (@micropat)

    That is exactly how it should work. Can you paste here the exact code you have in the Additional Options box?

    @micropat,

    I am having the same issues. Here’s the exact code I put in the Additional Options box:

    ‘var a2a_config = a2a_config || {};
    a2a_config.templates = {
    twitter: “Check out: ${title} ${link} via @joelrosas”
    };’

    That code should work perfectly as well (without the surrounding single-quotes, of course). What version of AddToAny and WordPress are you using? If you can provide a link to your blog, please do.

    I’ve been having the same problem as well, here’s my blog URL: http://rushmiller.com

    I find that the customized twitter message works when you click the Share/Save button and choose Twitter from the menu. But if you choose the Twitter singular icon displayed prior to the Share/Save button, then the custom Twitter message does not display. This is currently the way it’s working on my site: http://www.hiddeninthesand.com/blogs/

    @rushel the Twitter customization appears to be working correctly in your drop-down menu.

    @cozbaldwin that’s a really great point. The customized Twitter message does not work for the standalone service link yet. This is planned for an upcoming release that should land very soon.

    Glad to see this post, I had the same question. I was hoping the code would apply to the standalone service by now, any update on when that will occur?

    Blog: http://totbargains.com

    @totbargains it actually does apply to the standalone service now, and it seems to be functioning perfectly on your blog. 🙂

    Hmm, my custom message (“I found a great deal…”) seems to be working when I choose Twitter from the share/save popup menu, but not the Tweet button on the posts. I’ve tried in IE8, Chrome and Firefox and see the same results. @micropat you’re saying it works when you try it? Maybe it’s just buggy for me… Thanks for the help!!

    Ack, sorry! My mistake. So, yes, it does work for the Twitter standalone service, but not yet for the “advanced” Tweet button. You might consider switching out your Tweet button for the regular Twitter standalone icon for now.

    Ok, made the switch and it is working now, thanks! Will look for the advanced tweet button to be customizable in future updates. The reason I didn’t like the standard twitter button is the black border that Firefox and IE8 put around it, as well as the background color issues I am getting around all my addtoany buttons. I’ll keep playing around with the settings and hopefully can get it to look right. Love the plugin though, thanks!

    I am having a similar problem with the custom twitter message not showing. I am using a custom img for the button, is there a way to get it to work by defining it clearly as a ‘simple’ twitter button? Since that sounds like that button works while the complex one does not. I’m using neither but perhaps my custom img is being treated like the complex twitter button?

    Atm I am placing it with .a2a_button_twitter , pretty much like,

    <div class="a2a_kit">
        <a class="a2a_button_twitter">
            <img src="someimg.png" />
        </a>
    </div>

    Does it take a different class to define it as simple perhaps…?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] Customize codes won’t work’ is closed to new replies.