{"id":13230,"date":"2011-05-11T17:59:37","date_gmt":"2011-05-11T17:59:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/raw-html-snippets\/"},"modified":"2023-07-31T18:12:36","modified_gmt":"2023-07-31T18:12:36","slug":"raw-html-snippets","status":"publish","type":"plugin","link":"https:\/\/ceb.wordpress.org\/plugins\/raw-html-snippets\/","author":1989327,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.4","stable_tag":"trunk","tested":"","requires":"2.6","requires_php":"","requires_plugins":null,"header_name":"Raw HTML Snippets","header_author":"theandystratton","header_description":"","assets_banners_color":"","last_updated":"2023-07-31 18:12:36","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/theandystratton.com","header_plugin_uri":"http:\/\/theandystratton.com","header_author_uri":"http:\/\/theandystratton.com","rating":4.7,"author_block_rating":0,"active_installs":2000,"downloads":41206,"num_ratings":11,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"2.0":{"tag":"2.0","author":"wpmaintainer","date":"2020-12-06 21:02:04"},"2.0.1":{"tag":"2.0.1","author":"wpmaintainer","date":"2020-12-06 21:14:04"},"2.0.2":{"tag":"2.0.2","author":"wpmaintainer","date":"2020-12-17 15:47:19"},"2.0.3":{"tag":"2.0.3","author":"wpmaintainer","date":"2020-12-17 15:56:03"}},"upgrade_notice":{"2.0.3":"<p>Added plugin listing sreen &quot;Manage Snippets&quot; link.<\/p>","2.0.2":"<p>Added one-time upgrade notice to user about movement of snippet management to the Tools section of the admin.<\/p>","2.0.1":"<p>Moved RAW HTML Snippets management to Admin &gt; Tools menu; Works with latest version of WP (5.6); minor code clean up for PHP 7.4<\/p>","2.0":"<p>Moved RAW HTML Snippets management to Admin &gt; Tools menu; Works with latest version of WP (5.6); minor code clean up for PHP 7.4= 1.1 =\nA bug fix has been released, please upgrade to the latest version.<\/p>","1.0":"<p>Upgrade to a new version of Raw HTML Snippets.  Thanks.<\/p>"},"ratings":{"1":0,"2":1,"3":0,"4":0,"5":9},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.0","2.0.1","2.0.2","2.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2945663,"resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2945663,"resolution":"3","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2945663,"resolution":"2","location":"plugin"}},"screenshots":{"1":"Plugin admin screen.","2":"Editing a snippet","3":"Inserting a snippet"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[52532,18586,246,12103],"plugin_category":[],"plugin_contributors":[78938],"plugin_business_model":[],"class_list":["post-13230","plugin","type-plugin","status-publish","hentry","plugin_tags-autoformatting","plugin_tags-embed-html","plugin_tags-html","plugin_tags-raw-html","plugin_contributors-theandystratton","plugin_committers-theandystratton","plugin_committers-wpmaintainer"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/raw-html-snippets.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/raw-html-snippets\/trunk\/screenshot-1.png?rev=2945663","caption":"Plugin admin screen."},{"src":"https:\/\/ps.w.org\/raw-html-snippets\/trunk\/screenshot-2.png?rev=2945663","caption":"Editing a snippet"},{"src":"https:\/\/ps.w.org\/raw-html-snippets\/trunk\/screenshot-3.png?rev=2945663","caption":"Inserting a snippet"}],"raw_content":"<!--section=description-->\n<p>Create a library of raw HTML snippets that you can easily insert into any page\/post content using a shortcode:<\/p>\n\n<p>[raw_html_snippet id=\"my-snippet\"]<\/p>\n\n<p>Snippets consist of a unique ID (e.g. \"my-snippet\") and raw HTML code. This plugin was written to stop using hacks that override WordPress' core content filters and affect shortcode output.<\/p>\n\n<p>This plugin will NOT taint your content or the output of other shortcodes. If you delete a snippet, any existing shortcodes with that snipet's ID will output an empty string.<\/p>\n\n<p>Remember, this allows you to output raw HTML. Use at your own risk. It will not check for malicious HTML\/CSS\/Javascript!<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download and unzip to the 'wp-content\/plugins\/' directory <\/li>\n<li>Activate the plugin.<\/li>\n<li>Use Settings &gt; Raw HTML Snippets to add, edit and remove your snippets.<\/li>\n<li>Insert snippets at your will<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>None.<\/p>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Moved RAW HTML Snippets management to Admin &gt; Tools menu.<\/li>\n<li>Added copy\/paste support in list view.<\/li>\n<li>Works with latest version of WP (5.6)<\/li>\n<li>Minor code clean up for PHP 7.4<\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<ul>\n<li>Works with latest version of WP (5.2)<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Works with latest version of WP (4.1.1)<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Fixed error where snippet id (slug) containing an ampersand (&amp;) would break the plugin's admin UI.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Updated some code for textarea direction attributes in admin panels (left to right)<\/li>\n<li>Added isset() to avoid PHP errors \/ warnings<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixed a bug that broke the ability to save when editing an existing snippet.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Released version 1.0<\/li>\n<\/ul>","raw_excerpt":"Create a library of raw HTML snippets that you can easily insert into any page\/post content using a shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=13230"}],"author":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/theandystratton"}],"wp:attachment":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13230"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13230"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13230"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13230"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13230"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}