Support » Plugin: AddToAny Share Buttons » Open universal sharing menu using another button

  • Resolved june01

    (@june01)


    Hi,
    I have some issues with styling, so I want to make my own button using elementor and when I click it, it should open the dropdown of all the sharing icons.
    Just like this – open image.

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

    (@micropat)

    Hi, just add the a2a_dd class name to your button element in the HTML code like:

    <button class="a2a_dd">Share</button>

    In AddToAny Settings under Menu Options, you can enable “Only show the universal share menu when the user clicks the universal share button”.

    Thread Starter june01

    (@june01)

    Thanks, this works just like I want.

    But how can I make it to share a custom link like in the shortcode? I don’t want to share the same page.

    Plugin Author micropat

    (@micropat)

    <button class="a2a_dd" data-a2a-url="https://www.example.com/page.html" data-a2a-title="Example Page">Share</button>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open universal sharing menu using another button’ is closed to new replies.