Author Topic: Embedding Video Box  (Read 3185 times)

aksplace

  • Newbie
  • Posts: 3
Embedding Video Box
« on: April 01, 2012, 02:10:01 pm »
Currently the only option I see is the Podcast: <iframe width="872" height="540" src="http://www.wehsite.com?powerpress_embed=84-podcast&amp;powerpress_player=flow-player-classic" frameborder="0" scrolling="no"></iframe>

Couldn't we make this more like YouTube and not in iframe?

<object width="640" height="360"><param name="movie" value="http://www.youtube.com/v/ek3yw6zADls?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ek3yw6zADls?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Embedding Video Box
« Reply #1 on: April 02, 2012, 11:17:04 am »
I'm not sure where you got your information, but YouTube has been using iframes for their embeds since 2010.

aksplace

  • Newbie
  • Posts: 3
Re: Embedding Video Box
« Reply #2 on: April 02, 2012, 10:49:11 pm »
Oh that dont appear in iframe but ok..


You see what I'm getting at though right sir? It's easy to custom code the size etc and layout position within the article.. Also how about no blank spaces when it gets aligned?

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Embedding Video Box
« Reply #3 on: April 03, 2012, 09:25:23 am »
Quote
You see what I'm getting at though right sir?

I do not see what you're getting at.

Quote
It's easy to custom code the size etc and layout position within the article.

You can change the width and height. Layout position is just like any other HTML element, add style="" or custom CSS to your theme.

Quote
Also how about no blank spaces when it gets aligned?

No idea what you mean, can you send a link to where you have blank spaces? Keep in mind that the embed option is for you to share to your audience, they can then take that and post it on their own blog or Facebook, etc... You want this to be easy to do, adding options means they are less likely to even bother copying the embed. Anyone who wants such options will either have them already styled in their CSS of their web site or know how to add them to the iframe using the style="" tag.