
ChetW
Staff

Jan 14, 2007, 6:46 AM
Post #2 of 2
(1997 views)
Shortcut
|
|
Re: [svsanchez] Embedding utube videos and using SSIs
[In reply to]
|
Can't Post
|
|
Hi svsanchez, Thanks for the post! When you added both the you tube code and the exec cgi, had you pasted these into the Article Manager WYSIWYG? If so what's probably happening is that the XSS filter is stripping out the code. Article Manager has a built in security feature that by default will not allow you to enter certain scripts and code into the WYSIWYG editor. :) To remove this security simply login to your server and go to the /exec/ directory, inside this directory find and open the config.ini file. Around line 14 of this file you'll find the following text: enable_xss_filter = 1 *note: The config.ini file houses your program configuration settings before editing this file it's a good idea to create a back-up copy. Change the "1" to a "0" then save your changes. You'll should now be able to add youtube code through the WYSIWYG editor. :) Give this a try svsanchez and if you have any other questions please feel free to ask! Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|