>
Download This Plugin | |
Download Elegant Themes | |
Name | oEmbed styling |
Version | 1.1 |
Author | Honza Skypala |
Rating | 100 |
Last updated | 2014-12-18 12:54:00 |
Downloads |
1353
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
oEmbed styling plugin added 4 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
oEmbed styling plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! oEmbed styling plugin ads no tables to your Wordpress blog database.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.)