Ampify Blog
How to recreate a site in AMP, in 15 minutes.
Cloning an existing website into AMP can be a daunting task. This is particularly true when the site includes many dynamic elements. Such elements heavily
Want More AMP tips and how tos? Subscribe to Ampify!
We’ll send you fresh content whenever it’s pusblished.
Convert your site to AMP now:
What is Ampify?
Ampify is a development platform for fast and accurate AMP conversion of any site.
Learn more about the platform
export default () => {
$('#menu-btn').on('click', (e) => {
$('#menu-btn').toggleClass('active');
$('#menu').toggleClass('active'); });
$.injectCss(`
.cookie_notice{display:none !important}
`);
`);
return { cssIgnore: $.cssIgnore() };
end-to-end AMP
by
Even with the AMP Development Platform, you may want more. Therefore Ampify offers to do the setup of your site.