PureHTML Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Pure HTML is a plugin for WordPress which allows you to easily insert HTML markup which is normally removed by the TinyMCE visual editor.
The plugin allows for your markup to be saved as code snippets, which can be re-used on multiple pages and updated in one place.
Your markup can be inserted in 2 ways;
- As a code snippet which can be reused on multiple pages and updated in one place
- As inline BBCode which is then converted on page load to standard HTML
The end result is an easy solution to insert Google Maps, Youtube Videos and other rich content which may normally be removed by the TinyMCE editor when switching between WYSIWYG and Text modes.
Your markup is added via a shortcode [purehtml][/purehtml]
which supports 2 attributes
- debug=[0/1] – When set to 1, the content is appended with a pre tag showing exactly what is being outputted, to allow you to pin point the cause of an error
- id=[int] – When set, it will use the corresponding snippet id from the database, if the snippet is not found in the database then a default fallback snippet is shown.
You can customize the Snippet Not Found message in the plugins options page.