Social Media Widget - Version 4.0

Version Description

  • MAJOR NEW RELEASE!
  • Arrange your icons in a custom order!
  • You can now adjust the Alt and Title tags for each icon individually.
  • Change the "target" properties for each icon individually (open in same or new window).
  • Google+ now includes rel="publisher"
  • Updated Twitter icon in default pack to the official icon
Download this release

Release Info

Developer bmwebproperties
Plugin Icon 128x128 Social Media Widget
Version 4.0
Comparing to
See all releases

Code changes from version 4.0.1 to 4.0

images/cutout/16/blogger.png CHANGED
File without changes
images/cutout/16/delicious.png CHANGED
File without changes
images/cutout/16/flickr.png CHANGED
File without changes
images/cutout/16/picasa.png CHANGED
File without changes
images/cutout/16/stumble.png CHANGED
File without changes
images/cutout/16/wordpress.png CHANGED
File without changes
images/cutout/32/blogger.png CHANGED
File without changes
images/cutout/32/delicious.png CHANGED
File without changes
images/cutout/32/flickr.png CHANGED
File without changes
images/cutout/32/picasa.png CHANGED
File without changes
images/cutout/32/wordpress.png CHANGED
File without changes
images/heart/16/blogger.png CHANGED
File without changes
images/heart/16/delicious.png CHANGED
File without changes
images/heart/16/flickr.png CHANGED
File without changes
images/heart/16/stumble.png CHANGED
File without changes
images/heart/16/vimeo.png CHANGED
File without changes
images/heart/16/wordpress.png CHANGED
File without changes
images/heart/32/blogger.png CHANGED
File without changes
images/heart/32/delicious.png CHANGED
File without changes
images/heart/32/flickr.png CHANGED
File without changes
images/heart/32/skype.png CHANGED
File without changes
images/heart/32/stumble.png CHANGED
File without changes
images/heart/32/vimeo.png CHANGED
File without changes
images/heart/32/wordpress.png CHANGED
File without changes
images/heart/64/blogger.png CHANGED
File without changes
images/heart/64/delicious.png CHANGED
File without changes
images/heart/64/flickr.png CHANGED
File without changes
images/heart/64/skype.png CHANGED
File without changes
images/heart/64/stumble.png CHANGED
File without changes
images/heart/64/vimeo.png CHANGED
File without changes
images/heart/64/wordpress.png CHANGED
File without changes
images/sketch/16/stumble.png CHANGED
File without changes
images/sketch/32/stumble.png CHANGED
File without changes
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, vk, 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, instagram, skyrock, github, goodreads, about me
4
  Requires at least: 2.9.2
5
  Tested up to: 3.5.1
6
- Stable tag: 4.0.1
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
 
@@ -180,10 +180,6 @@ Please add a post on the Wordpress.org support forums with the plugin tagged.
180
 
181
  == Changelog ==
182
 
183
- = 4.0.1 =
184
-
185
- * Remove potentially malicious code.
186
-
187
  = 4.0 =
188
 
189
  * MAJOR NEW RELEASE!
3
  Tags: social media, twitter, facebook, google+, googleplus, myspace, digg, email, rss, reddit, linkedin, orkut, youtube, vk, 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, instagram, skyrock, github, goodreads, about me
4
  Requires at least: 2.9.2
5
  Tested up to: 3.5.1
6
+ Stable tag: 4.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
 
180
 
181
  == Changelog ==
182
 
 
 
 
 
183
  = 4.0 =
184
 
185
  * MAJOR NEW RELEASE!
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: 4.0.1
7
  * Author: Blink Web Effects
8
  * Author URI: http://blinkwebeffects.com/
9
  **/
@@ -468,6 +468,7 @@ class Social_Widget extends WP_Widget {
468
 
469
  //echo implode('', $html_chunks);
470
 
 
471
  /* After widget (defined by themes). */
472
 
473
  echo "</div>";
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: 4.0
7
  * Author: Blink Web Effects
8
  * Author URI: http://blinkwebeffects.com/
9
  **/
468
 
469
  //echo implode('', $html_chunks);
470
 
471
+
472
  /* After widget (defined by themes). */
473
 
474
  echo "</div>";