=== oEmbed styling === Contributors: honza.skypala Donate link: http://www.honza.info Tags: oEmbed, YouTube, CSS, center Requires at least: 2.9 Tested up to: 3.0.1 Stable tag: 1.0 This plugins wraps oEmbed generated HTML with divs that allow for styling them with CSS (style sheet of the theme). == Description == Support for oEmbed, which was added to WordPress in version 2.9, is very nice. Unfortunately the generated oEmbed code is not easy to be centered in the text, which is a common request. This plug-in allows for centering (or even other styling), although it will not solve it by itself, just makes it possible. This plugin wraps all oEmbed code into div tags with several classes set: Then you can specify in your theme CSS (in the file style.css) the way you want the embeds to behave. E.g. by adding the following code to style.css:
.oembed {
  text-align: center;
}
you will make all oembeds (videos and pictures) to be centered; anyway, if you understand CSS, you are not limited by centering, but you can add much more (like frames around pictures etc.) == Installation == 1. Upload the plugin into wp-content/plugins. 2. Activate it in the plugin administration. 3. Modify file style.css in your theme and add formatting for oembed classes == Screenshots == 1. The HTML code (provided by oEmbed) is wrapped in div tags (marked) == Changelog == = 1.0 = * Initial release. == License == GNU General Public License version 2 applies