Linux 软件免费装
Banner图

Plugin Name

开发者 SEOreviewtools
更新时间 2013年8月26日 23:16
PHP版本: 3.0.1 及以上
WordPress版本: 3.5.1
版权: GPLv3
版权网址: 版权信息

标签

links seo share url backlinks link building

下载

详情介绍:

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): 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.

安装:

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].

屏幕截图:

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

常见问题:

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.