WP 2.9.2 on LAMP
WVP 0.73
somewhere along the line line feeds are getting inserted in the embed code. i don't know how to determine what's inserting them, but this is a problem with some feed readers which, as a result, won't display the video properly. i use NewsFox - a firefox ext. - and the developer noticed the problem and was kind enough to provide a fix that, i assume, strips the line feeds.
http://wordpress.org/extend/plugins/wordpress-video-plugin/
kcaluwae
Member
Posted 2 years ago #
I have the same problem where the RSS feed will look like `Zeer leuke Engelstalige video onze Lelo Liv vibrator. De Lelo elise vibrator haar kleine zusje.
Share
var button = document.getElementById('facebook_share_link_51') || document.getElementById('facebook_share_icon_51') || document.getElementById('facebook_share_both_51') || document.getElementById('facebook_share_button_51');
if (button) {
button.onclick = function(e) {
var url = this.href.repla`
First part is OK; instead of the video you the code in the RSS feed. Can the video be shown in the RSS feed or can it be removed from the RSS feed?
I will try to reproduce this failure.