Thanks for the amazing plugin. i have activated the google analytics tracking option but it’s not recording any event in the analytics page. Please how do i fix this.
]]>Hi there, I’ve discovered a bug in the plugin, or so it seems.
There’s a deprecation message triggered, on a php5.6 operated wordpress site, please view this screenshot:
https://prntscr.com/i8a5qk
Otherwise it still does what it was supposed to, so the links towards the mobile / full version still gets displayed, functionality still is ok, but it displays these warnings above every page.
Thanks
]]>As the title implies, any shortcode that I can add manually to theme.
]]>The [amp_url] shortcode is working fine.
The shortcode [original_url] still has /amp at the end. You need to strip /amp off the end to go to the original url.
Otherwise – great plugin – thanks!
]]>Hello,
Are you planning to include the option for inserting AdSense ads in the AMP pages?
This would be very relevant.
Thanks
]]>Warning: preg_replace(): Compilation failed: range out of order in character class at offset 4 in /home/xxx/public_html/wp-content/plugins/amp-toolbox/amp-toolbox.php on line 457
Hi. Can text “there is a AMP version of this page” be renamed?
]]>I can’t get the link to original to show up. I’d like it there, since the AMP version doesn’t include comments and other stuff, but it’s not showing.
Here’s the post I’m testing on and you’ll see there’s no link to the original: https://mormonlifehacker.com/help-kids-learn-about-jesus-from-other-children-with-these-videos/amp/
Also, I’d suggest this change for the default CSS on the logo portion. If you just update what you have in there with a URL of an image, it stretches it a bunch, and still displays the favicon set in WP’s “site identity” setting. So you’ll end up with 2 logos. This fixes that, and allows for a non-square logo, plus removes the circle:
#AMP_1 {
content:url('logo-image-url.png');
height:50px!important;
width:auto!important;
border-radius:0;
margin:0 20px 0 0;
}
]]>