Lullabot / amp-library

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
Other
382 stars 181 forks source link

missing include script of amp-facebook on image or video #240

Closed daniyals closed 6 years ago

daniyals commented 6 years ago

This HTML is correctly converted but needs an include to validate the HTML

<amp-facebook layout="responsive" data-href="https://www.facebook.com/dominospakistan/videos/10156251051977349/" data-embed-as="post" height="315" width="560"></amp-facebook>

include required in the header: <script async custom-element="amp-facebook" src="https://cdn.ampproject.org/v0/amp-facebook-0.1.js"></script>

otherwise, it throws this error: The tag 'amp-facebook' requires including the 'amp-facebook' extension JavaScript.