• Resolved G. Andore

    (@alvie90s)


    Hi Team!

    I kindly request to help me. I want to add new follo buttons like ‘Myspace’ ‘Ameba’ ‘RadioTunein’ etc… I know it is possible but I don’t know where to paste the php or can someone please tell me step by step how to do it please? I found here but don’t know what to do https://www.ads-software.com/plugins/add-to-any/#faq.

    Many Thanks!

    The page I need help with: [log in to see the link]

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

    (@micropat)

    I suggest using a “functionality” plugin such as the awesome Code Snippets plugin. ??

    Thread Starter G. Andore

    (@alvie90s)

    @micropat hey you are wonderful! that is a 100% it worked. Thanks!

    Thread Starter G. Andore

    (@alvie90s)

    @micropat sorry for reopening ticket again, I was able to add one more, but how can I add more buttons? when I try to copy and paste the whole code again to duplicate it gives me an error. This is the code I have for now:

    function addtoany_add_follow_services( $services ) {
    $services[‘example_follow_service’] = array(
    ‘name’ => ‘Ameba’,
    ‘icon_url’ => ‘https://s19.postimg.org/xfjap7mtf/246x0w.jpg’,
    ‘icon_width’ => 32,
    ‘icon_height’ => 32,
    ‘href’ => ‘hhttps://ameblo.jp/gamersoundradio/’,
    );
    return $services;
    }
    add_filter( ‘A2A_FOLLOW_services’, ‘addtoany_add_follow_services’, 10, 1 );

    How can I add more? a new snip didn’t helped me too

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add new Follow Buttons please explain how to’ is closed to new replies.