Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] AMP blank pagesSorry about the errors! 0.3.2 should hopefully fix this.
Forum: Plugins
In reply to: [AMP] AMP Pulling random CSS from another pluginThe AMP plugin doesn’t pull CSS from anywhere else so it’s most likely the “Birds Author Box” plugin injecting the CSS where it shouldn’t be. You may need to reach out to the author of that plugin.
Forum: Reviews
In reply to: [AMP] So far, so good!Thanks! Some parts are definitely a bit rough to work through but thanks for sticking with it and glad to hear that your content is getting indexed again!
Forum: Plugins
In reply to: [AMP] AMP All in one Rich SnippetsCan you share an example URL?
metashould be okay to include in the post body.Forum: Plugins
In reply to: [AMP] YouTubeYes, AMP requires all iframes to be served from https domains. 0.3.2 forces the scheme to
httpsfor iframe which will fix most of these, but may break others. There are plans to add a fallback for those cases, but fallback support is currently broken in AMP itself.Forum: Plugins
In reply to: [AMP] Validation errorThe AMP spec doesn’t allow injecting extra stylesheets so the one being added to the page is causing issues. It should probably not be added for AMP content.
Forum: Plugins
In reply to: [AMP] How long to get into Google's CDN?Once indexed, should show up pretty quickly in the CDN. You can see an example on the CDN here: https://cdn.ampproject.org/c/nosidebar.com/white-space/amp/ (just re-using the link you shared in another thread).
However, when/how/where Google will actually surface these in search results is unknown (I know primary focus was for News content, but that’ll likely change over time).
Forum: Plugins
In reply to: [AMP] Are AMP supposed to be in google sitemaps?Basically, what bmg1227 said. The added
<link>provides the pointer needed for Google Search and other services to link to your AMP content. Of course, you could link directly to the content in your sitemap as well but it shouldn’t be necessary.bmg1227: beautiful site, by the way! I just subscribed! 🙂
Forum: Plugins
In reply to: [AMP] Modify AMP templatesSure, documentation on customizing the templates and more are available here: https://github.com/Automattic/amp-wp/blob/master/readme.md#customization–templating
Forum: Plugins
In reply to: [AMP] YouTubeCan you share an example URL?
Forum: Plugins
In reply to: [AMP] Blank AMP pagesThat URL loads for me. Were you able to fix the issue?
Forum: Plugins
In reply to: [AMP] Pretty Permalinks not workingThose look fine. What does your permalink structure look like? I’m also seeing two
<link rel=amphtmltags on your posts which is a bit odd. Are you inserting one manually or using another AMP plugin?Forum: Plugins
In reply to: [AMP] Huge jump in transient options, seem inflatedYeah, the plugin relies on transients to store image sizes for hotlinked images (we need to fetch the image and guess its size which can be slow and expensive so we use transients to avoid the repeated remote calls).
Using postmeta would probably be a better choice, which is something we may switch to instead.
Forum: Plugins
In reply to: [AMP] amp plugin installed but posts with /amp/ are blankOkay, it’s probably this issue here: https://github.com/Automattic/amp-wp/issues/255
Will try to get it fixed and get a new version out soon.
Forum: Plugins
In reply to: [AMP] Iframe (amp-iframe) supportIt is converted, but doesn’t load because it doesn’t use
https. There’s a fix here which will go out in the next version: https://github.com/Automattic/amp-wp/pull/256