Açıklama
This plugin adds support for the Accelerated Mobile Pages (AMP) Project, which is an an open source initiative that aims to provide mobile optimized content that can load instantly everywhere.
With the plugin active, all posts on your site will have dynamically generated AMP-compatible versions, accessible by appending /amp/ to the end your post URLs. For example, if your post URL is http://example.com/2016/01/01/amp-on/, you can access the AMP version at http://example.com/2016/01/01/amp-on/amp/. If you do not have pretty permalinks enabled, you can do the same thing by appending ?amp=1, i.e. http://example.com/?p=123&=1
Note #1: that Pages and archives are not currently supported. Pages support is being worked on.
Note #2: this plugin only creates AMP content but does not automatically display it to your users when they visit from a mobile device. That is handled by AMP consumers such as Google Search. For more details, see the AMP Project FAQ.
Follow along with or contribute to the development of this plugin at https://github.com/Automattic/amp-wp
Yükleme
- Upload the folder to the
/wp-content/plugins/directory - Bu eklentiyi “Eklentiler” menüsünden etkinleştirin
- You may need to refresh your permalinks by going to
Settings > Permalinksand tapping theSavebutton.
SSS
- Installation Instructions
-
- Upload the folder to the
/wp-content/plugins/directory - Bu eklentiyi “Eklentiler” menüsünden etkinleştirin
- You may need to refresh your permalinks by going to
Settings > Permalinksand tapping theSavebutton.
- Upload the folder to the
- How do I customize the AMP output for my site?
-
You can tweak a few things like colors from the AMP Customizer. From the Dashboard, go to
Appearance > AMP.For deeper level customizations, please see the readme at https://github.com/Automattic/amp-wp/blob/master/readme.md
- What about ads and shortcodes and such?
-
Check out https://github.com/Automattic/amp-wp/blob/master/readme.md#handling-media
- What about analytics?
-
Many plugins are adding AMP support already. If you handling analytics yourself, please see https://github.com/Automattic/amp-wp/blob/master/readme.md#analytics
- Google Webmaster Tools is reporting validation errors for my site. How do I fix them?
-
The best place to start is to open a new discussion in the support forum with details on what the specific validation error is.
- Why aren’t Pages supported yet
-
A wise green Yoda once said, “Patience you must have, my young padawan.” We’re working on it 🙂
İncelemeler
Better AMP Plugin
I am using a plugin named Better AMP and what should I do if I have not seen any effect
Web site
Can’t even get it to activate!
Fatal error: Cannot redeclare amp_force_query_var_value() (previously declared in /home/manches9/public_html/wp-content/plugins/accelerated-mobile-pages/includes/vendor/amp/amp.php:16) in /home/manches9/public_html/wp-content/plugins/amp/amp.php on line 74
Not a great start! Doesn’t fill me with confidence that it’ll work, but hopefully support can resolve the issue and I can improve my review rating.
WP Pages Support
This 0.5.1 version broke all AMP in the search console. Downgrade for solve the issue. When this plugin support AMP for pages? Or do you guys know how to also create AMP version of pages?
Plugin perfectible
This plugin doesn’t work very well and broke too much the website where I put it. There is no option, we can’t have any picture and that is bad for some website.
found problem
found problem
Horrível
O Google manda instalar isso nos nossos blogs e quando instalamos fica Feio, Horrível, Horroroso, Espantoso… Prefiro 10 vezes meu blog lento que instalar essa coisa horrorosa… Primeiro façam uma coisa útil e bonita, depois me peçam para instalar… E, por favor, não me perturbar mais com isso.
Katkıda Bulunanlar ve Geliştiriciler
“AMP” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“AMP” has been translated into 14 locales. Thank you to the translators for their contributions.
“AMP” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Değişiklik Kaydı
0.5.1 (2017-08-17)
- Fix: issues with invalid tags not being stripped out (e.g. script tags) (h/t tmmbecker, fahmi182, pppdog, seejacobscott, RavanH, jenniejj, lkraav, simonrperry for the reports).
- Fix: issues with dimension extraction for protocol-less and relative URLs (h/t ktmn for the report).
0.5 (2017-08-04)
- Whitelist Sanitizer: Replace Blacklist Sanitizer with a whitelist-based approach using the AMP spec (props delputnam)
- Image Dimensions: Replace fastimage with fasterimage for PHP 5.4+. Enables faster downloads and wider support (props gititon)
- Embed Handlers: Added support for Vimeo, SoundCloud, Pinterest (props amedina) and PlayBuzz (props lysk88)
- Analytics: UI for easier addition of analytics tags (props amedina)
- Fix: parse query strings properly (props amyevans)
- Fix: Old slug redirect for AMP URLs (props rahulsprajapati)
- Fix: Handle issues with data uri images in CSS (props trepmal)
- Fix: Add amp-video js for amp-video tags (props ptbello)
- Fix: Output CSS for feature image (props mjangda)
- Fix: Fix attribute when adding AMP Mustache lib (props luigitec)
- Fix: Various documentation updates (props piersb, bhhaskin)
- Fix: PHP Warnings from
register_customizer_ui(props jahvi) - Fix: Coding Standards (props paulschreiber)
0.4.2 (2016-10-13)
- Fix: Prevent validation errors for
htmltag (h/t Maxime2 and everyone else that reported this error) - Fix: Handle variable name conflict that was causing content_max_width to be ignored (h/t mimancillas)
- Fix: Prevent errors when nodes don’t have attributes (h/t stephenmax)
- Fix: Back-compat for 4.5 (add sanitize_hex_color function, h/t xotihcan)
- Fix: Handle gif featured images (h/t protocolil)
- Documentation updates (props troyxmccall)
0.4.1 (2016-10-10)
- Fix: Don’t fire the_content for featured image output
- Fix: Don’t show comment link when disabled and no comments on post (h/t neotrope)
- Fix: strip
!importantfrom inline styles (h/t compointdesigner and enriccardonagmailcom)
0.4 (2016-10-06)
- New template: spiffy, shiny, and has the fresh theme smell (props allancole and the Automattic Theme Team).
- Warning: The template update has potential breaking changes. Please see https://wordpress.org/support/topic/v0-4-whats-new-and-possible-breaking-changes/
- AMP Customizer: Pick your colors and make the template your own (props DrewAPicture and 10up)
- Fix: support for inline styles (props coreymckrill).
- Fix: no more fatal errors when tags not supported by post type (props david-binda)
- Fix: no more unnecessary
<br>tags. - Fix: sanitize children of removed nodes (like empty
<a>tags) (props Maxime2). - Fix: no more broken YouTube URLs with multiple ?s.
- Fix: properly handle tel and sms schemes (h/t soundstrategies).
- Fix: remove amp endpoint on deactivate.
- New filter:
amp_pre_get_permalinkif you want a completely custom AMP permalink.
0.3.3 (Aug 18, 2016)
- Handle many more validation errors (props bcampeau and alleyinteractive).
- New filter:
amp_post_template_dir(props mustafauysal). - New template: Nav bar is now it’s own template part (props jdevalk).
- Better ratio for YouTube embeds.
- Fix: better timezone handling (props rinatkhaziev).
- Fix: better handling of non-int dimensions (like
100%). - Fix: better handling of empty dimensions.
- Fix:
autoplayis a bool-like value. - Fix: breakage when using the
query_stringhook (h/t mkuplens). - Fix: don’t break really large Twitter IDs.
- Fix: don’t break Instagram shortcodes when using URLs with querystrings.
- Readme improvements (props nickjohnford, sotayamashita)
0.3.2 (Mar 4, 2016)
- Jetpack Stats support.
- Better version of Merriweather and use system fonts for sans-serif (props mattmiklic).
- Move font to stylesheet so it can be more easily overridden (props mattmiklic).
- Fix: Template loading issues on Windows. (Thanks to everyone who reported this, especially w33zy for pointing out the
validate_fileissue.) - Fix: don’t run AMP on post comment feeds (props kraftbj).
- Fix: un-break pagination when using a static home page with multiple pages.
- Fix: force amp-iframe to use https to validate correctly (props mister-ben).
- Fix: validation for
targetandvideo/audioattributes. - Fix: clipped images in galleries (thanks tobaco).
0.3.1 (Feb 24, 2016)
- Allow custom query var (props vaurdan).
- Fix AMP URLs for non-pretty permalinks (props rakuishi).
- Fix for password-protected posts.
- Fix dimension extraction for schema-less or relative image URLs.
- Better fallback for images with no dimensions.
- Validation fixes for
atags (props kraftbj). - Updated AMP boilerplate.
- Allow
ontags for elements (props Steven Evatt). - Prefixed class names.
0.3 (Feb 18, 2016)
- Fetch dimensions for hotlinked images.
- Add amp-facebook support.
- Add some new actions and filters (e.g.
amp_init). - Fix validation errors for [gallery] shortcodes.
- Fix issues with path validation on Windows.
- Fix issues with really squeezed layout.
- Breaking change:
style.cssno longer contains the ` tag. If you have a custom stylesheet, you need to update it to remove the tag. - Breaking change:
single.phpno longer includes the AMP boilerplate styles. They are instead added via theamp_post_template_headhook. If you have a custom template, please remove the boilerplate styles.
0.2 (Jan 28, 2016)
- Lots and lots and lots of compatibility and validation fixes
- Lots and lots and lots of improvements for customization
0.1
- Initial version




