=== Plugin Name ===
Contributors: noobox
Donate link: #
Tags: widget, social
Requires at least: 1.0
Tested up to: 1.0
Stable tag: "trunk"
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin will let you add custom social links. Simple but flexible. You can specify tags to show your links and manage them through widgets panel.
== Description ==
This is simple plugin but very essential. We have to put social icons e.g facebook, twitter, linkedin as well as links into websites. Most of the time we do it in hard code. This plugin allows you to manage social icons via wordpress widget. You will be able to specify logos, title and link for each icons!
Each widget generates this code automatically:
< a href="Your Social Network Link" title="Your Social Network Title" >< img src="Your Selected Image" alt="Your Social Network Title" /> a>
Add separate widget for each social link.
i.e: Starting Tag< a href="Social Link" title="Social Icon Name" >< img src="Social Icon" alt="Social Icon Name" /> a>Ending Tag
i.e: