I've just started using Add To Any.

I have the following in my Additional Options in my addtoany settings:

<script type="text/javascript">
a2a_num_services = 4;
</script>

If I'm right, this should make AddToAny limit the number of services shown to 4. It doesn't seem to have any effect on the number of services - it still shows 12. Am I using "Additional Options" the correct way?

Comments

micropat’s picture

Status: Active » Closed (fixed)

Hi Steve,

I know the documentation on AddToAny.com is a little misleading, but you should omit the opening and closing script tags. Only input the following code into the Additional Options box:

a2a_num_services = 4;

steve02476’s picture

That did it - thanks!!!!!!