Version Description
- Added CSS3 animation transitions for Firefox 4. Going with x.x.5 since this is neither a bug fix (x.x.1), nor an all-out feature addition (x.1).
Download this release
Release Info
Developer | brianfreytag |
Plugin | Social Media Widget |
Version | 2.3.5 |
Comparing to | |
See all releases |
Code changes from version 2.3 to 2.3.5
- readme.txt +5 -1
- social-widget.php +1 -1
- social_widget.css +5 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.idontlikethisgame.com/code/donate/
|
|
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
|
5 |
Requires at least: 2.9.1
|
6 |
Tested up to: 3.0
|
7 |
-
Stable tag: 2.3
|
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 |
|
@@ -117,6 +117,10 @@ First - calm down. I'm happy to help you, and, if you ask those I've helped alre
|
|
117 |
For help, you can send an e-mail to <a href="mailto:brifreytag@gmail.com">brifreytag_at_gmail.com</a> or get ahold of me via twitter at <a href="http://www.twitter.com/brianfreytag">@brianfreytag</a>
|
118 |
|
119 |
== Changelog ==
|
|
|
|
|
|
|
|
|
120 |
= 2.3 =
|
121 |
|
122 |
* Added support for Digital Tunes and Soundcloud.
|
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
|
5 |
Requires at least: 2.9.1
|
6 |
Tested up to: 3.0
|
7 |
+
Stable tag: 2.3.5
|
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 |
|
117 |
For help, you can send an e-mail to <a href="mailto:brifreytag@gmail.com">brifreytag_at_gmail.com</a> or get ahold of me via twitter at <a href="http://www.twitter.com/brianfreytag">@brianfreytag</a>
|
118 |
|
119 |
== Changelog ==
|
120 |
+
= 2.3.5 =
|
121 |
+
|
122 |
+
* Added CSS3 animation transitions for Firefox 4. Going with x.x.5 since this is neither a bug fix (x.x.1), nor an all-out feature addition (x.1).
|
123 |
+
|
124 |
= 2.3 =
|
125 |
|
126 |
* Added support for Digital Tunes and Soundcloud.
|
social-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://www.idontlikethisgame.com/updates/social-media-widget/
|
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.3
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.idontlikethisgame.com/
|
9 |
**/
|
3 |
* Plugin Name: Social Media Widget
|
4 |
* Plugin URI: http://www.idontlikethisgame.com/updates/social-media-widget/
|
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.3.5
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.idontlikethisgame.com/
|
9 |
**/
|
social_widget.css
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
/* Custom Styles For The Social Media Widget Icons */
|
2 |
|
3 |
.socialmedia-buttons {
|
4 |
-
margin-top: 5px 0 0 0;
|
5 |
-
|
6 |
}
|
7 |
|
8 |
li.Social_Widget a {
|
@@ -29,6 +28,7 @@ li.Social_Widget a {
|
|
29 |
opacity: 1 !important;
|
30 |
-moz-opacity: 1 !important;
|
31 |
-webkit-transition: all 0.2s ease-in;
|
|
|
32 |
transition: all 0.2s ease;
|
33 |
}
|
34 |
|
@@ -36,6 +36,7 @@ li.Social_Widget a {
|
|
36 |
-moz-transform: scale(1.2);
|
37 |
-webkit-transform: scale(1.2);
|
38 |
-webkit-transition: all 0.2s ease-in;
|
|
|
39 |
-ms-zoom: 1.2;
|
40 |
transition: all 0.2s ease;
|
41 |
}
|
@@ -45,6 +46,7 @@ li.Social_Widget a {
|
|
45 |
-moz-transform: translate(0px, -2px);
|
46 |
-webkit-transform: translate(0px, -2px);
|
47 |
-webkit-transition: -webkit-transform 0.2s ease-in;
|
|
|
48 |
transition: all 0.2s ease;
|
49 |
|
50 |
}
|
@@ -57,5 +59,6 @@ li.Social_Widget a {
|
|
57 |
opacity: 1 !important;
|
58 |
-moz-opacity: 1 !important;
|
59 |
-webkit-transition: all 0.2s ease-in;
|
|
|
60 |
transition: all 0.2s ease;
|
61 |
}
|
1 |
/* Custom Styles For The Social Media Widget Icons */
|
2 |
|
3 |
.socialmedia-buttons {
|
4 |
+
margin-top: 5px 0 0 0;
|
|
|
5 |
}
|
6 |
|
7 |
li.Social_Widget a {
|
28 |
opacity: 1 !important;
|
29 |
-moz-opacity: 1 !important;
|
30 |
-webkit-transition: all 0.2s ease-in;
|
31 |
+
-moz-transition: all 0.2s ease-in;
|
32 |
transition: all 0.2s ease;
|
33 |
}
|
34 |
|
36 |
-moz-transform: scale(1.2);
|
37 |
-webkit-transform: scale(1.2);
|
38 |
-webkit-transition: all 0.2s ease-in;
|
39 |
+
-moz-transition: all 0.2s ease-in;
|
40 |
-ms-zoom: 1.2;
|
41 |
transition: all 0.2s ease;
|
42 |
}
|
46 |
-moz-transform: translate(0px, -2px);
|
47 |
-webkit-transform: translate(0px, -2px);
|
48 |
-webkit-transition: -webkit-transform 0.2s ease-in;
|
49 |
+
-moz-transition: all 0.2s ease-in;
|
50 |
transition: all 0.2s ease;
|
51 |
|
52 |
}
|
59 |
opacity: 1 !important;
|
60 |
-moz-opacity: 1 !important;
|
61 |
-webkit-transition: all 0.2s ease-in;
|
62 |
+
-moz-transition: all 0.2s ease-in;
|
63 |
transition: all 0.2s ease;
|
64 |
}
|