Customize
How many buttons show
List as many services as you like and cap what renders inline. Nothing is lost — everything past the cap is one tap away behind the More button.
Live demo
Running on this pageSeven services listed, three rendered. Press More to reach the rest.
The code
This is the demo above, verbatim. Nothing is shortened for the page.
<script>window.ats_config = { num_services: 3 };</script>
<div class="ats_kit ats_kit_size_32">
<a class="ats_button_facebook"></a>
<a class="ats_button_x"></a>
<a class="ats_button_linkedin"></a>
<a class="ats_button_whatsapp"></a>
<a class="ats_button_telegram"></a>
<a class="ats_button_reddit"></a>
<a class="ats_button_pinterest"></a>
<a class="ats_dd"></a>
</div>
<script async src="//static.addtosite.com/widget.js"></script>Order follows your markup
The cap takes from the front of the list you wrote, so put the services your readers actually use first.