Skip to content

Instantly share code, notes, and snippets.

@paulbounce
paulbounce / unbounce_hover_tooltips_implement
Last active September 1, 2017 22:17
Hover Tooltips in Unbounce with Tippy.js
<script>
// Tippy.js in Unbounce - Tool Tippy-fying your Pages. Version 0.1
// The buttons you want to add tooltips to. Enter the ID of your button,
// followed by the text you want to pop up. Add additional buttons in the
// same format if wanted/needed
var buttons = [
['lp-pom-button-11', 'The text for this tooltip'],
['lp-pom-button-12', 'The text for this other tooltip']