Viewing 15 replies - 1 through 15 (of 18 total)
  • iansss

    (@iansss)

    Can I repeat this question.
    I too am a little confused.
    What if I want everyone to simply tweet the page?

    Thanks

    Plugin Contributor Sol

    (@solchea)

    Sorry for the delay in responding. The “All Visitors” option is a catch-all that is placed at the bottom of your rules. If none of your other rules match the user, the “All Visitors” rule will be executed. I hope this makes sense, please let me know if you have additional questions.

    iansss

    (@iansss)

    Can I repeat the question – What if I want everyone to simply tweet the page?

    Thanks Sol

    Plugin Contributor Sol

    (@solchea)

    Sorry I didn’t fully answer you question. If you want to show everyone the same bar and have them Tweet the page, uncheck the other options (Twitter, Facebook, Google), select “All Visitors”, set the Button Action to “Share” and specify Button Text to something like “Tweet This!”. Let me know if that doesn’t fully answer your question now.

    bbq797

    (@bbq797)

    Welcome bar had been working fine for a while, but now does not appear on my website or on the previews. Any help would be greatly appreciated!!

    Thanks!

    iansss

    (@iansss)

    Hello Sol,
    Am I missing something?
    Did as you said – except clicking the button sends the visitor to Facebook, not Twitter.
    Where is the choice of socialmedia set?
    Regards
    Ian

    Plugin Contributor Sol

    (@solchea)

    Hi Ian, sorry, by default, when you use the All Visitors and the Share option, we default the button to share to the user’s preferred Social Network. The current interface doesn’t provide a way to override this for All Visitors. If you would want to specify Twitter specifically, you’ll have to use the “Edit Plugin Code (Advanced)” option and use the following code:

    {
    “backgroundColor”: “#000000”,
    “buttonColor”: “#098DF4”,
    “textColor”: “#FFFFFF”,
    “buttonTextColor”: “#FFFFFF”
    },rules:[
    {
    “name”: “AnyOther”,
    “message”: “[SPECIFY YOUR CUSTOM MESSAGE]”,
    “action”: {
    “type”: “button”,
    “text”: “Tweet This!”,
    “verb”: “share”,
    “service”: “twitter”
    }
    }
    ]}

    Sorry for the inconvenience, I’ll be adding this to our feature backlog to make this type of change easier.

    Plugin Contributor Sol

    (@solchea)

    bbq797 – could you provide me a link to your site with the plugin activated? My current test systems appear to be working just fine, so I’ll need to see you site to investigate further.

    iansss

    (@iansss)

    https://www.consultancymarketing.co.uk/blog

    Working now I think Sol.
    Thanks for your help

    bbq797

    (@bbq797)

    Hi Sol,

    Thanks very much for looking into it!

    My website is https://playonlongisland.com

    Plugin Contributor Sol

    (@solchea)

    bbq797 – Looking at your site, there’s a Javascript error occurring:

    Uncaught TypeError: Object function (test_var) { // useful method for “class” Array
    var r = this.indexOf(test_var, 0);
    return (r!=undefined && (r != -1)) ;
    //return this.indexOf(test_var, 0) != -1;//this breaks on special conditions for all browsers exept firefox.
    } has no method ‘indexOf’

    This comment is above the code:

    <!– Clicky Web Analytics – https://getclicky.com, WordPress Plugin by Yoast – https://yoast.com/wordpress/clicky/ –>

    I think this error is causing other Javascript on the page to fail including the Welcome Bar. If you can remove the Javascript above, let me know if that fixes the Welcome Bar.

    stratosl

    (@stratosl)

    Hey Sol, would you also take a look at my blog? The plugin is installed and set up, but it does not show!

    Stratos’ Sphere

    Thanks

    Plugin Contributor Sol

    (@solchea)

    Sure thing (great blog name by the way). It looks like you have it installed correctly, you’re not going to see the Welcome Bar unless you are coming from one of the services you specified: Facebook, Twitter, Google, LinkedIn. If you want the Welcome Bar to show always, make sure to select the “All Visitors” option from the configuration tool. That will be used if the user doesn’t fall into one of the other rules. I hope that makes sense, let me know if you have questions.

    stratosl

    (@stratosl)

    Thanks for the feedback (and the kind words!)

    I have noticed that when AddThis Welcome Bar is installed and activated, then the plugin AddThis Share keeps deactivating by itself. So, I deactivated the welcome bar.

    Also, on a different matter, AddThis Share always displays a message in the settings page:

    Your AddThis sharing plugin has been updated.
    Revert back to previous version

    stratosl

    (@stratosl)

    OK, my bad. The deactivation problem with AddThis Share is independent of the Welcome Bar. It keeps deactivating by itsel.

    I think it has to do with the “updated” status. It keeps thinking that it’s just been updated and it waits for activation. How do I fix this?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: AddThis Welcome Bar] All Visitors’ is closed to new replies.