这是我在非 AMP 网站中使用的插件,我想在 AMP 中使用类似或此插件,有人知道该怎么做吗? https://richplugins.com/business-reviews-bundle-wordpress-plugin
还有Js版本的代码可能可以与amp-script一起使用吗?
<div id="rplg"></div>
<script type="text/javascript">
rplg_embed = window.rplg_embed || [];
rplg_embed.push({id: });
(function() {
var mc = document.createElement('script');
mc.type = 'text/javascript';
mc.async = true;
mc.src = 'https://embed.richplugins.com/static/js/embed.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling);
})();
</script>