Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    On your site (mum.davethemonkey.net) the AddToAny template for Twitter is being overridden by the AddToAny template for email. Admittedly, the JavaScript syntax for multiple templates is a bit tricky to get right. Here’s one way that works:

    a2a_config.templates = {
        email: {
            subject: "Check this out: ${title}",
            body: "Click the link:\n${link}"
        },
        twitter: "Reading: ${title} ${link} by @AddToAny"
    };

    Thread Starter Stimpdawg

    (@stimpdawg)

    That worked. Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twitter message’ is closed to new replies.