Social Counter for WordPress – AccessPress Social Counter - Version 1.0.6

Version Description

  • Done few changes in backend social profiles
Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.6

accesspress-social-counter.php CHANGED
@@ -5,7 +5,7 @@ defined('ABSPATH') or die("No script kiddies please!");
5
  * Plugin Name: AccessPress Social Counter
6
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
7
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
8
- * Version: 1.0.5
9
  * Author: AccessPress Themes
10
  * Author URI: http://accesspressthemes.com
11
  * Text Domain: aps-counter
@@ -26,7 +26,7 @@ if (!defined('SC_CSS_DIR')) {
26
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
27
  }
28
  if (!defined('SC_VERSION')) {
29
- define('SC_VERSION', '1.0.5');
30
  }
31
  /**
32
  * Register of widgets
5
  * Plugin Name: AccessPress Social Counter
6
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-counter/
7
  * Description: A plugin to display your social accounts fans, subscribers and followers number on your website with handful of backend settings and interface.
8
+ * Version: 1.0.6
9
  * Author: AccessPress Themes
10
  * Author URI: http://accesspressthemes.com
11
  * Text Domain: aps-counter
26
  define('SC_CSS_DIR', plugin_dir_url(__FILE__) . 'css');
27
  }
28
  if (!defined('SC_VERSION')) {
29
+ define('SC_VERSION', '1.0.6');
30
  }
31
  /**
32
  * Register of widgets
inc/backend/boards/social-profiles.php CHANGED
@@ -38,28 +38,28 @@
38
  <label><?php _e('Twitter Consumer Key', 'aps-counter'); ?></label>
39
  <div class="apsc-option-field">
40
  <input type="text" name="social_profile[twitter][consumer_key]" value="<?php echo $apsc_settings['social_profile']['twitter']['consumer_key'];?>"/>
41
- <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps</a><?php _e('And get this information.'); ?></div>
42
  </div>
43
  </div>
44
  <div class="apsc-option-inner-wrapper">
45
  <label><?php _e('Twitter Consumer Secret', 'aps-counter'); ?></label>
46
  <div class="apsc-option-field">
47
  <input type="text" name="social_profile[twitter][consumer_secret]" value="<?php echo $apsc_settings['social_profile']['twitter']['consumer_secret'];?>"/>
48
- <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e('And get this information.'); ?></div>
49
  </div>
50
  </div>
51
  <div class="apsc-option-inner-wrapper">
52
  <label><?php _e('Twitter Access Token', 'aps-counter'); ?></label>
53
  <div class="apsc-option-field">
54
  <input type="text" name="social_profile[twitter][access_token]" value="<?php echo $apsc_settings['social_profile']['twitter']['access_token'];?>"/>
55
- <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e('And get this information.'); ?></div>
56
  </div>
57
  </div>
58
  <div class="apsc-option-inner-wrapper">
59
  <label><?php _e('Twitter Access Token Secret', 'aps-counter'); ?></label>
60
  <div class="apsc-option-field">
61
  <input type="text" name="social_profile[twitter][access_token_secret]" value="<?php echo $apsc_settings['social_profile']['twitter']['access_token_secret'];?>"/>
62
- <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e('And get this information.'); ?></div>
63
  </div>
64
  </div>
65
 
38
  <label><?php _e('Twitter Consumer Key', 'aps-counter'); ?></label>
39
  <div class="apsc-option-field">
40
  <input type="text" name="social_profile[twitter][consumer_key]" value="<?php echo $apsc_settings['social_profile']['twitter']['consumer_key'];?>"/>
41
+ <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps</a><?php _e(' and get this information.'); ?></div>
42
  </div>
43
  </div>
44
  <div class="apsc-option-inner-wrapper">
45
  <label><?php _e('Twitter Consumer Secret', 'aps-counter'); ?></label>
46
  <div class="apsc-option-field">
47
  <input type="text" name="social_profile[twitter][consumer_secret]" value="<?php echo $apsc_settings['social_profile']['twitter']['consumer_secret'];?>"/>
48
+ <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e(' and get this information.'); ?></div>
49
  </div>
50
  </div>
51
  <div class="apsc-option-inner-wrapper">
52
  <label><?php _e('Twitter Access Token', 'aps-counter'); ?></label>
53
  <div class="apsc-option-field">
54
  <input type="text" name="social_profile[twitter][access_token]" value="<?php echo $apsc_settings['social_profile']['twitter']['access_token'];?>"/>
55
+ <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e(' and get this information.'); ?></div>
56
  </div>
57
  </div>
58
  <div class="apsc-option-inner-wrapper">
59
  <label><?php _e('Twitter Access Token Secret', 'aps-counter'); ?></label>
60
  <div class="apsc-option-field">
61
  <input type="text" name="social_profile[twitter][access_token_secret]" value="<?php echo $apsc_settings['social_profile']['twitter']['access_token_secret'];?>"/>
62
+ <div class="apsc-option-note"><?php _e('Please create an app on Twitter through this link:', 'aps-counter'); ?><a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps </a><?php _e(' and get this information.'); ?></div>
63
  </div>
64
  </div>
65
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === AccessPress Social Counter ===
2
  Contributors: Access Keys
3
  Tags: social count, social counter, social counters, social media counters, social media, social network, social profiles counter, social profile count, social profile, social icons, social icon counter
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,10 +22,13 @@ The available social media in FREE version are: Facebook, Twitter, Google+, Inst
22
 
23
  Just get it done in a few minutes!
24
 
25
- For more social media integration, more design options and more features please upgrade to Premium version.
 
 
 
26
 
27
 
28
- = Features: =
29
 
30
  * <strong>Beautifully designed 5 themes to select from.</strong> More available in Pro versoin.
31
  * <strong>Major 7 social media included </strong>(Facebook, Twitter, Google+, Instagram, Youtube, Sound Cloud and Dribbble). More available in Pro versoin.
@@ -44,7 +47,27 @@ For more social media integration, more design options and more features please
44
  * <strong>Free updates</strong>
45
  - Get free updates for lifetime.
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
 
 
 
 
 
 
 
 
48
 
49
  = Some Useful Links =
50
  * <strong>Support Email</strong>: support@accesspressthemes.com
@@ -63,6 +86,8 @@ For complete information and documentation regarding plugin,please visit below l
63
 
64
  [Docs](https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/ )
65
 
 
 
66
  == Installation ==
67
  1. Unzip accesspress-social-counter.zip
68
  1. Upload all the files to the /wp-content/plugins/accesspress-social-counter
@@ -93,6 +118,9 @@ Once you install the plugin , you can check some general documentation about how
93
  5. Backend Cache Settings Section
94
 
95
  == Changelog ==
 
 
 
96
  = 1.0.5 =
97
  * Done small update in upgrade banner
98
 
1
+ === AccessPress Social Counter ===
2
  Contributors: Access Keys
3
  Tags: social count, social counter, social counters, social media counters, social media, social network, social profiles counter, social profile count, social profile, social icons, social icon counter
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
 
23
  Just get it done in a few minutes!
24
 
25
+ `For more social media integration, more design options, floating sidebar
26
+ options,social sharing options, pinterest sharing options and more
27
+ features please upgrade to Premium version.`
28
+
29
 
30
 
31
+ = Free Features: =
32
 
33
  * <strong>Beautifully designed 5 themes to select from.</strong> More available in Pro versoin.
34
  * <strong>Major 7 social media included </strong>(Facebook, Twitter, Google+, Instagram, Youtube, Sound Cloud and Dribbble). More available in Pro versoin.
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,
52
+ SoundCloud, Dribbble, Youtube, Steam, Vimeo, Pinterest, Forrst, VK,
53
+ Flickr, Behance, Github, Envato,Posts, Comments)
54
+
55
+ ★ Beautifully designed 20 themes to select from.
56
+
57
+ ★ 5 soothing animations
58
+
59
+ ★ Floating Sidebar with 5 beautiful themes
60
+
61
+ ★ Different Social Media Sharing Options with 10 pre available themes
62
 
63
+ ★ Floating Social Sharing Sidebar with 4 pre available themes
64
+
65
+ ★ Pinterest Sharing Options
66
+
67
+ ★ Popup sharing and many more...
68
+
69
+ = Premium Upgrade =
70
+ * For premium upgrade, please go [here](https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/)
71
 
72
  = Some Useful Links =
73
  * <strong>Support Email</strong>: support@accesspressthemes.com
86
 
87
  [Docs](https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-counter/ )
88
 
89
+ [Demo](http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-counter/)
90
+
91
  == Installation ==
92
  1. Unzip accesspress-social-counter.zip
93
  1. Upload all the files to the /wp-content/plugins/accesspress-social-counter
118
  5. Backend Cache Settings Section
119
 
120
  == Changelog ==
121
+ = 1.0.6 =
122
+ * Done few changes in backend social profiles
123
+
124
  = 1.0.5 =
125
  * Done small update in upgrade banner
126