Plugin info

Total downloads: 67
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/13/2025 (78 days ago)
Added to WordPress: 10/13/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 78 days ago

59/100

Is Clipboard Snippet Copier abandoned?

Likely maintained (last update 78 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.8.3
Requires PHP: 7.2

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

Clipboard Snippet Copier allows you to provide demo codes, shortcodes, or any reusable snippets to your users.
Instead of exposing the raw code on the page, snippets are stored securely in the WordPress admin and fetched via AJAX only when copied.

This makes it easier for you to share ready-to-use shortcodes or WPBakery/Elementor demo layouts without rendering them, while your users can simply click Copy and paste into their editor.

Features:

  • 📋 Copy any snippet/shortcode directly to clipboard.
  • 🔒 Snippets are not displayed on the frontend – fetched via AJAX only.
  • ⚡ Lightweight and secure (uses WordPress AJAX + nonces).
  • 🖱️ Supports multiple buttons on the same page.
  • 🎨 Easy integration with any theme or page builder.

Example Use Case

  • Provide WPBakery demo shortcodes for your users.
  • Share Gutenberg block templates as code snippets.
  • Give customers shortcode presets without exposing messy code.

Usage

  • Add a new snippet in Code Snippets Add New.
  • Provide title for your reference
  • Paste the code in code editor
  • Place the button in your content with ID: [clipsnco_code_copy_btn id=”123″ label=”Copy Demo”]
  • When users click the button, the snippet will be copied to their clipboard (without rendering).

Installation

  1. Upload the plugin files to the /wp-content/plugins/clipboard-snippet-copier directory, or install it directly from the WordPress.org repository.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Add snippets in Snippets Add New.
  4. Place a copy button anywhere with the shortcode: [clipsnco_code_copy_btn id=”123″ label=”Copy Code”]
    Where 123 is the ID of your snippet.

Frequently Asked Questions

Can I use multiple buttons on the same page?

Yes, you can place as many as you want. Each button will copy its assigned snippet.

Will users see the snippet on the page?

No. Snippets are stored in the database and fetched via AJAX only when copied.

Does it work with page builders like WPBakery or Elementor?

Yes. You can add the copy button shortcode anywhere (page content, widget, or builder block).

Review feed

No reviews available

Screenshots

  1. Add new snippet screen in the admin area.

    Add new snippet screen in the admin area.

  2. Example copy button on the frontend.

    Example copy button on the frontend.

Changelog

1.2

  • Fixed: Resource version not set in call to wp_enqueue_style()

1.1

  • Bug Fixes

1.0

  • Initial release of Clipboard Snippet Copier.