• Resolved paddockcomunicacion

    (@paddockcomunicacion)


    Hi,

    I would like the share buttons to show at the bottom on the homepage listing and at the top of the article inside the post. Is there an option to do that? In the settings it seems that I can only assign the position to both.

    Thank you.

    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)

    Hello,

    In AddToAny settings go ahead and enable “top & bottom” placement, then in your “Additional CSS” box, change:

    .addtoany_share_save_container { margin-top:40px; padding-top:12px; border-top:dotted 1px #999; }

    to:

    .addtoany_content { margin-top:40px; padding-top:12px; border-top:dotted 1px #999; }
    body.home .addtoany_content_top { display: none; }
    body.single .addtoany_content_bottom { display: none; }
    Thread Starter paddockcomunicacion

    (@paddockcomunicacion)

    Hi,

    Thank you very much, it works.

    One last question, I think this is a Facebook API problem and I’m not sure if there’s a solution to it, sometimes the counter shows 0 and sometimes it shows a number. Is there a fix for this?

    Thank you.

    Plugin Author micropat

    (@micropat)

    That’s Facebook rate-limiting the user, usually due to what Facebook deems to be too many API requests by the user. A way avoid that is to limit the buttons to single pages instead of loading Facebook counters a bunch of times on homepage/archive pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Share buttons position on home and posts’ is closed to new replies.