A simple clipboard.js plugin that adds bootstrap 4 copy to clipboard
tooltips.
init
(String selector)The selector for the elements to add tooltips and attach a clipboard event to. It is recommended you use a class for your selector, like this:
clipboardtooltipper.init(".link");