Social Media Widget - Version 2.9.1

Version Description

  • I'm stupid and forgot to commit the sketch icons to 2.9.
Download this release

Release Info

Developer brianfreytag
Plugin Icon 128x128 Social Media Widget
Version 2.9.1
Comparing to
See all releases

Code changes from version 2.9 to 2.9.1

images/sketch/16/bandcamp.png ADDED
Binary file
images/sketch/16/ebay.png ADDED
Binary file
images/sketch/16/flixster.png ADDED
Binary file
images/sketch/16/hulu.png ADDED
Binary file
images/sketch/16/imdb.png ADDED
Binary file
images/sketch/16/pandora.png ADDED
Binary file
images/sketch/16/steam.png ADDED
Binary file
images/sketch/16/talk.png ADDED
Binary file
images/sketch/16/ustream.png ADDED
Binary file
images/sketch/32/bandcamp.png ADDED
Binary file
images/sketch/32/ebay.png ADDED
Binary file
images/sketch/32/flixster.png ADDED
Binary file
images/sketch/32/hulu.png ADDED
Binary file
images/sketch/32/imdb.png ADDED
Binary file
images/sketch/32/pandora.png ADDED
Binary file
images/sketch/32/steam.png ADDED
Binary file
images/sketch/32/talk.png ADDED
Binary file
images/sketch/32/ustream.png ADDED
Binary file
images/sketch/64/bandcamp.png ADDED
Binary file
images/sketch/64/ebay.png ADDED
Binary file
images/sketch/64/flixster.png ADDED
Binary file
images/sketch/64/hulu.png ADDED
Binary file
images/sketch/64/imdb.png ADDED
Binary file
images/sketch/64/pandora.png ADDED
Binary file
images/sketch/64/steam.png ADDED
Binary file
images/sketch/64/talk.png ADDED
Binary file
images/sketch/64/ustream.png ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.precisionwebdev.com/content/open-source-code-donations
4
  Tags: social media, twitter, facebook, 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
5
  Requires at least: 2.9.1
6
  Tested up to: 3.1
7
- Stable tag: 2.9
8
 
9
  Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
10
 
@@ -168,6 +168,10 @@ First - calm down. I'm happy to help you, and, if you ask those I've helped alre
168
  For help, please go to my <a href="http://forums.idontlikethisgame.com/viewforum.php?f=3">SMW Forums</a> and ask whatever questions you need!
169
 
170
  == Changelog ==
 
 
 
 
171
  = 2.9 =
172
 
173
  * Added support for Steam, Google Talk, Pandora, Hulu, Ebay, Flixster, IMDb, BandCamp, UStream.tv
4
  Tags: social media, twitter, facebook, 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
5
  Requires at least: 2.9.1
6
  Tested up to: 3.1
7
+ Stable tag: 2.9.1
8
 
9
  Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
10
 
168
  For help, please go to my <a href="http://forums.idontlikethisgame.com/viewforum.php?f=3">SMW Forums</a> and ask whatever questions you need!
169
 
170
  == Changelog ==
171
+ = 2.9.1 =
172
+
173
+ * I'm stupid and forgot to commit the sketch icons to 2.9.
174
+
175
  = 2.9 =
176
 
177
  * Added support for Steam, Google Talk, Pandora, Hulu, Ebay, Flixster, IMDb, BandCamp, UStream.tv
social-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Media Widget
4
  * Plugin URI: http://forums.idontlikethisgame.com/viewforum.php?f=3
5
  * Description: Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
6
- * Version: 2.9
7
  * Author: Brian Freytag
8
  * Author URI: http://www.precisionwebdev.com
9
  **/
3
  * Plugin Name: Social Media Widget
4
  * Plugin URI: http://forums.idontlikethisgame.com/viewforum.php?f=3
5
  * Description: Adds links to all of your social media and sharing site profiles. Icons come in 3 sizes, 4 icon styles, and 4 animations.
6
+ * Version: 2.9.1
7
  * Author: Brian Freytag
8
  * Author URI: http://www.precisionwebdev.com
9
  **/
social_widget.css CHANGED
@@ -19,7 +19,7 @@
19
  li.Social_Widget a {
20
  padding: 0;
21
  margin: 0;
22
- background: none;
23
  }
24
 
25
  .socialmedia-buttons img {
@@ -34,7 +34,7 @@ li.Social_Widget a {
34
  }
35
 
36
  .socialmedia-buttons a {
37
- background: none;
38
  }
39
 
40
  .socialmedia-buttons a:hover {
19
  li.Social_Widget a {
20
  padding: 0;
21
  margin: 0;
22
+ background: none !important;
23
  }
24
 
25
  .socialmedia-buttons img {
34
  }
35
 
36
  .socialmedia-buttons a {
37
+ background: none !important;
38
  }
39
 
40
  .socialmedia-buttons a:hover {