Title: AMP compatible
Last modified: July 28, 2017

---

# AMP compatible

 *  [Rocket Burn](https://wordpress.org/support/users/rapaluwe/)
 * (@rapaluwe)
 * [9 years ago](https://wordpress.org/support/topic/amp-compatible-3/)
 * Hi,
 * I’m using AMP to my site and it’s hard to add a video.
 * **Here’s how I embed video in desktop.**
    `<script data-config="//config.playwire.
   com/1007845/videos/v2/5300888/zeus.json" data-height="100%" data-width="100%"
   src="//cdn.playwire.com/bolt/js/zeus/embed.js" type="text/javascript"></script
   >`
 * For AMP version here’s how I put video:
 *     ```
       <amp-iframe width="400" height="225"
           sandbox="allow-scripts allow-same-origin"
           layout="responsive"
           src="https://cdn.video.playwire.com/1007845/videos/5300888/video-mobile.mp4">
         <amp-img placeholder layout="fill"
             src="https://cdn.video.playwire.com/1007845/videos/5300888/poster_0000.png"></amp-img>
       </amp-iframe>
       ```
   
 * In AMP to add video I need to find the url first for the video by accessing the
   json config of playwire. Is there a fastest way to find the video and poster 
   url?
 * Thank you.

The topic ‘AMP compatible’ is closed to new replies.

 * ![](https://ps.w.org/playwire/assets/icon-128x128.png?rev=1198742)
 * [Video Player](https://wordpress.org/plugins/playwire/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/playwire/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/playwire/)
 * [Active Topics](https://wordpress.org/support/plugin/playwire/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/playwire/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/playwire/reviews/)

 * 0 replies
 * 1 participant
 * Last activity: [9 years ago](https://wordpress.org/support/topic/amp-compatible-3/)
 * Status: not resolved