The Wayback Machine - https://web.archive.org/all/20230930012523/https://www.addtoany.com/buttons/customize/static_menu

Sharing Customization

Static Mini Menu

You can set the menu to display statically on a page (no button required) by creating an element with an ID of a2a_menu_container and setting position properties.

<div id="a2a_menu_container"></div>
var a2a_config = a2a_config || {};
a2a_config.show_menu = {
    position: "static",
    top: "0px",
    left: "0px",
};

Note: Only one static sharing menu can be displayed on a page.

Tip: You can also set the position to absolute, fixed, or relative.