Copy URL button

Make it easy for visitors to copy the URl of a specific page or post on your blog.

Author:SEO Review Tools (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.5.2
Plugin version:1.0
Added to WordPress repository:05-06-2013
Last updated:26-08-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://www.seoreviewtools.com/wordpress-copy-...
Total downloads:4 338
Active installs:50+
plugin download
Click to start download

Add the social media like “Copy URL button” and make it easy for visitors to copy the URL of a specific page or post on your blog.

The Copy URL button plugin can be used inside the Worpress editor using shortcodes or use PHP to echo the content of the shortcode inside the template files of your WP theme.

Currently the plugin supports two display types:

  1. Default – The button looks like a social media button including count “bubble”.
  2. Small – Add the size=’small’ parameter to the shortcode and the button looks like a small share button without share count.

This plugin doesn’t create links for you, but instead improves usability and makes it easier for visitors to copy or share the URL of a specific post or page.

This plugin is developed by: SEO Review Tools.

How can I add the Copy URL button to a page or post?

Inside the post editor (copy paste the shortcode):

  • [copyurlbutton] = Default display (Like a social button including count).
  • [copyurlbutton size=’small’] = Small display.

Inside your template files (Using PHP):

<?php echo do_shortcode('[copyurlbutton]'); ?> = Default display (Like a social button including count).
<?php echo do_shortcode('[copyurlbutton size="small"]'); ?> = Small display.