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

    (@micropat)

    The WordPress shortcode parser does not support square brackets within attributes.

    Use the AddToAny plugin’s template code instead of do_shortcode:

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) {
        ADDTOANY_SHARE_SAVE_KIT( array( 'linkname' => 'Example Page', 'linkurl' => 'http://example.com/page.html' ) );
    } ?>

    Thread Starter fja3omega

    (@fja3omega)

    thanks for the help.
    using that code now.
    rock on

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to addtoany url with special character’ is closed to new replies.