you can use the defer attribute to delay the loading/execution of the scripts - more details at
javascript: Defer Execution - with the defer attribute of the script element - since the chance that an user will click on the share button during page load is minimal; defer should give better load time improvements.