Marcus
Veteran
Just Getting Started
Member Likes (0)
Is there a way to insert scripts safely into this plugin?
I want to embed YT and a Mailchimp script but it doesn't work.... it strips out all the JS and special tags.
Responses (4)
Erstwhile founder (joined May 2007) Likes (0)
Script tags are removed in the current version of the plugin.
Thanks,
Andrew
Member (joined October 2007) Likes (0)
I was just about to ask the same question.
I wanted to put this in the PopOver:
http://jqueryglobe.com/article/feature-list
Developer (joined June 2008) Likes (0)
You can add them by changing the following line (line 88):
$updateoption('popover_content', wp_kses($_POST['popovercontent'], $allowedposttags));to
$updateoption('popover_content', $_POST['popovercontent']);or use a plugin that allows admin users to insert script tags via kses, which will filter through to this function.
Developer (joined June 2008) Likes (0)
Hi guys, I've just made an update of this plugin to 1.5.1 to make it easier to disable kses checking -
http://premium.wpmudev.org/forums/topic/popover-plugin-151
WordPress Questions?
We've got answers!
Find out more »