Version Description
- Changed plugin uri to reflect change to a forum-based system. It became too jumbled a mess trying to sort through comments on multiple posts and e-mails.
Download this release
Release Info
Developer | brianfreytag |
Plugin | Social Media Widget |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4 to 2.4.1
- readme.txt +8 -3
- social-widget.php +2 -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, tumblr, hyves, etsy, tungle, plancast, slideshare, deviantart, better business bureau, merchant circle, asmallworld
|
5 |
Requires at least: 2.9.1
|
6 |
Tested up to: 3.0.1
|
7 |
-
Stable tag: 2.4
|
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 |
|
@@ -96,6 +96,7 @@ Follow the steps below to upgrade.
|
|
96 |
2. Overwrite all files in the social-media-widget folder within the /wp-content/plugins directory
|
97 |
3. Enable the plugin
|
98 |
4. Go to Appearance->Widgets and activate the widget (Social Widget), set options and click save
|
|
|
99 |
|
100 |
|
101 |
== Screenshots ==
|
@@ -109,7 +110,7 @@ Follow the steps below to upgrade.
|
|
109 |
== Frequently Asked Questions ==
|
110 |
|
111 |
= Can you add [insert social media service] support =
|
112 |
-
Yes I can.
|
113 |
|
114 |
= Why aren't the animations working in Internet Explorer 6+ =
|
115 |
The only animation supported by Internet Explorer is Scale, and that only works reliably with Internet Explorer 8. Scale is also included in Combo. No other animations will work. This is because I do not want to use Javascript to animate my icons. All of these animations are using CSS3 styles. The animations work the best with Webkit based browsers such as Chrome and Safari, though Firefox is fully supported without transition animations.
|
@@ -125,9 +126,13 @@ First - calm down. I'm happy to help you, and, if you ask those I've helped alre
|
|
125 |
|
126 |
== Help ==
|
127 |
|
128 |
-
For help,
|
129 |
|
130 |
== Changelog ==
|
|
|
|
|
|
|
|
|
131 |
= 2.4 =
|
132 |
|
133 |
* Added support for 10 more services. See description to see what's added. Too many to list here.
|
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
|
5 |
Requires at least: 2.9.1
|
6 |
Tested up to: 3.0.1
|
7 |
+
Stable tag: 2.4.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 |
|
96 |
2. Overwrite all files in the social-media-widget folder within the /wp-content/plugins directory
|
97 |
3. Enable the plugin
|
98 |
4. Go to Appearance->Widgets and activate the widget (Social Widget), set options and click save
|
99 |
+
5. Note that newly added services will more than likely automatically generate URLs. You'll need to go in there and delete them
|
100 |
|
101 |
|
102 |
== Screenshots ==
|
110 |
== Frequently Asked Questions ==
|
111 |
|
112 |
= Can you add [insert social media service] support =
|
113 |
+
Yes I can. Please go to my <a href="http://forums.idontlikethisgame.com/viewforum.php?f=3">SMW Forums</a> and request it there!
|
114 |
|
115 |
= Why aren't the animations working in Internet Explorer 6+ =
|
116 |
The only animation supported by Internet Explorer is Scale, and that only works reliably with Internet Explorer 8. Scale is also included in Combo. No other animations will work. This is because I do not want to use Javascript to animate my icons. All of these animations are using CSS3 styles. The animations work the best with Webkit based browsers such as Chrome and Safari, though Firefox is fully supported without transition animations.
|
126 |
|
127 |
== Help ==
|
128 |
|
129 |
+
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!
|
130 |
|
131 |
== Changelog ==
|
132 |
+
= 2.4.1 =
|
133 |
+
|
134 |
+
* Changed plugin uri to reflect change to a forum-based system. It became too jumbled a mess trying to sort through comments on multiple posts and e-mails.
|
135 |
+
|
136 |
= 2.4 =
|
137 |
|
138 |
* Added support for 10 more services. See description to see what's added. Too many to list here.
|
social-widget.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Social Media Widget
|
4 |
-
* Plugin URI: http://
|
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.4
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.idontlikethisgame.com/
|
9 |
**/
|
1 |
<?php
|
2 |
/**
|
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.4.1
|
7 |
* Author: Brian Freytag
|
8 |
* Author URI: http://www.idontlikethisgame.com/
|
9 |
**/
|