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.
Start your journey
5 ways to add copy buttons to your WordPress site.
Global Injector
Advanced copy button injection with display conditions, style presets, and live preview. The most powerful way to add copy buttons.
CSS Selectors
Automatically add copy buttons to all elements matching a CSS selector like pre, code, or blockquote.
Shortcodes
Use the [copy] shortcode for precise control over copy buttons in your content.
Gutenberg Blocks
Native WordPress blocks: Copy Button, Copy Icon, Term Title, and Social Share. Works seamlessly with the block editor.
Elementor Widgets
25+ drag-and-drop widgets: AI Prompts, Coupons, Deals, Code Snippets, Email Samples, Phone Numbers, and more.
Developer API
PHP filters, JavaScript hooks, and custom triggers. Extend Copy Anything to Clipboard with your own code.
3 Visual Styles
Infinite Possibilities
Choose from Button, Icon, or Cover styles. Create unlimited presets with custom colors, positioning, and animations.
Learn about style presetsButton
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.
Built to be
extended.
Customize text, styles, and behaviors programmatically with PHP filters, JavaScript hooks, and custom triggers.
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 );
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
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