The Simplest (and Most Performant) Way to Offer Sharing Links for Social Media | CSS-Tricks

<script src=".." one="1" two="2"></script>

document.currentScript.getAttribute('one'); // 1
document.currentScript.getAttribute('two'); // 2