3
I am not sure, I understand what you're trying to accomplish, or what is the issue? For example, we are using this setting in
this article, and the YouTube video works just fine. When we click on the YouTube button, it generates this code:
[youtube=425,350]http://www.youtube.com/watch?v=wSeyrKk5rHI[/youtube]
and XOOPS generates this HTML code:
<object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/wSeyrKk5rHI'>param><param name='wmode' value='transparent'>param><embed src='http://www.youtube.com/v/wSeyrKk5rHI' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'>embed>object>
The YouTube button is defined in /class/textsanitizer/youtube, but if you make changes there, they will be overwritten by next XOOPS update that you install, and you would have to customize it again.