Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bimmerime

    (@bimmerime)

    no way to do this ??

    Plugin Author micropat

    (@micropat)

    Yes, you can limit the number of services displayed in the universal menu, and also prioritize the services you want to display.

    Thread Starter bimmerime

    (@bimmerime)

    well, i want the universal menu to only display reddit and stumbleupn. so what i did was to hide the more button with this line of css `a#a2apage_show_more_less.a2a_menu_show_more_less.a2a_more {
    display:none;
    }`
    which left me with only 8 share buttons. i excluded the ones i didn’t need but instead of showing “reddit” and “stumbleupon” it only show reddit and a blank space
    what did i do wrong?

    Plugin Author micropat

    (@micropat)

    Simpler CSS to hide the mini menu’s More button:
    .a2a_more { display: none; }

    What JS are you using? Excluding services won’t be of much use to you. Did you limit the number of services? Like:

    a2a_config.num_services = 10;
    a2a_config.prioritize = ["reddit", "stumbleupon"];

    Thread Starter bimmerime

    (@bimmerime)

    actually it’s working now
    what i did was to limit the number to 2
    exclude the 6 other buttons and prioritize reddit and stumbleupon

    one more thing thought. when i share with reddit. it pulls the post title with the site name like this “post title – site name”
    how can i remove the site name and make it pull only the post title

    Thank you

    Plugin Author micropat

    (@micropat)

    Reddit uses the post’s title, so you can either change the internal post title in WordPress, or modify the title for Reddit using AddToAny events.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to choose the addtoany share buttons?’ is closed to new replies.