Version Description
- add email, address, mobile font-awesome icons
- typo fix
Download this release
Release Info
Developer | cybernetikz |
Plugin | Easy Social Icons |
Version | 3.0.4 |
Comparing to | |
See all releases |
Code changes from version 3.0.3 to 3.0.4
- easy-social-icons.php +5 -3
- fa-brand-icons.php +9 -0
- images/banner-3.jpg +0 -0
- readme.txt +5 -1
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
|
@@ -687,6 +687,7 @@ function cnss_social_icon_sort_fn() {
|
|
687 |
|
688 |
?>
|
689 |
<div class="wrap">
|
|
|
690 |
<h2>Sort Icons</h2>
|
691 |
|
692 |
<div id="ajax-response"></div>
|
@@ -909,6 +910,7 @@ function cnss_social_icon_add_fn() {
|
|
909 |
<?php include_once 'fa-brand-icons.php'; ?>
|
910 |
</div>
|
911 |
<div class="wrap">
|
|
|
912 |
<?php
|
913 |
if($msg!='') echo '<div id="message" class="updated fade">'.$msg.'</div>';
|
914 |
if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
|
@@ -960,7 +962,7 @@ if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
|
|
960 |
<input style="vertical-align:top" id="logo_image_button" class="button" type="button" value="Upload Your Own Image Icon" />
|
961 |
|
962 |
<input style="vertical-align:top" type="hidden" name="image_file" id="image_file" class="regular-text" value="<?php echo $image_url ?>" readonly="readonly" />
|
963 |
-
<p><em>You can download image icon from <a target="_blank" href="http://www.cybernetikz.com/wordpress-magento-plugins/wordpress-plugins/easy-social-icons/#
|
964 |
</td>
|
965 |
</tr>
|
966 |
|
@@ -1040,7 +1042,7 @@ function cnss_manage_icon_table_header() {
|
|
1040 |
|
1041 |
function cnss_esi_review_text()
|
1042 |
{
|
1043 |
-
return '<div class="cnss-esi-review"><p><span>Please <a target="_blank" href="https://wordpress.org/support/plugin/easy-social-icons/reviews/">review</a> this
|
1044 |
}
|
1045 |
|
1046 |
function cnss_social_icon_page_fn() {
|
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.4
|
7 |
Author: cybernetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
687 |
|
688 |
?>
|
689 |
<div class="wrap">
|
690 |
+
<?php echo cnss_esi_review_text(); ?>
|
691 |
<h2>Sort Icons</h2>
|
692 |
|
693 |
<div id="ajax-response"></div>
|
910 |
<?php include_once 'fa-brand-icons.php'; ?>
|
911 |
</div>
|
912 |
<div class="wrap">
|
913 |
+
<?php echo cnss_esi_review_text(); ?>
|
914 |
<?php
|
915 |
if($msg!='') echo '<div id="message" class="updated fade">'.$msg.'</div>';
|
916 |
if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
|
962 |
<input style="vertical-align:top" id="logo_image_button" class="button" type="button" value="Upload Your Own Image Icon" />
|
963 |
|
964 |
<input style="vertical-align:top" type="hidden" name="image_file" id="image_file" class="regular-text" value="<?php echo $image_url ?>" readonly="readonly" />
|
965 |
+
<p><em>You can download image icon from <a target="_blank" href="http://www.cybernetikz.com/wordpress-magento-plugins/wordpress-plugins/easy-social-icons/#inputbox-srcfield">here</a></em></p>
|
966 |
</td>
|
967 |
</tr>
|
968 |
|
1042 |
|
1043 |
function cnss_esi_review_text()
|
1044 |
{
|
1045 |
+
return '<div class="cnss-esi-review"><p><span>Please <a target="_blank" href="https://wordpress.org/support/plugin/easy-social-icons/reviews/">review</a> this plugin</span><span style="float: right;">Need support please <a target="_blank" href="http://www.cybernetikz.com/wordpress-magento-plugins/wordpress-plugins/easy-social-icons/#disqus_thread">contact us here</a></span></p></div>';
|
1046 |
}
|
1047 |
|
1048 |
function cnss_social_icon_page_fn() {
|
fa-brand-icons.php
CHANGED
@@ -227,6 +227,15 @@ function cnssSearchIconFn() {
|
|
227 |
<li><a href="#youtube"><i class="fa fa-youtube" aria-hidden="true"></i> youtube</a></li>
|
228 |
<li><a href="#youtube-play"><i class="fa fa-youtube-play" aria-hidden="true"></i> youtube-play</a></li>
|
229 |
<li><a href="#youtube-square"><i class="fa fa-youtube-square" aria-hidden="true"></i> youtube-square</a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
</ul>
|
231 |
</div>
|
232 |
</section>
|
227 |
<li><a href="#youtube"><i class="fa fa-youtube" aria-hidden="true"></i> youtube</a></li>
|
228 |
<li><a href="#youtube-play"><i class="fa fa-youtube-play" aria-hidden="true"></i> youtube-play</a></li>
|
229 |
<li><a href="#youtube-square"><i class="fa fa-youtube-square" aria-hidden="true"></i> youtube-square</a></li>
|
230 |
+
|
231 |
+
<li><a href="#mobile"><i class="fa fa-mobile" aria-hidden="true"></i> mobile</a></li>
|
232 |
+
<li><a href="#address-book"><i class="fa fa-address-book" aria-hidden="true"></i> address-book</a></li>
|
233 |
+
<li><a href="#address-book-o"><i class="fa fa-address-book-o" aria-hidden="true"></i> address-book-o</a></li>
|
234 |
+
<li><a href="#address-card"><i class="fa fa-address-card" aria-hidden="true"></i> address-card</a></li>
|
235 |
+
<li><a href="#address-card-o"><i class="fa fa-address-card-o" aria-hidden="true"></i> address-card-o</a></li>
|
236 |
+
<li><a href="#envelope"><i class="fa fa-envelope" aria-hidden="true"></i> email</a></li>
|
237 |
+
<li><a href="#envelope-o"><i class="fa fa-envelope-o" aria-hidden="true"></i> email-o</a></li>
|
238 |
+
|
239 |
</ul>
|
240 |
</div>
|
241 |
</section>
|
images/banner-3.jpg
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.3
|
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.3 =
|
80 |
* add review and support banner at top
|
81 |
* add original color for 39 font-awesome brand icons
|
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.3
|
7 |
+
Stable tag: 3.0.4
|
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.4 =
|
80 |
+
* add email, address, mobile font-awesome icons
|
81 |
+
* typo fix
|
82 |
+
|
83 |
= 3.0.3 =
|
84 |
* add review and support banner at top
|
85 |
* add original color for 39 font-awesome brand icons
|