Social Counter for WordPress – AccessPress Social Counter - Version 1.6.0

Version Description

  • Added tutuorial video in how to use section.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Counter for WordPress – AccessPress Social Counter
Version 1.6.0
Comparing to
See all releases

Code changes from version 1.5.9 to 1.6.0

accesspress-social-counter.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: AccessPress Social Counter
4
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
5
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
6
- * Version: 1.5.9
7
  * Author: AccessPress Themes
8
  * Author URI: http://accesspressthemes.com
9
  * Text Domain: aps-counter
@@ -24,7 +24,7 @@ if (!defined('SC_CSS_DIR')) {
24
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
25
  }
26
  if (!defined('SC_VERSION')) {
27
- define('SC_VERSION', '1.5.9');
28
  }
29
  /**
30
  * Register of widgets
3
  * Plugin Name: AccessPress Social Counter
4
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
5
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
6
+ * Version: 1.6.0
7
  * Author: AccessPress Themes
8
  * Author URI: http://accesspressthemes.com
9
  * Text Domain: aps-counter
24
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
25
  }
26
  if (!defined('SC_VERSION')) {
27
+ define('SC_VERSION', '1.6.0');
28
  }
29
  /**
30
  * Register of widgets
inc/backend/boards/how-to-use.php CHANGED
@@ -8,5 +8,8 @@
8
  [aps-get-count social_media="facebook/twitter/googlePlus/instagram/youtube/soundcloud/dribbble/posts/comments" count_format="default/comma/short"]
9
  <p><strong>Note</strong>: Use any value separated by "/" . For example [aps-get-count social_media="facebook" count_format="short"]</p>
10
 
 
 
 
11
  </div>
12
  </div>
8
  [aps-get-count social_media="facebook/twitter/googlePlus/instagram/youtube/soundcloud/dribbble/posts/comments" count_format="default/comma/short"]
9
  <p><strong>Note</strong>: Use any value separated by "/" . For example [aps-get-count social_media="facebook" count_format="short"]</p>
10
 
11
+ <p>You can check our full plugin setup tutorial in below video.</p>
12
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/3WAvqRrHzkM?controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
13
+
14
  </div>
15
  </div>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social count, social counter, social counters, social media counters, soci
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.5
7
- Stable tag: 1.5.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -46,6 +46,8 @@ Note: If Instagram followers count is returning 0, it is due to change in the in
46
  - Dedicated email, forum support
47
  * <strong>Free updates</strong>
48
  - Get free updates for lifetime.
 
 
49
 
50
  = Premium Features: =
51
  ★ Major 18 social media included(Facebook, Twitter, Google+, Instagram,
@@ -127,6 +129,9 @@ Once you install the plugin , you can check some general documentation about how
127
  5. Backend Cache Settings Section
128
 
129
  == Changelog ==
 
 
 
130
  = 1.5.9 =
131
  * Added Belarussian Language
132
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.5
7
+ Stable tag: 1.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
46
  - Dedicated email, forum support
47
  * <strong>Free updates</strong>
48
  - Get free updates for lifetime.
49
+
50
+ [youtube https://www.youtube.com/watch?v=96E67Z6AKM8]
51
 
52
  = Premium Features: =
53
  ★ Major 18 social media included(Facebook, Twitter, Google+, Instagram,
129
  5. Backend Cache Settings Section
130
 
131
  == Changelog ==
132
+ = 1.6.0 =
133
+ * Added tutuorial video in how to use section.
134
+
135
  = 1.5.9 =
136
  * Added Belarussian Language
137