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.

Badge Fever Shortcode

Description

Displaying badges from Badge Fever is even easier with Badge Fever Shortcode plugin.
This is minimalistic plugin, which adds customized shortcode to your WordPress system to be used any place you wish to.
The shortcode works exactly same as in your posts.

Simply write: [display_badges email=”your@email.com”]
And badges will appear in your content.

You can customize the shortcode functionality and appearance with following attributes:

  • email – Email address for which you wish to display badges
  • size – How big you want the badge images to be. Available size: small, medium, big
  • offset – In case user achieved 100 badges, you can specify from which to begin
  • limit – How many badges to display
  • styles – Badge Fever Shortcode plugin comes with default styles. If you wish to use your own styles, you can swith that by this attribute (on/off)

A brief Markdown Example

Simple / minimal shortcode:

[display_badges email=”your@email.com”]

All options:

[display_badges email=”your@email.com” offset=”3″ limit=”5″ size=”big”]

For all issues please contact support@badgefever.com

Installation

From WordPress administrator section

  1. Navigate to Plugins -> Add New
  2. In search box write: “Badge Fever Shortcode”
  3. Click on “Install Now” link below the plugin title
  4. After installation is finished, click on “Activate Plugin” link
  5. Use [display_badges email=”your@email.com”] shortcode anywhere you wish

Upload through WordPress administrator section

  1. Download ZIP file of the plugin
  2. In WordPress administration panel navigate to Plugins -> Add New
  3. Click on link “Upload”
  4. Select the zip file you downloaded and confirm submission
  5. After installation is finished, click on “Activate Plugin” link
  6. Use [display_badges email=”your@email.com”] shortcode anywhere you wish

Manual Upload

  1. Download ZIP file of the plugin
  2. Upload the content of ZIP file into ‘wp-content/plugins’
  3. Open your WordPress administration panel
  4. Navigate to Plugins -> Installed Plugins
  5. Click on “Activate Plugin” link below plugin title
  6. Use [display_badges email=”your@email.com”] shortcode anywhere you wish

FAQ

Badges are not being displayed

There are few possible situations when you cannot see badges on place you put the shortcode.
The email you provided might not registered with Badge Fever, Have privacy policy restrictions or did not achieved any badges yet.

If you are sure that nor of above apply, please contact us at support@badgefever.com

I see the raw shortcode instead of badges

This means that the place you put the shortcode has not activated shortcode conversion. This mostly appears when adding shortcode into theme options or widgets. This problem is simple to fix. In the code, locate where the content you wish to display badges in is outputed and wrap it in do_shortcode() function
“echo do_shortcode($text);”

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Badge Fever Shortcode” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial release of the plugin.