-
-
Notifications
You must be signed in to change notification settings - Fork 38
AMP support #604
Comments
Hi @mmprep... What specifically is not working on AMP? I assume the tooltips? That's not anything I can fix I'm afraid. |
The tooltips and bibliography list view/hide are not working in AMP. |
By design, AMP does not run user-provided javascript. To be fast, AMP only takes the rendered content of pages and serves that. Those things depend on javascript to function. |
OK, but what about https://amp.dev/documentation/guides-and-tutorials/develop/custom-javascript/ and probably CSS methods? |
I'd have to investigate this more. Scanning that quickly, it still looks like there's some limiting factors that may outright block this from functioning even after following their rules (js size, run time, etc). No idea as to when I would even be able to get around to this unfortunately. |
Hi Derek,
Your plugin is a brilliant, thank you very much!.
However, there is one problem: it doesn’t work on AMP pages. But Google AMP technology, designed to speed up the mobile web, is very and very popular. Moreover, the speed of the site is one of the key factors in its ranking.
Question: when do you plan to implement AMP support?
--
Dmitry
The text was updated successfully, but these errors were encountered: