Title: Embed Code Not working for video
Last modified: August 21, 2016

---

# Embed Code Not working for video

 *  [WatkinsT](https://wordpress.org/support/users/watkinst/)
 * (@watkinst)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/)
 * Hello, I’m trying to install an embed code so I can post a sort video, but the
   my site is not loading it.
 * Can someone take a look and offer assistance? Thank you.
 * Embed Code: <iframe src=”[http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt](http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt)
   <[http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt&gt](http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt&gt);”
   width=”480″ height=”270″ frameBorder=”0″ seamless=”seamless” allowFullScreen>
   </iframe>
 * My site: [http://tinseltownmom.com](http://tinseltownmom.com)
 * Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825067)
 * The code you posted above is in an invalid format. Not sure if that went wrong
   when you pasted it here or if that’s what you actually posted on your site.
 * This would be the correct code:
 *     ```
       <iframe src="http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt" width="480" height="270" frameBorder="0" seamless="seamless" allowFullScreen></iframe>
       ```
   
 *  Thread Starter [WatkinsT](https://wordpress.org/support/users/watkinst/)
 * (@watkinst)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825072)
 * Thanks for getting back to me so quickly. I copy and pasted the code from what
   the person gave me. So, is there something I need to tell them about the code
   they sent because they sent another one that is also not working: <iframe src
   =”[http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/IqZU2Wv3US0Y](http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/IqZU2Wv3US0Y)
   <[http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/IqZU2Wv3US0Y&gt](http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/IqZU2Wv3US0Y&gt);”
   width=”480″ height=”270″ frameBorder=”0″ seamless=”seamless” allowFullScreen>
   </iframe>
 * Also, I copied the code you gave me and tried to insert it into the URL and still
   nothing comes up?? Am I doing something wrong?
 * I’m trying to get this up today, so thanks so much for your quick reply!!
 *  [Sal Ferrarello](https://wordpress.org/support/users/salcode/)
 * (@salcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825108)
 * 1. In both cases the code you posted is malformed. I would tell the person, “
   The iframe tags you are sending are malformed, inside the opening iframe tag 
   there is another tag inside the src attribute. Would you please check this with
   your technical team?”
 * The correct versions are:
    The first (as posted by SEnff) `<iframe src="http://
   player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/select/HhdC98RSsnGt" width="480"
   height="270" frameBorder="0" seamless="seamless" allowFullScreen></iframe>`
 * The second
    `<iframe src="http://player.theplatform.com/p/OyMl-B/yFnlSPbuWfdm/
   select/IqZU2Wv3US0Y" width="480" height="270" frameBorder="0" seamless="seamless"
   allowFullScreen></iframe>`
 * 2. To add this code to your page, you need to be in Text mode (not Visual mode).
   See controls highlighted on [http://i.imgur.com/20Hflp1.jpg](http://i.imgur.com/20Hflp1.jpg)
   
   Then paste the iframe code directly on the page (refer to image)
 *  Thread Starter [WatkinsT](https://wordpress.org/support/users/watkinst/)
 * (@watkinst)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825150)
 * Hi Sal, thank you so much. That worked. You’re awesome!
 *  [Sal Ferrarello](https://wordpress.org/support/users/salcode/)
 * (@salcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825349)
 * Glad I could help.
 *  [hawraar](https://wordpress.org/support/users/hawraar/)
 * (@hawraar)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825449)
 * <iframe style=”border: none; overflow: hidden; width: 500px; height:
    351px;”
   src=”[http://www.axadledirect.com/embed/19/425/351/FALSE/false/false&#8221](http://www.axadledirect.com/embed/19/425/351/FALSE/false/false&#8221);
   width=”300″ height=”150″ frameborder=”0″ scrolling=”no”></iframe>
 * This video code isnot workin in my site
 *  [hawraar](https://wordpress.org/support/users/hawraar/)
 * (@hawraar)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825450)
 * <iframe src=”[http://www.axadledirect.com/embed/42/425/351/FALSE/false/false&#8221](http://www.axadledirect.com/embed/42/425/351/FALSE/false/false&#8221);
   scrolling=”no” frameborder=”0″ style=”border: none; overflow:hidden; width: 425px;
   height: 351px” allowtransparency=”true”></iframe>
 *  [Sal Ferrarello](https://wordpress.org/support/users/salcode/)
 * (@salcode)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825452)
 * Hi hawraar,
 * The code from your second post is working for me (your first has an extra line
   break after “height:”).
 * To add this code to your page, you need to be in Text mode (not Visual mode).
   See controls highlighted on [http://i.imgur.com/20Hflp1.jpg](http://i.imgur.com/20Hflp1.jpg)
   
   Then paste the iframe code directly on the page (refer to image)
 * In the future, please create a new support ticket rather than replying to an 
   existing one. It will help others reply to it more quickly.
 * I hope this helps.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Embed Code Not working for video’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 4 participants
 * Last reply from: [Sal Ferrarello](https://wordpress.org/support/users/salcode/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/embed-code-not-working-for-video/#post-4825452)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
