[wordpress插件] Copy URL button复制网址按钮

wordpress 插件 文章 2020-04-02 20:50 846 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

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.

添加诸如“复制URL按钮” 之类的社交媒体,并使访问者可以轻松复制特定页面的URL或在您的博客上发布。

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.

“复制URL”按钮插件可在Worpress编辑器中使用短代码使用,或使用PHP来回显WP主题的模板文件中的短代码内容。

Currently the plugin supports two display types:

当前,该插件支持两种显示类型:

    1. Default – The button looks like a social media button including count “bubble”.
    2. 默认-该按钮看起来像一个社交媒体按钮,包括计数“气泡”。

    3. Small – Add the size=’small’ parameter to the shortcode and the button looks like a small share button without share count.
    4. Small –将size ='small'参数添加到简码中,该按钮看起来像一个没有共享计数的小共享按钮。

    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.

    此插件不会为您创建链接,而是可以提高可用性,并使访问者可以更轻松地复制或共享特定帖子或页面的URL。

    This plugin is developed by: SEO Review Tools.<

    此插件由以下人员开发: SEO审核工具

    /p>

    / p>

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

    如何将“复制URL”按钮添加到页面或帖子中?

    Inside the post editor (copy paste the shortcode):

    在帖子编辑器内部(复制粘贴短代码):

      • [copyurlbutton] = Default display (Like a social button including count).
      • [copyurlbutton] =默认显示(类似于包含count的社交按钮)。

      • [copyurlbutton size=’small’] = Small display.

      • [copyurlbutton size ='small'] =小型显示。

      Inside your template files (Using PHP):

      在模板文件内部(使用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:

使用WordPress界面:

    1. Login to your WordPress website.

    2. 登录到您的WordPress网站。

    3. Click on “Plugins”.
    4. 单击“插件”。

    5. Click on “Add new”.
    6. 单击“添加新”。

    7. Search for this plugin, type: “Copy URL button”.
    8. 搜索此插件,键入:“复制URL按钮”。

    9. Click on “Install Now”.
    10. 单击“立即安装”。

    11. Enter your FTP login credential (provided by your hosting provider).
    12. 输入您的FTP登录凭据(由托管服务提供商提供)。

    13. Click on “Proceed”.
    14. 单击“继续”。

    15. After the plugin is installed, click on “Activate plugin”.
    16. 安装插件后,单击“激活插件”。

    17. Add the shortcode to your posts or pages: [copyurlbutton].
    18. 将简码添加到您的帖子或页面:[copyurlbutton]。

    Using FTP:

    使用FTP:

      1. Download the plugin: http://www.seoreviewtools.com/wordpress-copy-url-button-plugin/.
      2. 下载插件:http://www.seoreviewtools.com/wordpress-copy-url-button-plugin/。

      3. Extract the plugin folder (copyurlbutton) from the zip archive.
      4. 从zip存档中提取插件文件夹(copyurlbutton)。

      5. Login on your server with FTP and navigate to the directory “wp-content/plugins”.
      6. 使用FTP登录服务器,并导航至目录“ wp-content / plugins”。

      7. Copy the folder (copyurlbutton) into the plugins directory.
      8. 将文件夹(copyurlbutton)复制到plugins目录中。

      9. Login to your WordPress website.

      10. 登录到您的WordPress网站。

      11. Click on “Activate plugin”.
      12. 点击“激活插件”。

      13. Add the shortcode to your posts or pages: [copyurlbutton].
      14. 将简码添加到您的帖子或页面:[copyurlbutton]。

下载地址
https://downloads.wordpress.org/plugin/copy-url-button.zip
-EOF-

AI助手支持GPT4.0