Hi everybody, Been a while i didn't post over here, and today i might need your help. Thing is, i'm developing an adult blog, where i'm going to post videos everyday. I already have the content, and the traffic. I'm using Wordpress, on my own server. But i cannot add any <script> tag with api JS to my post. I tried to use Inline "Javascript Plugin" but it doesn't work. Any help? Thanks in advance
Hmmm, I think adding scripts to Wordpress posts should be no problem. Don't forget to switch to the HTML mode when writing your post.
yeah the HTML editor should do it, but iff not you could hardcode the problem bits of code into the theme and add the rest using a custom field. DD
Do a search for "unfiltered html" plugin for wordpress. It'll remove the filters for folks writing Post content but leave it in for those writing comments. There's a couple different ones and the ones I know of are for Wordpress Multiuser so I can't recommend any.
I believe that there is a plugin just for this called exec-php http://wordpress.org/extend/plugins/exec-php/
That's for placing php code within content. The javascript will still be stripped out by the kses filter.
you can just use a video plugin and can customize it to your needs, It is very much easy as 123, Try it and let me know how you feel