
Hi
I have a video that's not working for some reason, it works allright in preview section while in jwplayer but when I add to wordpress it has an error message...
http://www.diyncrafts.com/1213/home/10-fantastic-cleaning-uses-for-baking-soda this is the post where it has the error.
https://www.youtube.com/watch?v=4ciahsfuzXM - the video I'm embedding from youtube
and here is the video code I get to embed from Jwplayer
<div id='playerFxckmKrNvbXe'></div>
<script type='text/javascript'>
jwplayer('playerFxckmKrNvbXe').setup({
file: '//www.youtube.com/watch?v=4ciahsfuzXM',
title: 'Baking Soda is Awesome for Cleaning!',
width: '100%',
aspectratio: '16:10',
skin: 'beelden'
});
</script>
Please assist, I have the top javascript added to my website
Csaba