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.