This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-TwitterBadge

Description

WP-TwitterBadge is a simple plugin that allows you to display a Twitter "Follow" Badge on your site or blog.

It uses the Twitter "Follow" Badge that is provided by go2web20.net. This plugin takes the hassel out of having to manually edit the details and enter it into your theme each time you change themes.

I’m providing this plugin as it is since this Twitter Badge is actually written and maintained by go2web20.net. However, I will be fixing bugs that are found in the plugin and updating with updates from go2web20.net. That being said, your feedback is very important!

I do not claim ownership of any part(s) of the included "badge.js" Javascript file as it belongs to go2web20.net. This javascript file is provided via this plugin as is and with no modification.

WP-TwitterBadge was written with Geany – http://www.geany.org/

Features

  • Twitter Badge displayed links to your Twitter account to invite visitors to also follow you on Twitter!
  • Your Twitter account name can be changed or adjusted easily via the options page if you decide to change accounts.
  • You can customize the label on the Twitter badge with four available options.
  • You can customize the color of the Twitter badge to any possible web safe color or use transparent so your background design shows through.
  • The color option also provides an easy color picker tool (thanks to the iColorPicker javascript tools).
  • You can customize the side of the page that you wish to display your Twitter Badge on.
  • You can customize how far down the page your Twitter Badge should appear.

Installation

  1. Upload the «wp-twitterbadge» folder to /wp-contents/plugins/
  2. Login to your WordPress Admin menu, go to Plugins, and activate it.
  3. In your WordPress Admin menu, you will find a new menu under Settings called WP-TwitterBadge. There you can choose the Twitter account to link to, label on the badge, color, side of page to display on and how far from the top to display it.

FAQ

  • How can I help?

You can help in a number of ways:

  1. If you find a bug/issue, report it!
  2. Speak another language? Help me translate this plugin!
  3. Help me keep the lights on! Donations are always appreciated, large or small!
  • Will you be taking feature suggestions?

No. I am only providing this plugin with the Twitter Badge script. I did not write the Twitter Badge script that is embeded with this plugin so I cannot maintain it or add features (ethically). 😉 Sorry.

If you have any other questions, please don’t hesitate to ask me! The easiest way to ask me a question, comment or suggest something is to post it in the comments on the plugin homepage.

If you have any questions, please don’t hesitate to ask me! The easiest way to ask me a question, comment or suggest something is to post it in the comments on the plugin homepage.

Installation Instructions
  1. Upload the «wp-twitterbadge» folder to /wp-contents/plugins/
  2. Login to your WordPress Admin menu, go to Plugins, and activate it.
  3. In your WordPress Admin menu, you will find a new menu under Settings called WP-TwitterBadge. There you can choose the Twitter account to link to, label on the badge, color, side of page to display on and how far from the top to display it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-TwitterBadge” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-TwitterBadge” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Fix issue with Microsoft Edge/Internet Explorer in cases where view port is set to device width allowing for an overlay scrollbar that covered the badge.

0.9

  • Updated and improved options page
  • Refactored js to make it more reliable with js optimizers
  • Added buttons for plugin home page, support, changelog, translate and donate
  • Plugin is now ready to be translated by YOU!
  • Optimized image filesizes
  • Added plugin icon

0.8

  • Added ability to manually specify «transparent» as your color setting to allow your page background to show through (props: ric)

0.7

  • Fixed a styling bug where the about icon wasn’t using fixed positioning.

0.6

  • Optimized packaged images to reduce filesizes without reducing image quality. While this saves only a few extra kilobytes of bandwidth, it helps sites that are striving to perfect network performance with Page Speed for Firefox or Speed Tracer for Chrome (optimizing images).

0.5

  • Fixed a bug where WP-TwitterBadge depended on images and redirect pages from http://www.go2web20.net/ since their server seems to be having problems. WP-TwitterBage will now function properly regardless of their servers. (props: Khyan)
  • Fixed a bug where the color was not auto-updated in the options page (by modifying the icolorpicker.js and added a call for the preview() function).
  • Replaced the onkeyup event on the color textbox with an onchange event so the color is updated as you edit the field.
  • Added tfb.path variables to hold paths to your wp-twitterbadge plugin files for wp-twitterbadge.php and wp-twitterbadge-options.php.
  • Updated the WP-TwitterBadge Settings/Options page to be more inline with the design of WP 2.9+ (from the old WP 2.5 design).

0.4

  • Fixed a bug with double slashes (//) in plugin file paths (props: morestar).

0.3

  • Disable WP-TwitterBadge when the WPtouch plugin is installed and the mobile theme is being used (so the badge isn’t intrusive on mobiles).
  • Fixed format and syntax of the readme.txt file that’s included.

0.2

  • Finalize changes made in v0.1.1 and commit.

0.1.1-pre

  • This is a pre release to test for a fix to an Internet Explorer specific bug.
  • Cleaned some javascript code that was copy/pasted from go2web20 (–> became //–>)
  • Moved the preview function in the options page to the beginning fo the options code so that it is defined before each element that makes a reference to it can use it (only affected Internet Explorer).
  • Hopefully this will solve the "Internet Explorer cannot open the internet site…Operation aborted." issues.

0.1

  • Initial release.

TO-DO:

  • Feedback is always welcome.