I'm testing this plugin in Joomla! If you are inserting a movie to post Kunena subscribers receive it in the body of e-mail raw code.
Should there be a string such as Movie? How to disable the sending of this code in the message? Other Kunena plugin does not send any such content.
jwplayer('avID_AVPlayerID_b1f33d7a_1758431383').setup({
'file': '//images/demo.flv',
'image': '',
'height': '288',
'width': '512',
'modes': [
{ 'type': 'html5' },
{ 'type': 'flash', src: '//plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/player.swf' },
{ 'type': 'download' }
],
'autostart': 'false',
'backcolor': '#010101',
'plugins': {
'viral-2': {
'onpause': 'false',
'oncomplete': 'true'
}
},
'controlbar': 'bottom',
'skin': '//plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/bekle.zip'
});