Viewing 13 replies - 16 through 28 (of 28 total)
  • Plugin Author Pascal Birchler

    (@swissspidy)

    Hi @adil1641, that is correct. If you follow https://github.com/ampproject/amp-wp/issues/1742 you will see that AMP support for Twenty Fourteen and older themes (Twenty Thirteen, Twenty Twelve, Twenty Eleven, Twenty Ten). That issue is currently slated for the 1.1 release of the plugin (the current version is 1.0.2). Note that we don’t have a confirmed release date for version 1.1 yet. Please be patient and, again, follow https://github.com/ampproject/amp-wp/issues/1742 for any updates. Thanks!

    Thread Starter adil1641

    (@adil1641)

    hi @swissspidy , Is there any update of amp plugin for to support twenty fourteen theme? please suggest me about this

    one more question, is there any way that i make an amp html page. can I implement wordpress on it or not?

    please see this link view-source:https://www.bbc.com/news/uk-politics-46393399
    how amp is implemented on it because only news section is in amp?

    there are two links in this source code named as
    <link rel=”canonical” href=”https://www.bbc.com/news/uk-politics-46393399″&gt;
    <link rel=”amphtml” href=”https://www.bbc.com/news/amp/uk-politics-46393399″&gt;

    i think one is for desktop and one for mobile?

    please suggest me how they are implementing it? so that i can also implement it.

    Plugin Author Weston Ruter

    (@westonruter)

    @adil1641 there is a pull request where work has begin: https://github.com/ampproject/amp-wp/pull/1873

    The work is not complete, however.

    As for how to make an AMP page, there is no need to use WordPress. You can write the pages from scratch, but this is no different than writing an HTML site from scratch. In doing this you would lose the benefit of using a CMS.

    Thread Starter adil1641

    (@adil1641)

    1) You means to say that cms can,t be applied on custom amp html page? Am i right?
    2) did you see that link
    please see this link view-source:https://www.bbc.com/news/uk-politics-46393399
    how amp is implemented on it because only news section is in amp?

    there are two links in this source code named as
    <link rel=”canonical” href=”https://www.bbc.com/news/uk-politics-46393399″>
    <link rel=”amphtml” href=”https://www.bbc.com/news/amp/uk-politics-46393399″>
    how they are implementing amp ?

    3) Should i wait more for proper update of this plugin?
    please suggest me about these three things?

    Plugin Author Weston Ruter

    (@westonruter)

    1) Not sure I understand. Either the CMS can generate the HTML page or you can write it from scratch.

    2) The BBC website is not using WordPress so I do not know how it is implemented.

    Thread Starter adil1641

    (@adil1641)

    i am saying that if i am making amp html page in scratch, then can i implement wordpress on it?
    if you say then i can send you a link of amp html page.

    Plugin Author Weston Ruter

    (@westonruter)

    Sorry, I’m having a hard time understanding. You can use WordPress to build AMP pages with the AMP plugin. See https://amp-wp.org/documentation/getting-started/

    Thread Starter adil1641

    (@adil1641)

    hi, please see this link. it is developed in wordpress with twenty fourteen theme. https://www.creativesystems.com/
    can i use amp plugin for this site? Because a lot of custom scripts are used in this site.
    one more question, amp plugin is only for mobile version or both mobile and desktop versions?
    because I have also used this plugin for this website on localhost. desktop version is disturbed. please suggest me?

    Plugin Author Pascal Birchler

    (@swissspidy)

    Hi @adil1641

    As mentioned before in this thread, the AMP plugin only has limited support for Twenty Fourteen at the moment, which means some of the functionality might be limited. We are working on it though, and you can follow that progress at https://github.com/ampproject/amp-wp/pull/1873.

    Since you seem to have a heavily customized theme, I recommend you to have a look at our extensive documentation on how to build WordPress AMP sites. These guidelines show you how to validate your site, spot potential errors, and how to fix them in your theme. The ampproject.org website has also thorough guides that get you started with AMP.

    One of the first steps you’d need to take is to remove all the custom JavaScript and replace the functionality with equivalent AMP components.

    I also see that you are using Bootstrap. It looks like there a couple of guidelines available online that talk about using Bootstrap together with AMP.

    Note that AMP is not just for mobile or desktop – it is for all your visitors.

    I recommend you to start with the Paired mode in the plugin, fix any potential issues, and eventually turn on Native mode when all issues have been fixed.

    Alternatively, there is also the Classic mode, which is essentially a “Reader mode” for your content.

    Thread Starter adil1641

    (@adil1641)

    you are saying that I can replace the components with amp components in this developed website? but the functionality that is currently showing with custom scripts should not be available in amp components.
    Is there any option that desktop version remains same and amp only applies to mobile version?

    • This reply was modified 5 years, 8 months ago by adil1641.
    Thread Starter adil1641

    (@adil1641)

    Should i remove all custom components and replace them with amp components?
    Is there any option that desktop version remains same and amp only applies to mobile version?

    Plugin Author Weston Ruter

    (@westonruter)

    Should i remove all custom components and replace them with amp components?

    That’s what this PR is aiming to do: https://github.com/ampproject/amp-wp/pull/1873

    Is there any option that desktop version remains same and amp only applies to mobile version?

    Yes. This is the “Paired mode”. Though note that it is not strictly the mobile version. It is up to a search engine or another service to decide whether to serve the AMP version. Currently the AMP version is normally only served for mobile visitors. But you won’t get the AMP version if using a mobile browser to directly access the site. For that you’d use the “Native mode” where there would not be a separate non-AMP version of the site.

    Plugin Author Weston Ruter

    (@westonruter)

    @adil1641 There is a build of the plugin available for testing with Twenty Fourteen support. Please test: https://github.com/ampproject/amp-wp/pull/1873#issuecomment-495430886

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Amp plugin is compatible with twenty fourteen theme’ is closed to new replies.