manifest / integrations / amp-pdf-embedder-compat
AMP compatibility for PDF Embedder.
Adds AMP Support/ Compatibility for WordPress PDF Embedder plugin.
by milindmore22, Google · github.com/rtcamp/amp-pdf-embedder-compat · website
★ 0stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rtcamp/amp-pdf-embedder-compat/archive/refs/heads/main.zipAMP support/compatibility for WordPress PDF Embedder Plugin by Lever Technology LLC.
The plugin de-register custom javascripts and replaced embedder link with amp-google-document-embed
Plugin Structure
.
├── css
│ ├── amp-style.css
├── sanitizers
│ ├── class-sanitizer.php
└── amp-pdf-embedder-compat.php
Sanitizers
The plugin uses amp_content_sanitizers filter to add custom sanitizers, the sanitizer search and replaced link with class pdfemb-viewer with amp-google-document-embed component.
Need a feature in plugin?
Feel free to create a issue and will add more examples.