Easy Social Icons - Version 1.2.4.1

Version Description

  • Banner added in plugins pages
Download this release

Release Info

Developer cybernetikz
Plugin Icon 128x128 Easy Social Icons
Version 1.2.4.1
Comparing to
See all releases

Code changes from version 1.2.4 to 1.2.4.1

Files changed (3) hide show
  1. css/admin-style.css +5 -1
  2. easy-social-icons.php +25 -5
  3. readme.txt +16 -24
css/admin-style.css CHANGED
@@ -1,3 +1,7 @@
1
  .content_wrapper{ display:table; width:100%;}
2
  .content_wrapper .left{ display:table-cell; float:none; vertical-align:top; }
3
- .content_wrapper .right{ display:table-cell; float:none; vertical-align:top; width:261px; padding:0 0 0 20px; }
 
 
 
 
1
  .content_wrapper{ display:table; width:100%;}
2
  .content_wrapper .left{ display:table-cell; float:none; vertical-align:top; }
3
+ .content_wrapper .right{ display:table-cell; float:none; vertical-align:top; width:261px; padding:0 0 0 20px; }
4
+ @media screen and (max-width: 1200px) {
5
+ .content_wrapper .left{ float:left; width:100%; }
6
+ .content_wrapper .right{ float:left; width:100%; padding:20px 0 0 0; }
7
+ }
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>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
6
- Version: 1.2.4
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
@@ -34,7 +34,7 @@ function cnss_admin_sidebar() {
34
  'alt' => 'Banner 3',
35
  ),
36
  );
37
- shuffle( $banners );
38
  ?>
39
  <div class="cn_admin_banner">
40
  <?php
@@ -341,7 +341,9 @@ function cnss_social_icon_sort_fn() {
341
  <h2>Sort Icon</h2>
342
 
343
  <div id="ajax-response"></div>
344
-
 
 
345
  <noscript>
346
  <div class="error message">
347
  <p><?php _e('This plugin can\'t work without javascript, because it\'s use drag and drop and AJAX.', 'cpt') ?></p>
@@ -393,7 +395,12 @@ function cnss_social_icon_sort_fn() {
393
  });
394
  });
395
  </script>
396
-
 
 
 
 
 
397
  </div>
398
  <?php
399
  }
@@ -473,6 +480,8 @@ if($msg!='') echo '<div id="message" class="updated fade">'.$msg.'</div>';
473
  if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
474
  ?>
475
  <h2><?php echo $page_title;?></h2>
 
 
476
  <form method="post" enctype="multipart/form-data" action="">
477
  <?php wp_nonce_field('cn_insert_icon'); ?>
478
  <table class="form-table">
@@ -525,6 +534,11 @@ if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
525
  </p>
526
  </form>
527
  </div>
 
 
 
 
 
528
  <?php
529
  }
530
 
@@ -556,7 +570,8 @@ function cnss_social_icon_page_fn() {
556
  }
557
  }
558
  </script>
559
-
 
560
  <table class="widefat page fixed" cellspacing="0">
561
  <thead>
562
  <tr valign="top">
@@ -617,6 +632,11 @@ function cnss_social_icon_page_fn() {
617
  </tr>
618
  </tfoot>
619
  </table>
 
 
 
 
 
620
  </div>
621
  <?php
622
  }
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>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
6
+ Version: 1.2.4.1
7
  Author: cybernetikz
8
  Author URI: http://www.cybernetikz.com
9
  License: GPL2
34
  'alt' => 'Banner 3',
35
  ),
36
  );
37
+ //shuffle( $banners );
38
  ?>
39
  <div class="cn_admin_banner">
40
  <?php
341
  <h2>Sort Icon</h2>
342
 
343
  <div id="ajax-response"></div>
344
+ <div class="content_wrapper">
345
+ <div class="left">
346
+
347
  <noscript>
348
  <div class="error message">
349
  <p><?php _e('This plugin can\'t work without javascript, because it\'s use drag and drop and AJAX.', 'cpt') ?></p>
395
  });
396
  });
397
  </script>
398
+
399
+ </div>
400
+ <div class="right">
401
+ <?php cnss_admin_sidebar(); ?>
402
+ </div>
403
+ </div>
404
  </div>
405
  <?php
406
  }
480
  if($err!='') echo '<div id="message" class="error fade">'.$err.'</div>';
481
  ?>
482
  <h2><?php echo $page_title;?></h2>
483
+ <div class="content_wrapper">
484
+ <div class="left">
485
  <form method="post" enctype="multipart/form-data" action="">
486
  <?php wp_nonce_field('cn_insert_icon'); ?>
487
  <table class="form-table">
534
  </p>
535
  </form>
536
  </div>
537
+ <div class="right">
538
+ <?php cnss_admin_sidebar(); ?>
539
+ </div>
540
+ </div>
541
+ </div>
542
  <?php
543
  }
544
 
570
  }
571
  }
572
  </script>
573
+ <div class="content_wrapper">
574
+ <div class="left">
575
  <table class="widefat page fixed" cellspacing="0">
576
  <thead>
577
  <tr valign="top">
632
  </tr>
633
  </tfoot>
634
  </table>
635
+ </div>
636
+ <div class="right">
637
+ <?php cnss_admin_sidebar(); ?>
638
+ </div>
639
+ </div>
640
  </div>
641
  <?php
642
  }
readme.txt CHANGED
@@ -1,49 +1,38 @@
1
  === Easy Social Icons ===
2
  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
5
  Requires at least: 3.5
6
- Tested up to: 4.2.4
7
- Stable tag: 1.2.4
8
 
9
- You can upload your own social icon, set your social URL, choose whether you want to display vertical or horizontal.
10
 
11
  == Description ==
12
 
13
- You can upload your own social icon, set your social URL, choose whether 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>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for sidebar.
14
 
15
- <strong>There is no predefined/built-in social icon added in this plugins, you have to upload your own custom social icons first.</strong>
16
 
17
  If you are using <strong>wordpress version lower than 3.5</strong> please use "Easy Social Icons" version
18
  <a href="https://downloads.wordpress.org/plugin/easy-social-icons.1.0.zip">1.1</a>
19
 
20
- > <strong>PAID SUPPORT ($30/Hr, We ACCEPT PAYPAL )</strong>
21
- >
22
- > We assume most of the users would find it easy to install & use this plugin but those who needs <strong><em>PAID SUPPORT</em></strong> on any of the following:
23
- >
24
- > <strong>a. Get the plugin installed </strong>
25
- >
26
- > <strong>b. Custom feature, custom theme </strong>
27
- >
28
- > <strong>c. Auditing your wordpress theme & hosting environment</strong>
29
- >
30
- > <strong>d. Google analytics & webmaster tools support</strong>
31
- >
32
- > <strong>e. Custom social icon set $35</strong>
33
  >
34
- > please send an email to this address <a href="mailto:support@cybernetikz.com">support@cybernetikz.com</a>
35
 
36
  = Key Feature =
37
 
38
- * You can upload your own social icons, set URL for that icon with sort order, target window etc.
39
  * Work with responsive website
40
  * You will get the add/edit/delete option for icons
41
  * You can set the icon width and height to fit in your template/design perfectly
42
- * You can display your social share icon vertically or horizontally to match perfectly with your template/design.
43
  * You can put your social icon set in the sidebar using the widget
44
- * You can insert your social icon set in pages/posts using short code
45
  * Sort social media icons using drag drop
46
- * Also if you are familiar with php code then you can use the template tag to place the social icon set anywhere in the php template file
47
  * Responsive feature added
48
 
49
  Please visit our site <a target="_blank" href="http://www.cybernetikz.com/blog/wordpress-plugins-easy-social-icons/">www.cybernetikz.com/</a>
@@ -80,6 +69,9 @@ If you are using wordpress version lower than 3.5 please use Easy social Icon ve
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 1.2.4 =
84
  * Bug fix, Security updates
85
 
1
  === Easy Social Icons ===
2
  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
5
  Requires at least: 3.5
6
+ Tested up to: 4.5
7
+ Stable tag: 1.2.4.1
8
 
9
+ Using this social media plugin you can upload your own social icon, set your social URL, choose whether you want to display vertically or horizontally.
10
 
11
  == Description ==
12
 
13
+ You can upload your own social icon, set your social URL, choose whether you want to display vertically or horizontally. You can use the shortcode <strong>[cn-social-icon]</strong> in page/post, template tag for PHP file, <strong>&lt;?php if ( function_exists('cn_social_icon') ) echo cn_social_icon(); ?&gt;</strong> also you can use the widget <strong>"Easy Social Icons"</strong> for the sidebar.
14
 
15
+ <strong>There is no predefined/built-in social icon added in this plugin, you have to upload your own custom social icons first.</strong>
16
 
17
  If you are using <strong>wordpress version lower than 3.5</strong> please use "Easy Social Icons" version
18
  <a href="https://downloads.wordpress.org/plugin/easy-social-icons.1.0.zip">1.1</a>
19
 
20
+
21
+ > <strong>Paid Support</strong> ( $30 / Hour, We accept PayPal )
 
 
 
 
 
 
 
 
 
 
 
22
  >
23
+ > Email us if you need <strong>paid support</strong>, <a href="mailto:support@cybernetikz.com">support@cybernetikz.com</a>
24
 
25
  = Key Feature =
26
 
27
+ * You can upload your own social icons, set URL for that icon with sort order, target windows etc.
28
  * Work with responsive website
29
  * You will get the add/edit/delete option for icons
30
  * You can set the icon width and height to fit in your template/design perfectly
31
+ * You can display your social share icons vertically or horizontally to match perfectly with your template/design.
32
  * You can put your social icon set in the sidebar using the widget
33
+ * You can insert your social icon set in pages/posts using shortcode
34
  * Sort social media icons using drag drop
35
+ * Also if you are familiar with PHP code then you can use the template tag to place the social icon set anywhere in the PHP template file
36
  * Responsive feature added
37
 
38
  Please visit our site <a target="_blank" href="http://www.cybernetikz.com/blog/wordpress-plugins-easy-social-icons/">www.cybernetikz.com/</a>
69
 
70
  == Changelog ==
71
 
72
+ = 1.2.4.1 =
73
+ * Banner added in plugins pages
74
+
75
  = 1.2.4 =
76
  * Bug fix, Security updates
77