Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Gombroo.

    I’ve looked at your home page and a page for a specific post, and all seem to be behaving properly. I see the AddThis sharing sidebar showing up on both, and that appears to be the only sharing tool you’ve enabled.

    Could you be more specific about what you’re expecting to see that isn’t happening?

    Thanks,
    Julka

    Thread Starter gombroo

    (@gombroo)

    Hi Julka,

    I’m sorry for late reply. Yes, you’re right. Now (somehow) everything started to work properly. I have buttons displayed on the right side.

    One more question – how to customize number and type of buttons? I’d like to have for instance facebook, twitter and google +.

    Thanks!

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Gombroo.

    You can specify the number of buttons in the Sharing Sidebar. To do this, go to the Sharing Tools tab within the plugin settings and looks for the Sharing Sidebar card. That card will have tabs as well. Go to the Options tab.

    You’re able to select which buttons you’d like for the Sharing Sidebar as well. To do this, go to the Advanced Options tab within the plugin settings and look for “addthis.layers() initial paramater (json format)”:
    https://screencast.com/t/a4vXiGD3Grmn

    Using our API, you can specify which services you’d like to appear:
    https://support.addthis.com/customer/portal/articles/1200473-smart-layers-api

    You can obtain the service codes from here:
    https://www.addthis.com/services

    Thanks,
    Julka

    Thread Starter gombroo

    (@gombroo)

    Thank you ??

    When I use this method:

    addthis.layers({
        'share' : {},
        'follow' : {
            'services' : [
                {'service' : 'facebook', 'id' : 'AddThis'},
                {'service' : 'twitter', 'id' : 'AddThis'}
            ]
        }
    });

    plugin tells me “Invalid JSON format” and sidebar isn’t displayed.

    When I use this one:

    { "share": { "services": "facebook,twitter,google_plusone_share" } }

    nothing really happens. Sidebar also isn’t displayed.

    anubhav712

    (@anubhav712)

    Hello,

    the plugin is not working on my site . I’ve tried to disable all the plugins, install the plugin again etc. Nothing really happened. Could you take a look at my website and tell me what’s wrong?

    URL : https://ampcastonline.com
    Thank you!

    anubhav712

    (@anubhav712)

    Resolved the issue.

    Made my addthis account, added the script generated to footer(script with my pub id ).

    Now i can control my sharing button account from addthis.com.

    Hope this helps to all people who has the problem with addthis. Great Plugin though ??

    Thread Starter gombroo

    (@gombroo)

    Hi @anubhav712,
    which script you’ve added to your footer? Could you give me a link?
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Share buttons don't show’ is closed to new replies.