Insert Video

Please, don’t forget read a documentation ../download.zip/doc/index.html

Task

Insert video into the Featured Page.

Problems

  1. Usualy the flash video overlaps the html elements e.g. a drop-down menu displays below the video.
  2. By default the featured pages have paddings 30px on top and left. It’s necessary for textual content, however if we’d like to display the featured page as video you will need to remove this padding.

Requirements

  • Width is 480px
  • Height is 385px

Solutions

  1. We need to add a special tag wmode=”opaque” in the end of code.
  2. For removing the padding we need to wrap the code by shortcode [feat_object] .. [/feat_object]
  3. For disabling WP automatic formatting we need to wrap the code by shortcode [noformat] .. [/noformat]
  4. And set custom dimentions of video in compliance with the requirements.

Ready Solutions:

for YouTube
for Vimeo
for WordPress TV