If you want resulting oEmbed code to scale to a specific size (width) in WordPress, you can do this really easily by setting the $content_width global variable before calling your oEmbed processing. Example: global $wp_embed, $content_width; $content_width = ’600′; // set to desired width $string_with_embedded_content = $wp_embed->autoembed($string_with_oembed_url); I only recently ran across this feature (just…
Announcing FavePersonal
I’m very proud to announce the launch of FavePersonal; a WordPress theme designed for personal websites. I have been using (and building and…