It is very likely that wp_head() function is missing in your theme’s header. To fix this, put the following code into your WordPress theme’s header file, right before the </head>:
<?php wp_head(); ?>
You need a better encoder. You can also try different settings for $flv_overstretch option.
This is because those entries do not have their excerpt defined, and WordPress is trying to generate one for you based on the post content, and you happen to have FLV embed tags at the top of the page! Unfortunately, I have yet to fix this problem because WordPress does not provide an easy hook for excerpt handling and I would need to literally hack WordPress to get this fixed. I will try to put this on my todo list but at the mean time, you can fix this yourself by manually adding excerpt to those posts affected.
Unfortunately you cannot, by default the logo will show at the top right corner. You might be able to manually add transparent padding to your png logo to shift the logo to where you want it to be, though it is not recommended.
Put the following code into your theme’s stylesheet:
#player1, #player2, #player3 {text-align: center;}
(for easy way of doing this, see MyCSS plugin)
Use the YouTube URL as the file argument when using the embed tags, e.g. [flv:http://youtube.com/watch?v=fLV3MB3DpWN 480 360]
I have no idea, but Google has already put video sitemap into action i.e. if you submit your video sitemap, they will be indexed and included in the search results at video.google.com.
Check the post with duplicate entries and manually delete the "flv" custom fields that are either empty or corrupted.
Your donation helps me continue the support and development of this plugin. On the other hand, you can also spread the love by sharing this (hopefully) useful plugin with your readers.




