• Resolved annakp

    (@annakp)


    Hi, I’m wondering if anyone knows how to get the share buttons to appear at the top of the post or page? I know I can do this with the code, but is there another option? ths 🙂

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

    (@micropat)

    Right now the best way is to add this line of code to your theme’s file(s):
    <?php if( function_exists('ADDTOANY_SHARE_SAVE_KIT') ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    This is from “How can I add both the button and the individual icons to another area of my theme?” in the FAQ.

    It’s on the roadmap to simplify top/bottom placement in future plugin releases without the need to fuss with code. 🙂

    Thread Starter annakp

    (@annakp)

    Thanks Micropat.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] moving buttons to top of post/page’ is closed to new replies.