| 开发者 |
Mahesh901122
freemius clipboardagency |
|---|---|
| 更新时间 | 2025年11月11日 21:36 |
| 捐献地址: | 去捐款 |
| PHP版本: | 4.4 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[copy] and [copy_inline]Copy Anything to Clipboard plugin either via the WordPress plugin directory, or by uploading the files to your server at wp-content/plugins.Use the CSS selector method: Go to "Copy to Clipboard" → Click "Add New" → Add selector pre or code → Click "Create". All your code blocks will now have copy buttons automatically.
Yes! Use the [copy] shortcode to wrap specific content, or use [copy_inline] for inline copy buttons. For example: [copy]Your text here[/copy] or [copy_inline text="Text to copy"].
Yes! We offer 25+ Elementor widgets including Copy Button, Copy Icon, Code Snippet, Blockquote, Coupon Code, Deal, Email Address, Phone Number, and many more. Simply search for "Copy" in Elementor's widget panel.
Yes! We provide Gutenberg blocks including Copy Button, Copy Icon, Term Title, and Social Share blocks. They work seamlessly with the WordPress block editor.
Yes! The plugin allows you to customize button text, colors, positions (inside/outside), and styles. PRO version offers advanced customization options.
Yes! The copy to clipboard functionality works perfectly on all mobile devices, including tablets and smartphones.
Yes! The plugin is cross-browser compatible and works with Chrome, Firefox, Safari, Edge, and other modern browsers.
No! The plugin is lightweight and optimized for performance. It won't slow down your WordPress site.
You can copy both! The plugin supports copying content as HTML or plain text format, depending on your needs.
icon-color shortcode parameter.color to set the custom color for the text. E.g. [copy content="Custom Text.." color="#2dcd78"]Copy me![/copy]icon-color to set the custom color for the icon. E.g. [copy content="Custom Text.." style="icon" icon-color="#9437f6"][/copy]style to show the icon. E.g. [copy content="Custom Text.." style="icon"][/copy]copy_the_code_shortcode_atts for shortcode to redirect the user to another page after copying the content to the clipboard.copy_the_code_localize_vars.copy_the_code_localize_vars to allow to copy the content as HTMl instead of text.copy_the_code_enabled which is no more useful.Copy the content which is no more useful. Will add the support though filter if required.SVG Icon button style to show the SVG icon instead of button.Cover style to copy the small element in which we could not add the copy button. Such as Emoji and Symbols.Copy Content As default option with text.<br> tags into the new line if the option "Copy Content As" selected as Text.<div> tags into the new line if the option "Copy Content As" selected as Text.<p> tags into the new line if the option "Copy Content As" selected as Text.<li> tags into the new line if the option "Copy Content As" selected as Text.Text.<br> tag converted into the next line. Select the Text from option Copy Content As. Reported by Konrad.<br> tags was not copied as new line. Reported by @psanger.copy_the_code_default_page_settings to change the default page settings.copy_the_code_page_settings to change the page settings.selector to set the JS selector. Default its <pre> html tag.Copy button markup from the copied content from the clipboard.