The buttons have two IDs to which the print and share functions are attached.
#kbButtonPrint
#kbButtonShare
Since WordPress does not set IDs for buttons directly on the link but on the surrounding <div>, we target the <a> elements inside from that container in the JS.