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

    (@micropat)

    The floating buttons use the current URL, and the default standard buttons use the post URL via WordPress’ get_permalink().

    You should look into having the Events Made Easy plugin adjust the post URLs provided by get_permalink().

    Otherwise, you can disable the default standard buttons and manually place some buttons code into your theme so that the buttons share the current URL. See the plugin FAQ for PHP template code you might use to share the current URL. For example:

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) {
        ADDTOANY_SHARE_SAVE_KIT( array( 'use_current_page' => true ) );
    } ?>
Viewing 1 replies (of 1 total)

The topic ‘Shared URL differences between floated and standard button’ is closed to new replies.