Version Description
- Made admin panel more condensed and user-friendly
- Added support for up to 12 custom services
- Added option to set the number of icons per row to '1'
- Reorganized and simplified code
Download this release
Release Info
Developer | bmwebproperties |
Plugin | Social Media Widget |
Version | 3.0 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0
- readme.txt +1 -5
- social-widget.php +3 -3
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: bmwebproperties
|
|
3 |
Tags: social media, twitter, facebook, google+, googleplus, myspace, digg, email, rss, reddit, linkedin, orkut, youtube, buzz, social, icons, links, subscribe, follow, follow me, friendfeed, flickr, stumbleupon, vimeo, delicious, meetup, lastfm, foursquare, skype, blogger, wordpress, yelp, soundcloud, digital tunes, tumblr, hyves, etsy, tungle, plancast, slideshare, deviantart, better business bureau, merchant circle, asmallworld, live365, ping, itunes, picasa, steam, google talk, pandora, hulu, ebay, flixster, imdb, bandcamp, ustream, pinterest
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 3.0
|
7 |
|
8 |
Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.
|
9 |
|
@@ -169,10 +169,6 @@ Please add a post on the Wordpress.org support forums with the plugin tagged.
|
|
169 |
|
170 |
== Changelog ==
|
171 |
|
172 |
-
= 3.0.1 =
|
173 |
-
|
174 |
-
* Bug fix
|
175 |
-
|
176 |
= 3.0 =
|
177 |
|
178 |
* Made admin panel more condensed and user-friendly
|
3 |
Tags: social media, twitter, facebook, google+, googleplus, myspace, digg, email, rss, reddit, linkedin, orkut, youtube, buzz, social, icons, links, subscribe, follow, follow me, friendfeed, flickr, stumbleupon, vimeo, delicious, meetup, lastfm, foursquare, skype, blogger, wordpress, yelp, soundcloud, digital tunes, tumblr, hyves, etsy, tungle, plancast, slideshare, deviantart, better business bureau, merchant circle, asmallworld, live365, ping, itunes, picasa, steam, google talk, pandora, hulu, ebay, flixster, imdb, bandcamp, ustream, pinterest
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 3.0
|
7 |
|
8 |
Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.
|
9 |
|
169 |
|
170 |
== Changelog ==
|
171 |
|
|
|
|
|
|
|
|
|
172 |
= 3.0 =
|
173 |
|
174 |
* Made admin panel more condensed and user-friendly
|
social-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://wordpress.org/extend/plugins/social-media-widget/
|
5 |
* Description: Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.
|
6 |
-
* Version: 3.0
|
7 |
* Author: Blink Web Effects
|
8 |
* Author URI: http://blinkwebeffects.com/
|
9 |
**/
|
@@ -386,8 +386,8 @@ class Social_Widget extends WP_Widget {
|
|
386 |
|
387 |
echo implode('', $html_chunks);
|
388 |
|
389 |
-
/* After widget (defined by themes). */
|
390 |
-
|
391 |
echo "</div>";
|
392 |
|
393 |
echo $after_widget;
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://wordpress.org/extend/plugins/social-media-widget/
|
5 |
* Description: Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.
|
6 |
+
* Version: 3.0
|
7 |
* Author: Blink Web Effects
|
8 |
* Author URI: http://blinkwebeffects.com/
|
9 |
**/
|
386 |
|
387 |
echo implode('', $html_chunks);
|
388 |
|
389 |
+
/* After widget (defined by themes). */
|
390 |
+
|
391 |
echo "</div>";
|
392 |
|
393 |
echo $after_widget;
|