[wordpress插件] BNS Twitter Follow ButtonBNS Twitter关注按钮

wordpress 插件 文章 2020-03-08 08:40 518 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

A widget to allow you to set the parameters of the Twitter Follow Button found here: https://twitter.com/aboutesources/followbutton.

一个小部件,可用于设置Twitter“关注按钮”的参数,该参数位于:https://twitter.com/aboutesources/followbutton。

This widget also creates a shortcode that can be used in posts and pages.

该小部件还创建了可在帖子和页面中使用的简码。

Also to note, each instance of the shortcode or widget can use a different Twitter name so you can have multiple Twitter accounts listed on your website.

还要注意,每个短代码或窗口小部件实例可以使用不同的Twitter名称,因此您可以在网站上列出多个Twitter帐户。

Includes support of languages for the Follow Button using the two letter ISO-639-1 language code for English (en), French (fr), German (de), Italian (it), Spanish (es), Korean (ko) and

包括使用两个字母ISO-639-1语言代码的“跟随按钮”语言支持,该语言代码分别为英语(en),法语(fr),德语(de),意大利语(it),西班牙语(es),韩语(ko)和

Japanese (ja).

日语(ja)。

* Copyright 2011-2015, Edward Caissie (email : edward.caissie@gmail.com)

*版权所有2011-2015,爱德华·凯西(电子邮件:edward.caissie@gmail.com)

This program is free software;

该程序是免费软件;

you can redistribute it and/or modify
  

您可以重新分发和/或修改
  

it under the terms of the GNU General Public License version 2,
  

它遵循GNU通用公共许可证版本2的条款,
  

as published by the Free Software Foundation.

由自由软件基金会发布。

You may NOT assume that you can use any other version of the GPL.

您可能不会假定您可以使用任何其他版本的GPL。

This program is distributed in the hope that it will be useful,
  

分发该程序是希望它会有用,
  

but WITHOUT ANY WARRANTY;

但没有任何保证;

without even the implied warranty of
  

甚至没有
的暗示保证  

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

特定目的的适销性或适用性。

See the
  

参见
  

GNU General Public License for more details.

GNU通用公共许可证以获取更多详细信息。

You should have received a copy of the GNU General Public License
  

您应该已经收到了GNU通用公共许可证的副本
  

along with this program;

与该程序一起;

if not, write to the Free Software
  

如果没有,请写信给免费软件
  

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

美国,马萨诸塞州波士顿,富兰克林街51号,基金会基金会,邮政编码02110-1301

The license for this software can also likely be found here:
  

此软件的许可证也可以在以下位置找到:
  

http://www.gnu.org/licenses/gpl-2.0.html

http://www.gnu.org/licenses/gpl-2.0.html

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload bns-tfbutton.php to the /wp-content/plugins/ directory
    2. bns-tfbutton.php 上载到 / wp-content / plugins / 目录

    3. Activate through the ‘Plugins’ menu.
    4. 通过“插件”菜单激活。

    5. Place the BNS Twitter Follow Button widget appropriately in the Appearance |

    6. 将BNS Twitter“关注按钮”小部件适当地放置在外观|

      Widgets section of the dashboard.

    7. 仪表板的“小部件”部分。

    8. Set options to personal preferences.
    9. 将选项设置为个人偏好。

    — or –

    —或–

      1. Go to ‘Plugins’ menu under your Dashboard
      2. 转到仪表板下的“插件”菜单

      3. Click on the ‘Add New’ link
      4. 点击“添加新”链接

      5. Search for bns-twitter-follow-button
      6. 搜索bns-twitter-关注按钮

      7. Install.
      8. 安装。

      9. Activate through the ‘Plugins’ menu.
      10. 通过“插件”菜单激活。

      11. Place the BNS Twitter Follow Button widget appropriately in the Appearance |

      12. 将BNS Twitter“关注按钮”小部件适当地放置在外观|

        Widgets section of the dashboard.

      13. 仪表板的“小部件”部分。

      14. Set options to personal preferences.
      15. 将选项设置为个人偏好。

      Reading this article for further assistance: http://wpfirstaid.com/2009/12/plugin-installation/

      阅读本文以获得更多帮助:http://wpfirstaid.com/2009/12/plugin-installation/

      Shortcode: bns_tfbutton

      简码:bns_tfbutton

      Parameters are very similar to the plugin …

      参数与插件非常相似...

        • ‘title’ => __(”)
        • ‘title’=> __(”)

        • ‘twitter_name’ => ”, // No @ symbol needed
        • “ twitter_name” =>”,//不需要@符号

        • ‘show_count’ => false
        • “ show_count” =>否

        • ‘button’ => false, // Blue
        • “按钮” =>否,//蓝色

        • ‘text_color’ => ‘186487’, // No # symbol needed
        • ‘text_color’=>‘186487’,//不需要#符号

        • ‘link_color’ => ”
        • “ link_color” =>”

        • ‘width’ => ‘300px’
        • “宽度” =>“ 300px”

        • ‘align’ => ”, // Left aligned
        • “ align” =>”,//左对齐

        • ‘lang’ => ” // default English
        • ‘lang’=>” //默认英语

        NB: Use the shortcode at your own risk!

        注意:使用短代码需要您自担风险!

下载地址
https://downloads.wordpress.org/plugin/bns-twitter-follow-button.0.3.8.zip
-EOF-

AI助手支持GPT4.0