Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Copy URL button

Descrição

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.

Imagens de tela

  • Default display (Like a social button including count) /assets/screenshot-1.png.
  • Small display /assets/screenshot-2.png.

Instalação

Using the WordPress interface:

  1. Login to your WordPress website.
  2. Click on “Plugins”.
  3. Click on “Add new”.
  4. Search for this plugin, type: “Copy URL button”.
  5. Click on “Install Now”.
  6. Enter your FTP login credential (provided by your hosting provider).
  7. Click on “Proceed”.
  8. After the plugin is installed, click on “Activate plugin”.
  9. Add the shortcode to your posts or pages: [copyurlbutton].

Using FTP:

  1. Download the plugin: http://www.seoreviewtools.com/wordpress-copy-url-button-plugin/.
  2. Extract the plugin folder (copyurlbutton) from the zip archive.
  3. Login on your server with FTP and navigate to the directory “wp-content/plugins”.
  4. Copy the folder (copyurlbutton) into the plugins directory.
  5. Login to your WordPress website.
  6. Click on “Activate plugin”.
  7. Add the shortcode to your posts or pages: [copyurlbutton].

FAQ

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.

Avaliações

Leia todas as 3 avaliações

Colaboradores e desenvolvedores

“Copy URL button” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores