Skip to content

Instantly share code, notes, and snippets.

View mrbig00's full-sized avatar

Szántó Zoltán mrbig00

View GitHub Profile
@mrbig00
mrbig00 / ampify.php
Created April 17, 2018 11:00 — forked from adactio/ampify.php
Make a chunk of markup AMP-ready
<?php
# Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
# http://creativecommons.org/publicdomain/zero/1.0/
function ampify($html='') {
# Replace img, audio, and video elements with amp custom elements
$html = str_ireplace(
['<img','<video','/video>','<audio','/audio>'],