• Resolved xlogus

    (@xlogus)


    Hello

    If I use shortcode it shows like button but floating bar don`t show like button (I checked that is not a CSS problem because HTML button code is not there).

    What Can I do?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    By default, the plugin removes 3rd party buttons from the floating bar because those buttons tend to have alignment issues. However, you can manually place a Facebook Like button in a custom floating bar using the general HTML code, for example:

    <div class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_vertical_style" style="left:0px; top:150px;">
        <a class="a2a_button_facebook_like"></a>
        <a class="a2a_button_facebook"></a>
        <a class="a2a_button_twitter"></a>
        <a class="a2a_dd" href="https://www.addtoany.com/share"></a>
    </div>

    You can place the above code in the site’s theme, or in a Custom HTML widget.

Viewing 1 replies (of 1 total)
  • The topic ‘Like button don`t show on floating bar’ is closed to new replies.