Social Stickers Wordpress Plugin - Rating, Reviews, Demo & Download

 Wordpress Plugin - Rating, Reviews, Demo & Download
4.8 Average out of 19 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

This is a simple plugin that shows the various social networks you use in the form of “stickers” (see screenshots). It is also fully themable and you can make your own theme in a minute.

What this plugin offers:

  • Themes (fully themable, you can easily create your own theme)
  • You can customize the order of the icons (each theme has its own order)
  • Add your own social networks
  • Widget mode
  • Supports shortcodes
  • You can also output number of Twitter followers and Facebook page likes
  • Fully customize your HTML output

Currently supports over 70 social networks.

WANT MORE?

GO PRO.

Features:

  • Drag and drop theme creation,
  • multisite compatibility,
  • shortcode generation,
  • stickers statistics in beautiful graphs

Making your own theme

To make your own theme, create a folder in the themes/ folder and copy the png (only this format is supported) files in it. Rename them accordingly (remove the spaces and use lowercase letters only, example: facebook is facebook.png, Last Fm is lastfm.png etc.).

Then create a file theme.txt in the same folder and put the following text in it (change the name, author, webpage and description accordingly).

Name: Simple Icons (default)
Author: Dan Leech
Webpage: http://demos.danleech.com/simpleicons/
Description: The default theme of Social Stickers.

The file must have all the text listed above and in the exact same order. You must create the file otherwise the theme won’t be recognized.

Custom HTML output

You can fully customize your HTML output via variables. Some variables can only be used inside a feed loop, others anywhere. Before you output your stickers, you must write the following:

{$stickers_start}
// Your other data here ...
{$stickers_end}

Once inside a loop, you can use any of the following variables:

{$sticker_img_16} - output sticker image, width 16px
{$sticker_img_32} - output sticker image, width 32px
{$sticker_img_64} - output sticker image, width 64px
{$sticker_img_128} - output sticker image, width 128px
{$sticker_name} - output sticker name
{$sticker_img_url} - output the sticker URL
{$sticker_url} - output sticker profile URL

Outside a loop you can use the following:

{$stickers} - output all the images of your social networks using settings in the general tab
{$facebook_likes} - output the number of Facebook likes on your page (you must set the Facebook variables first)
{$facebook_talking_about} - output how many people are talking about your Facebook page (you must set the Facebook variables first)
{$twitter_followers} - output the number of Twitter followers you have (you must set the Twitter variables first)
{$twitter_following} - output the number of Twitter users following you (you must set the Twitter variables first)

For example if you want to output stickers in size 32px and add some Facebook and Twitter data in the end you would enter the following in the custom HTML box:

<p>Add me on any of the social networks!</p>

<p>
{$stickers_start}
    <a href="{$sticker_url}" target="_blank" title="{$sticker_name}">{$sticker_img_32}</a>
{$stickers_end}
</p>

<p>We have {$facebook_likes} likes on Facebook and {$facebook_talking_about} people talking about us. We also have {$twitter_followers} followers on Twitter!

And this is basically it.

Packed themes

Social Stickers comes packed (originally) with the following themes:

  • Simple Icons by Dan Leech
  • Circle Media by Umar Irshad
  • Picons Social by Morphix Studio
  • Simplito by DesignDeck
  • Somicro by Veodesign
  • Media Baloons by Jack Cai

All themes, their authors and links are respectfully credited in the plugin itself when you select a theme. All themes are either under the GPLv2 license or are allowed to be freely distributed.

Author

The author of this plugin is Bostjan Cigan, visit the homepage.

Donators

Thank you to the following people who have donated so far:

  • Pastrana Gomez
  • Ollie Smith
  • Sue Parker
  • Jay
  • Paal
  • David Chartier

Screenshots

  1. Plugin in widget mode (default theme - small icon size)

    Plugin in widget mode (default theme – small icon size)

  2. Plugin in widget mode (picons social theme - medium icon size)

    Plugin in widget mode (picons social theme – medium icon size)

  3. Plugin settings page (simple plugin mode settings)

    Plugin settings page (simple plugin mode settings)

  4. Plugin settings page (advanced plugin mode settings)

    Plugin settings page (advanced plugin mode settings)


Reviews & Comments