Plugin info

Total downloads: 40,628
Active installs: 2,000
Total reviews: 11
Average rating: 4.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 7/31/2023 (882 days ago)
Added to WordPress: 5/11/2011 (14 years old)
Minimum WordPress version: 2.6
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 882 days ago • 11 reviews

24/100

Is Raw HTML Snippets abandoned?

Possibly abandoned (last update 882 days ago).

Compatibility

Requires WordPress: 2.6
Tested up to: f
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Create a library of raw HTML snippets that you can easily insert into any page/post content using a shortcode:

[raw_html_snippet id=”my-snippet”]

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.

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.

Remember, this allows you to output raw HTML. Use at your own risk. It will not check for malicious HTML/CSS/Javascript!

Installation

  1. Download and unzip to the ‘wp-content/plugins/’ directory
  2. Activate the plugin.
  3. Use Settings > Raw HTML Snippets to add, edit and remove your snippets.
  4. Insert snippets at your will

Frequently Asked Questions

None.

Review feed

No reviews available

Screenshots

  1. Plugin admin screen.

    Plugin admin screen.

  2. Editing a snippet

    Editing a snippet

  3. Inserting a snippet

    Inserting a snippet

Changelog

2.0

  • Moved RAW HTML Snippets management to Admin > Tools menu.
  • Added copy/paste support in list view.
  • Works with latest version of WP (5.6)
  • Minor code clean up for PHP 7.4

1.1.4

  • Works with latest version of WP (5.2)

1.1.3

  • Works with latest version of WP (4.1.1)

1.1.2

  • Fixed error where snippet id (slug) containing an ampersand (&) would break the plugin’s admin UI.

1.1.1

  • Updated some code for textarea direction attributes in admin panels (left to right)
  • Added isset() to avoid PHP errors / warnings

1.1

  • Fixed a bug that broke the ability to save when editing an existing snippet.

1.0

  • Released version 1.0