WordPress Social Media Plugin

Published on : October 19, 2012

Author:

Category: Plugins

Tag: wordpress social media widgets


easy social icons wordpress plugin
There are many social media plugins available in WordPress plugin repository. Many of them have good features and options, but I don’t find any plugin that is so easy and has the option to upload your own custom social share icon. I had badly needed this feature for many of my projects, and then I built a simple plugin where you will get the following features.

  • You can upload your own social icons, set URL for that icon with sort order, target window etc.
  • You will get the add/edit/delete option for icons
  • You can set the icon width and height to fit in your template/design perfectly
  • You can display your social share icon vertically or horizontally to match perfectly with your template/design.
  • You can put your social icon set in the sidebar using the widget
  • You can insert your social icon set in pages/posts using short code
  • Also if you are familiar with php code then you can use the template tag to place the social icon set anywhere in the php template file

Definitely you will agree with me if you try this plugin once, I tried to keep it as simple as possible to use.

Well you can download this plugin from here. Just follow the readme.txt inside the plugins folder for installation and usage. There are video instructions uploaded, you could check them out as well

Hopefully you will find this plugin helpful, also try out our other plugins !


5 replies on “WordPress Social Media Plugin”

I’ve activated the Easy Social plugin and now I’m stuck. I need this to show under each post, but there’s no installation instructions on how to do that on your site. I thought I saw it somewhere, and it included putting a code in my CSS file but can’t find the link. Can you send it to me or send me the instructions on making this thing work.

Thank you

Hi Danil,

If you want to show it on under each post then you have to use the php template tag <?php if ( function_exists(‘cn_social_icon’) ) echo cn_social_icon(); ?> in the index.php file or single.php. Hope you have got it.

Thanks to try our plugins.

Hello samrat !
Thanx for nice plugin! But Ive got a problem. There are not icons in adminpanel and on the site. Im using php code in single.php. May be permissions on plugin folder?

Leave a Reply

Your email address will not be published. Required fields are marked *