Title: BNS Twitter Follow Button
Author: Edward Caissie
Published: <strong>2011-06-02</strong>
Last modified: 2016-04-10

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/bns-twitter-follow-button.svg)

# BNS Twitter Follow Button

 Autor: [Edward Caissie](https://profiles.wordpress.org/cais/)

[Pobierz](https://downloads.wordpress.org/plugin/bns-twitter-follow-button.0.3.8.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/bns-twitter-follow-button/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/bns-twitter-follow-button/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/bns-twitter-follow-button/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/bns-twitter-follow-button/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/bns-twitter-follow-button/)

## Opis

A widget to allow you to set the parameters of the Twitter Follow Button found here:
https://twitter.com/about/resources/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. 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 Japanese (ja).
 * Copyright 2011-2015,
Edward Caissie (email : 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, as published by the Free Software
Foundation.

You may NOT assume that you can use any other version of the 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.

You should have received a copy of the GNU General Public License
 along with this
program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
Floor, Boston, MA 02110-1301 USA

The license for this software can also likely be found here:
 http://www.gnu.org/
licenses/gpl-2.0.html

## Instalacja

Sekcja opisuje jak zainstalować oraz uruchomić wtyczkę.

 1. Upload `bns-tfbutton.php` to the `/wp-content/plugins/` directory
 2. Activate through the 'Plugins’ menu.
 3. Place the BNS Twitter Follow Button widget appropriately in the Appearance | Widgets
    section of the dashboard.
 4. Set options to personal preferences.

— or –

 1. Go to 'Plugins’ menu under your Dashboard
 2. Click on the 'Add New’ link
 3. Search for bns-twitter-follow-button
 4. Install.
 5. Activate through the 'Plugins’ menu.
 6. Place the BNS Twitter Follow Button widget appropriately in the Appearance | Widgets
    section of the dashboard.
 7. Set options to personal preferences.

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

#### Shortcode: bns_tfbutton

Parameters are very similar to the plugin …

 * ’title’ => __(”)
 * ’twitter_name’ => ”, // No @ symbol needed
 * ’show_count’ => false
 * ’button’ => false, // Blue
 * ’text_color’ => '186487′, // No # symbol needed
 * ’link_color’ => ”
 * ’width’ => '300px’
 * ’align’ => ”, // Left aligned
 * ’lang’ => ” // default English

NB: Use the shortcode at your own risk!

## Najczęściej zadawane pytania

  Where can I get support for this widget?

Please note, support may be available on the WordPress Support forums; but, it may
be faster to visit http://buynowshop.com/plugins/bns-ftbutton/ and leave a comment
with the issue you are experiencing.

  Can I use this in more than one widget area?

Yes, this plugin has been made for multi-widget compatibility. Each instance of 
the widget will display, if wanted, differently than every other instance of the
widget.

  How can I style the plugin output?

Yes, more to follow … or read this page: http://dev.twitter.com/pages/follow_button

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„BNS Twitter Follow Button” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

 *   [ Edward Caissie ](https://profiles.wordpress.org/cais/)

[Przetłumacz wtyczkę “BNS Twitter Follow Button” na swój język.](https://translate.wordpress.org/projects/wp-plugins/bns-twitter-follow-button)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/bns-twitter-follow-button/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/bns-twitter-follow-button/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/bns-twitter-follow-button/)
przez [RSS](https://plugins.trac.wordpress.org/log/bns-twitter-follow-button/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.3.8

 * Released August 2015
 * Updated to use PHP5 constructor objects

#### 0.3.7

 * Released November 2014
 * Set `widget.js` location to protocol agnostic
 * Cleaned up code
 * Improved i18n textdomain references
 * Changed tags to more simple references to plugin functionality

#### 0.3.6

 * Released September 2013
 * Corrected „undefined index” issue for the `lang` parameter

#### 0.3.4

 * Released May 2013
 * Version number compatibility update

#### 0.3.3

 * Released February 2013
 * Added code block termination comments
 * Moved all code into class structure

#### 0.3.2

 * Documentation updates
 * Remove load_plugin_textdomain as redundant

#### 0.3.1

 * Documentation updates
 * Code format updates and clean-up
 * Added license reference to 'readme.txt’

#### 0.3

 * released November 2011
 * confirmed compatible with WordPress 3.3
 * added PHPDoc style documentation
 * added i18n support using `bns-tfb` text domain
 * added WordPress version check for compatibility
 * general code clean-up

#### 0.2

 * added support of languages for the Follow Button using the two letter ISO-639-
   1 language code
 * languages supported: English (en); French (fr); German (de); Italian (it); Spanish(
   es); Korean (ko); and, Japanese (ja).
 * updated readme (this file) with corrections to shortcode usage / parameters

#### 0.1.1

 * update to readme.txt file (typos and corrections)

#### 0.1

 * Initial Release – working beta version
 * released June 1, 2011

## Meta

 *  Wersja **0.3.8**
 *  Ostatnia aktualizacja **10 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.6 lub nowszej **
 *  Testowano do **4.5.33**
 *  Język
 * [English (US)](https://wordpress.org/plugins/bns-twitter-follow-button/)
 * Tagi
 * [shortcode](https://pl.wordpress.org/plugins/tags/shortcode/)[social](https://pl.wordpress.org/plugins/tags/social/)
   [twitter](https://pl.wordpress.org/plugins/tags/twitter/)[widget](https://pl.wordpress.org/plugins/tags/widget/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/bns-twitter-follow-button/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/bns-twitter-follow-button/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/bns-twitter-follow-button/reviews/)

## Zaangażowani

 *   [ Edward Caissie ](https://profiles.wordpress.org/cais/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/bns-twitter-follow-button/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://buynowshop.com)