Title: Why doesn&#039;t your plugin work on this code?
Last modified: August 21, 2016

---

# Why doesn't your plugin work on this code?

 *  [pezomatic](https://wordpress.org/support/users/pezomatic/)
 * (@pezomatic)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/why-doesnt-your-plugin-work-on-this-code/)
 * I am trying to insert an SVG image into a post. If in inadvertently open the 
   WordPress Visual editor it rewrites my code. I have tried a half dozen plugins
   that claim they will prevent my HTML code from being changed but none of them
   seem to work.
 * Here is my original code:
 *     ```
       [raw]
       <object type="image/svg+xml" data="image.svg">Your browser does not support SVG</object>
       [/raw]
       ```
   
 * Here is what WordPress visual editor changes it to:
 *     ```
       [raw]
       <object width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="image.svg" /><embed width="320" height="240" type="application/x-shockwave-flash" src="image.svg" />Your browser does not support SVG</object>
       [/raw]
       ```
   
 * Any help with getting your plugin to work on this would be greatly appreciated.
   Thanks.
 * [http://wordpress.org/plugins/lct-temporary-wpautop-disable-shortcode/](http://wordpress.org/plugins/lct-temporary-wpautop-disable-shortcode/)

Viewing 1 replies (of 1 total)

 *  [dagnew](https://wordpress.org/support/users/dagnew/)
 * (@dagnew)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/why-doesnt-your-plugin-work-on-this-code/#post-4450804)
 * @ pezomatic – This plugin / shortcode also didn’t work for me. Have you found
   anything that works in preventing WPs autop?

Viewing 1 replies (of 1 total)

The topic ‘Why doesn't your plugin work on this code?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lct-temporary-wpautop-disable-shortcode.
   svg)
 * [LCT Temporary wpautop Disable Shortcode](https://wordpress.org/plugins/lct-temporary-wpautop-disable-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lct-temporary-wpautop-disable-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lct-temporary-wpautop-disable-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/lct-temporary-wpautop-disable-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lct-temporary-wpautop-disable-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lct-temporary-wpautop-disable-shortcode/reviews/)

## Tags

 * [svg](https://wordpress.org/support/topic-tag/svg/)
 * [wpautop](https://wordpress.org/support/topic-tag/wpautop/)

 * 1 reply
 * 2 participants
 * Last reply from: [dagnew](https://wordpress.org/support/users/dagnew/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/why-doesnt-your-plugin-work-on-this-code/#post-4450804)
 * Status: not resolved