Closed (fixed)
Project:
AddToAny Share Buttons
Version:
6.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 19:46 UTC
Updated:
18 Dec 2009 at 13:27 UTC
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
Comment #1
micropat commentedHi 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;Comment #2
steve02476 commentedThat did it - thanks!!!!!!