• velichor

    (@velichor)


    It does everything you need it to, and it’s not limited to Facebook, Twitter, and Instagram.

    • It’s one of the only sharing plugins that allows you to add a button to directly just copy the link.
    • It’s the only sharing plugin I could find that includes Bluesky and Mastodon and large mainstream social networks.
    • You can customize the colour of the sharing buttons, which is a huge plus for coordinated branding on your site.
    • And final note, it is not intuitive to change the padding around the sharing buttons. Here’s the CSS I used (in the plugin settings):

    .addtoany_content { text-align:center; padding-top: 30px; }

    To the developer: Thank you for spending time making this plugin available to everyone!

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

    (@micropat)

    To Cohen: It’s from reviewers like you that keep the AddToAny plugin going. Thank you for appreciating what we’ve worked on, and thank you for documenting some helpful CSS code.

    Your website, and its gigantic universal share button, are extraordinarily excellent. Please keep contributing to the web.

    Thread Starter velichor

    (@velichor)

    Thanks for notifying me of that oversized share button! I just added it recently and hadn’t checked it yet. I’m using the “Image URL” option. Is there a way to change the size?

    Thanks!

    Plugin Author micropat

    (@micropat)

    So that wasn’t super intentional?! ??

    Additional CSS is the way to change the size of the Image URL, specifically something like:

    a.addtoany_share img { height: 36px !important; width: 36px !important; }
    Thread Starter velichor

    (@velichor)

    Haha, nope, not intentional. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this review.