Version Description
- add color to youtube play icon
- css fix for icons list in admin panel
Download this release
Release Info
Developer | cybernetikz |
Plugin | Easy Social Icons |
Version | 3.0.5 |
Comparing to | |
See all releases |
Code changes from version 3.0.4 to 3.0.5
- css/cnss.css +1 -0
- easy-social-icons.php +3 -3
- readme.txt +6 -2
css/cnss.css
CHANGED
@@ -28,6 +28,7 @@ ul.cnss-social-icon li.cn-fa-icon a.cnss-trello{background-color:#0079bf!importa
|
|
28 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-windows{background-color:#0078d7!important;}
|
29 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-yelp{background-color:#af0606!important;}
|
30 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube{background-color:#cd201f!important;}
|
|
|
31 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube-square{background-color:#cd201f!important;}
|
32 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-apple{background-color:#333333!important;}
|
33 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-bluetooth{background-color:#0082fc!important;}
|
28 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-windows{background-color:#0078d7!important;}
|
29 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-yelp{background-color:#af0606!important;}
|
30 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube{background-color:#cd201f!important;}
|
31 |
+
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube-play{background-color:#cd201f!important;}
|
32 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube-square{background-color:#cd201f!important;}
|
33 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-apple{background-color:#333333!important;}
|
34 |
ul.cnss-social-icon li.cn-fa-icon a.cnss-bluetooth{background-color:#0082fc!important;}
|
easy-social-icons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
-
Version: 3.0.
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
@@ -1289,7 +1289,7 @@ function _cn_social_icon_sc( $selected_icons_array = array() ) {
|
|
1289 |
$icon_count = count($icons);
|
1290 |
|
1291 |
ob_start();
|
1292 |
-
echo '<ul class="cnss-social-icon" style="text-align:left;">'."\r\n";
|
1293 |
$i=0;
|
1294 |
foreach($icons as $icon)
|
1295 |
{
|
@@ -1429,7 +1429,7 @@ class Cnss_Widget extends WP_Widget {
|
|
1429 |
|
1430 |
ob_start();
|
1431 |
if ($icons) {
|
1432 |
-
echo '<ul class="cnss-social-icon" style="text-align:left;">'."\r\n";
|
1433 |
$i=0;
|
1434 |
foreach($icons as $icon)
|
1435 |
{
|
3 |
Plugin Name: Easy Social Icons
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: You can upload your own social icon, set your social URL, choose weather you want to display vertical or horizontal. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for php file <strong><?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?></strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
|
6 |
+
Version: 3.0.5
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
1289 |
$icon_count = count($icons);
|
1290 |
|
1291 |
ob_start();
|
1292 |
+
echo '<ul class="cnss-social-icon-admin" style="text-align:left;">'."\r\n";
|
1293 |
$i=0;
|
1294 |
foreach($icons as $icon)
|
1295 |
{
|
1429 |
|
1430 |
ob_start();
|
1431 |
if ($icons) {
|
1432 |
+
echo '<ul class="cnss-social-icon-admin-widget" style="text-align:left;">'."\r\n";
|
1433 |
$i=0;
|
1434 |
foreach($icons as $icon)
|
1435 |
{
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: cybernetikz
|
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 3.0.
|
8 |
|
9 |
Upload your own social media icons or choose from font-awesome. Use widget|shortcode to place icons anywhere(sidebar, header, footer, page) in theme.
|
10 |
|
@@ -76,6 +76,10 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
|
|
76 |
|
77 |
== Changelog ==
|
78 |
|
|
|
|
|
|
|
|
|
79 |
= 3.0.4 =
|
80 |
* add email, address, mobile font-awesome icons
|
81 |
* typo fix
|
3 |
Donate link:
|
4 |
Tags: easy social icon,easy social icons,social icon,social icons,social,social share,follow,followus,follow us,share,icon,custom social icons, social media icons
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.7.5
|
7 |
+
Stable tag: 3.0.5
|
8 |
|
9 |
Upload your own social media icons or choose from font-awesome. Use widget|shortcode to place icons anywhere(sidebar, header, footer, page) in theme.
|
10 |
|
76 |
|
77 |
== Changelog ==
|
78 |
|
79 |
+
= 3.0.5 =
|
80 |
+
* add color to youtube play icon
|
81 |
+
* css fix for icons list in admin panel
|
82 |
+
|
83 |
= 3.0.4 =
|
84 |
* add email, address, mobile font-awesome icons
|
85 |
* typo fix
|