Copy text to clipboard on click of a button on desktop browsers and mobile web browsers by wrapping the text in [pw-clippy] shortcode.
This is the plugin to copy text to clipboard on click of a button on desktop browsers and mobile web browsers. It usage flash to auto copy on click of the button, for the browsers where flash is not available, it shows the popup with pre-selected text and user can copy it easily.
– Flexibility to change caption, width, height of the button.
– Option to add a suffix to copied text, by default suffixes your blog url.
– Option to call a javascript method on click of the button, by default sends Click event to your Google Analytics account.
It usage LMCButton, http://www.lettersmarket.com/view_blog/a-3-copy_to_clipboard_lmcbutton.html to copy text using flash and http://www.featureblend.com/javascript-flash-detection-library.html to detect flash.
[pw-clippy caption=”Copy”]Text to Copy goes here[/pw-clippy]
For more options checkout Installation section.
For more information on how to use or to report any issues/enhancement requests visit http://puzzlersworld.com/wordpress-copy-to-clipboard-plugin/
pw-clipboard
folder to the /wp-content/plugins/
directory or use plugin search – Admin > Plugins > Add new > Search for ‘Copy To Clipboard – mobile + web’[pw-clippy caption="Copy"]Text to Copy goes here[/pw-clippy]
For more information on how to use and updates, visit http://www.puzzlersworld.com/wordpress-copy-to-clipboard-plugin.
Yes, you can, by passing your caption in the shortcode as caption=”Your Caption”.
In that case, we simply open a popup with pre-selected text. User needs to simply copy it by using Ctrl+C or long press on mobile devices.
Added settings page
Option to set which link to be appended after copied text.(post/homepage or no link)
Now it will append post page link By default.
Changed default width to 50
First version with click and copy to clipboard functionality.