Help me adding an API into a DialogCards
Hi,
I'm using Wordpress and an API to show a Tooltip on hovered text (chinese character).
I try to create a Dialog Card quiz with a chinese character as the answer, and I want to show the tooltip when user hover the chinese text by using this API. The API work by adding these lines before </body> tag:
<script src="//mandarinspot.com/static/mandarinspot.min.js" charset="UTF-8"></script> <script>mandarinspot.annotate('.textClassName');</script>