attach tippy with sound to button possible?
-
Hi Chris,
I’m grateful for the enjoyment your plugin gives me ??I’ve successfully attached another plugin, that plays audio (out of screen), on hover with Tippy.
Now I’m trying to attach these two on an action-button, (e.g. on hover a/o click) but I don’t seem to succeed. Any idea how this could work?
The audio works like this:
[tippy title="rainbow" offsetx="-9999" header="off" htmlentities="true"][mini_player audio="https://…/rainbow.mp3" autoplay="false"]<audio autoplay="false"><source src="https://…/rainbow.ogg" type="audio/ogg"><source src="https://…/rainbow.mp3" type="audio/mpeg"><embed src="https://…/rainbow.mp3"></audio>[/tippy]
and the button just:
<div id="buyButtons-top"> <a class="btn-gift" href="#?option=gift" target="_blank">DO THIS!</a><a class="btn-buy" href="#" target="_blank">DO THAT!</a> </div>
I’m curious!
Thanks a lot ??
- The topic ‘attach tippy with sound to button possible?’ is closed to new replies.