Whats the problem there? Does AMP already supports shortcodes?
Hello,
Look for exemple this url http://www.androidsis.com/explora-planetas-y-usa-la-gravedad-a-tu-favor-en-el-mitologico-arcade-astra/amp/#development=1
The AMP console shows the error:
validator.js:366 http://www.androidsis.com/explora-planetas-y-usa-la-gravedad-a-tu-favor-en-el-mitologico-arcade-astra/amp/:351:3 The attribute ‘.wpappbox-a54534405927c9cfa524fb0bac15bbb2’ may not appear in tag ‘span’.bC @ validator.js:366(anonymous function) @ validator.js:422f.Sa @ validator.js:340FB @ validator.js:343uB.ld @ validator.js:343tB @ validator.js:338
This error is caused by WP-Appbox code.
Did you see the error??
You can use if( !is_amp_endpoint() ) to include code only for non AMP versions.
regards,