Yes our plugin support the official AMP plugin.
Thank you @mte90 for fast response! We are using AMP for WP, so I guess we are out of luck? 😁
I think that the best solution is to try the plugin, as I think that works anyway as we are following wordpress standards for filters and so on.
@mte90, it does work to certain extent. Are tool tips/on-page pop-ups supposed to work also on AMP or normal site only?
AMP does have support for pop-ups/lightbox, which could be better/preferred functionality vs opening glossary links as a new page/tab.
https://github.com/Automattic/newspack-popups/blob/master/README.md
https://amp.dev/documentation/components/amp-lightbox/
https://amp.dev/documentation/components/amp-iframe/
Right now we support it but when it is amp we use instead of tooltip mode the link mode.
We use is_amp_page offered by the official AMP plugin, I don’t know what is the method for this other plugin.
@mte90 Ok, so tool tips/pop-ups aren’t supported on AMP. Which means that the plugin works as expected also on AMP for WP.
Above mentioned lightbox/pop-ups could be a great way to build AMP native popups 😉
We can think in future versions to add something like that also for AMP but on mobile version of the website (not amp) we implemented an accordion-like system to show terms.
We need to see if it is something that our customers want, right now we are working on the 2.0 version with a new documentation, so we are busy with other things.