Copy URL button

from 0$

Copy URL button is a WP Plugin Package from the Open Source WP Plugins range Make it easy for visitors to copy the URl of a specific page or post on your blog.


For more information about a tailored WP Plugin Package like Copy URL button please contact us directly.

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.

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

Copy URL button

typePlugin
versionlatest
descriptionMake it easy for visitors to copy the URl of a specific page or post…