• Resolved igb10

    (@igb10)


    Couldn’t find anywhere. Is there a way to place a shortcode of the Follow buttons in the body of the page (not in the widget)

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

    (@micropat)

    There isn’t a shortcode for follow buttons, partly because it would be fairly heavy on syntax and you can already use the general HTML code for follow buttons like so:

    <div class="a2a_kit a2a_kit_size_32 a2a_default_style a2a_follow addtoany_list">
        <a class="a2a_button_twitter" data-a2a-follow="USERNAME"></a>
        <a class="a2a_button_facebook" data-a2a-follow="USERNAME"></a>
        <a class="a2a_button_instagram" data-a2a-follow="USERNAME"></a>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Follow Buttons Short-code’ is closed to new replies.