v5.0.0 — Global Injector

Copy Anything to
Clipboard

The #1 WordPress plugin with 299,302+ downloads. Add copy buttons to code snippets, coupons, deals, contact info, and more with just a few clicks.

3 Visual Styles
Infinite Possibilities

Choose from Button, Icon, or Cover styles. Create unlimited presets with custom colors, positioning, and animations.

Learn about style presets

Button

Classic button with customizable text, colors, and position (inside/outside).

npm install package

Icon

Minimal SVG icon trigger, perfect for inline content and compact layouts.

SAVE20

Cover

Overlay that appears on hover, ideal for emojis, symbols, and small elements.

🎉 Copy 🚀 Copy 💡 Copy
functions.php
1<?php
2
3// Customize shortcode attributes
4add_filter( 'ctc/shortcode/atts', function( $atts, $content ) {
5    $atts['copy-text']   = 'Copy Code';
6    $atts['copied-text'] = 'Copied!';
7    return $atts;
8}, 10, 2 );
Copy

Free Forever.
Pro When You Need It.

The free version is incredibly powerful. Upgrade to Pro for unlimited presets, advanced conditions, and JavaScript hooks.

Free

$0 forever

  • 3 visual styles (Button, Icon, Cover)
  • Unlimited Global Injector rules
  • 3 style presets per style (9 total)
  • Basic display conditions (Post Type, Page ID)
  • All shortcodes, Gutenberg blocks, Elementor widgets
Download Free

Pro

Starting at $39/year

  • Unlimited style presets
  • Advanced conditions (User Role, Device, URL)
  • Custom CSS classes & data attributes
  • JavaScript Hooks API (wp.hooks filters)
  • Priority email support
View Pricing