Every time I post a youtube video with WP Robot the word "add" get's added to the video 5 times. I'm using videos on multiple sites with multiple keywords and this happens every single time on all videos. I'm not sure when it started but I don't think it was happening a few months ago.
for example: http://ad-sense.us/adsense-videos/make-more-with-google-adsense-today
This is what the code looks like:
add <object width="425" height="355">
add <param name="movie" value="http://www.youtube.com/v/S4QLfTUnyRA?fs=1"> </param>
add <param name="allowFullScreen" value="true"> </param>
add <embed src="http://www.youtube.com/v/S4QLfTUnyRA?fs=1&rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"> </embed>
add </object>
I've tried replacing the word "add" with an empty string but it just doesn't work.
