Beans
Beans copied to clipboard
Make Beans AMP-compatible out-of-the-box.
Let’s make Beans AMP ready as part of the progressive theming initiatives. This change will require us to:
- integrate AMP tags into the HTML
- add the theme support
add_theme_support( ‘amp’ );
- audit the compiled assets file sizes
Just listing a few examples of adding AMP support
https://github.com/Automattic/_s/pull/1286
https://github.com/xwp/wordpress-develop/pull/307
https://github.com/wprig/wprig/search?q=amp&unscoped_q=amp
We'll have some work to do for integrating AMP tags into the HTML. Here are some examples of AMP-compatible themes:
Here are some talks on AMP by Alberto (Google) and @ThierryA:
- AMP Stories & AMP in WordPress
- Make your WordPress site progressive at Google I/O '18
- Fast by default: AMP powering WordPRess at AMP Conf 2018
Drum roll please...one of the leads to AMP and WordPress is our founder, @ThierryA! Cool!
I try to understand what AMP in the theme would mean. Have not worked with AMP so far.
This looks interesting: Pull request to make the standard themes AMP ready. AMP for WordPress required the Plugin for WordPress, right?
https://github.com/xwp/wordpress-develop/pull/307/commits/3975dabbb92ffe96fd7653912429d4f852b91b74
https://github.com/xwp/wordpress-develop/pull/307/commits/908bd6944953a691d4b7e36934c9c78ddb5a091d
What new requirements will the CSS, JS, HTML etc. will get through wanting to support AMP?