• Hello.

    I found some answers about this but all it explained was how to insert code to be displayed on page, what I want is to insert code that is used in page.

    I want to insert this code in a post:

    & lt;div id=”video1″& gt;[FLASH]& lt;/div& gt;
    & lt;script type=”text/javascript”& gt;
    var so = new SWFObject(“/swf/video_player/player.swf”, “video”, “320”, “283”, “8”, “#FFFFFF”);
    so.write(“video1”);
    & lt;/script& gt;

    But after I publish the code appears as:

    & lt;div id=”video1″& gt;[FLASH]& lt;/div& gt;
    & lt;script type=”text/javascript”& gt;
    var so = new SWFObject(& #8221;/swf/video_player/player.swf& #8221;, & #8220;video& #8221;, & #8220;320& #8243;, & #8220;283& #8243;, & #8220;8& #8243;, & #8220;#FFFFFF& #8221;);
    so.write(& #8221;video1& #8243;);
    & lt;/script& gt;

    How can I make WordPress not to convert the characters like this?

    Thank you.
    – Adrian.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adriantnt

    (@adriantnt)

    Any info abut this please?

    some help is wpuntexturize, it removes some of the numbered tags, but not all.
    I’ve been looking for hours for some mention of this problem or fix, since it makes readable rss feeds into sometimes pure unreadable junk

    I’m interested in some kind of code or hack or plugin that will prevent the curling of quotes within <code></code> tags. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quotes ” are converted, how to insert code?’ is closed to new replies.