Social Share WordPress Plugin – AccessPress Social Share - Version 1.1.4

Version Description

  • Addition of the links to the banner images
  • Code optimization.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Share WordPress Plugin – AccessPress Social Share
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

accesspress-social-share.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
- Version: 1.1.3
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
@@ -30,7 +30,7 @@ if( !defined( 'APSS_LANG_DIR' ) ) {
30
  }
31
 
32
  if( !defined( 'APSS_VERSION' ) ) {
33
- define( 'APSS_VERSION', '1.1.3' );
34
  }
35
 
36
  if(!defined('APSS_TEXT_DOMAIN')){
@@ -405,7 +405,6 @@ if( !class_exists( 'APSS_Class' ) ){
405
 
406
  } else {
407
  $pinterest_count = $pinterest_transient_count;
408
-
409
  }
410
  return $pinterest_count;
411
  }
4
  Plugin name: AccessPress Social Share
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-share/
6
  Description: A plugin to add various social media shares to a site with dynamic configuration options.
7
+ Version: 1.1.4
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain:apss-share
30
  }
31
 
32
  if( !defined( 'APSS_VERSION' ) ) {
33
+ define( 'APSS_VERSION', '1.1.4' );
34
  }
35
 
36
  if(!defined('APSS_TEXT_DOMAIN')){
405
 
406
  } else {
407
  $pinterest_count = $pinterest_transient_count;
 
408
  }
409
  return $pinterest_count;
410
  }
inc/backend/about-apss.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <h2><?php _e( 'About Us', APSS_TEXT_DOMAIN );?></h2>
2
  <div class="ap-tab-wrapper">
3
  <p><strong>AccessPress Social Share</strong> - is a FREE WordPress Plugin by AccessPress Themes. </p>
@@ -7,68 +8,67 @@
7
  <p><strong>AccessPress Social Share</strong> - is plugin to allow anyone easily share website content (pages, posts) on major social media (Facebook, Twitter, Google+, Pinterest, LinkedIn and Digg). A perfect plugin to make any content on your website social-share-friendly, and increase your social reach dramatically! </p>
8
  <div class="halfseperator"></div>
9
  <p><strong>Please visit our product page for more details here:</strong><br />
10
- <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/</a></p>
11
- <div class="halfseperator"></div>
12
- <p><strong>Plugin documentation can be found here:</strong><br />
13
- <a href="https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/" target="_blank">https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/</a></p>
14
- <div class="halfseperator"></div>
15
- <p><strong>If you’d like to buy premium version of this plugin please check here:</strong><br />
16
- <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share-premium/" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share-premium/ </a></p>
17
- <div class="halfseperator"></div>
18
- <p><strong>Feature comparison between free and premium plugin is here:</strong><br />
19
- <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparision" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparison</a></p>
20
- <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
21
-
22
-
23
- <div class="other-products">
24
- <h3>Other products by AccessPress themes </h3>
25
- <div class="other-products-inner">
26
- <div class="product">
27
- <div class="logo-product"><img src="<?php echo APSS_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e( 'AccessPress Social Share', APSS_TEXT_DOMAIN ); ?>" /></div>
28
- <div class="productext"><p><strong>AccessPress Lite</strong> - A very popular Free WordPress theme, available in WordPress.org<br />
29
- <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-lite/</a></p>
30
- </div>
31
- </div>
32
-
33
- <div class="product">
34
- <div class="logo-product"><img src="<?php echo APSS_IMAGE_DIR;?>/appro.png" alt="<?php esc_attr_e( 'AccessPress Social Share', APSS_TEXT_DOMAIN ); ?>" /></div>
35
- <div class="productext"><p><strong>AccessPress Pro</strong> - Premium version of AccessPress lite<br />
36
- <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-pro/</a></p>
37
- </div>
38
- </div>
39
- </div>
40
- </div>
41
-
42
- <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
43
 
44
- <div class="other-products">
45
- <h3 class="get-header">Get in touch</h3>
46
- <div class="other-products-inner">
47
- <p>If you’ve any question/feedback, please get in touch: <br />
48
- <p><strong>General enquiries:</strong> <a href="mailto:info@accesspressthemes.com">info@accesspressthemes.com</a></p>
49
- <p><strong>Support:</strong> <a href="mailto:support@accesspressthemes.com">support@accesspressthemes.com</a></p>
50
- <p><strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a></p>
51
- </p>
52
- </div>
53
- </div>
54
- <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
55
 
56
- <div class="other-products">
57
- <h3 class="get-header">Get social</h3>
58
- <div class="other-products-inner">
59
- <p>Get connected with us on social media. Facebook is the best place to find updates on our themes/plugins: </p>
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
- <p><strong>Like us on facebook:</strong><br />
63
- <iframe style="border: none; overflow: hidden; width: 764px; height: 206px;" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width=842&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=true&amp;appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
64
 
65
- <ul class="social-icon clearfix">
66
- <li><a href="https://plus.google.com/u/0/+Accesspressthemesprofile/about" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/google-plus-blue.png" alt="google+"></a></li>
67
- <li><a href="http://www.pinterest.com/accesspresswp/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/pinterest-blue.png" alt="pinterest"></a></li>
68
- <li><a href="https://www.flickr.com/photos/accesspressthemes/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/flickr.png" alt="flicker"></a></li>
69
- <li><a href="https://twitter.com/apthemes" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/twitter.png" alt="twitter"/></a></li>
70
- </ul>
71
- </div>
72
- </div>
73
 
74
- </div>
 
 
 
 
 
 
 
 
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <h2><?php _e( 'About Us', APSS_TEXT_DOMAIN );?></h2>
3
  <div class="ap-tab-wrapper">
4
  <p><strong>AccessPress Social Share</strong> - is a FREE WordPress Plugin by AccessPress Themes. </p>
8
  <p><strong>AccessPress Social Share</strong> - is plugin to allow anyone easily share website content (pages, posts) on major social media (Facebook, Twitter, Google+, Pinterest, LinkedIn and Digg). A perfect plugin to make any content on your website social-share-friendly, and increase your social reach dramatically! </p>
9
  <div class="halfseperator"></div>
10
  <p><strong>Please visit our product page for more details here:</strong><br />
11
+ <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/</a></p>
12
+ <div class="halfseperator"></div>
13
+ <p><strong>Plugin documentation can be found here:</strong><br />
14
+ <a href="https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/" target="_blank">https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/</a>
15
+ </p>
16
+ <div class="halfseperator"></div>
17
+ <p><strong>If you’d like to buy premium version of this plugin please check here:</strong><br />
18
+ <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share-premium/" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share-premium/ </a>
19
+ </p>
20
+ <div class="halfseperator"></div>
21
+ <p><strong>Feature comparison between free and premium plugin is here:</strong><br />
22
+ <a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparision" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparison</a>
23
+ </p>
24
+ <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
25
+ <div class="other-products">
26
+ <h3>Other products by AccessPress themes </h3>
27
+ <div class="other-products-inner">
28
+ <div class="product">
29
+ <div class="logo-product"><img src="<?php echo APSS_IMAGE_DIR;?>/aplite.png" alt="<?php esc_attr_e( 'AccessPress Social Share', APSS_TEXT_DOMAIN ); ?>" /></div>
30
+ <div class="productext"><p><strong>AccessPress Lite</strong> - A very popular Free WordPress theme, available in WordPress.org<br />
31
+ <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-lite/</a></p>
32
+ </div>
33
+ </div>
 
 
 
 
 
 
 
 
 
 
34
 
35
+ <div class="product">
36
+ <div class="logo-product"><img src="<?php echo APSS_IMAGE_DIR;?>/appro.png" alt="<?php esc_attr_e( 'AccessPress Social Share', APSS_TEXT_DOMAIN ); ?>" /></div>
37
+ <div class="productext"><p><strong>AccessPress Pro</strong> - Premium version of AccessPress lite<br />
38
+ <a href="http://accesspressthemes.com/wordpress-themes/accesspress-lite/" target="_blank">http://accesspressthemes.com/wordpress-themes/accesspress-pro/</a></p>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
 
 
 
43
 
44
+ <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
 
 
 
45
 
46
+ <div class="other-products">
47
+ <h3 class="get-header">Get in touch</h3>
48
+ <div class="other-products-inner">
49
+ <p>If you’ve any question/feedback, please get in touch: <br />
50
+ <p><strong>General enquiries:</strong> <a href="mailto:info@accesspressthemes.com">info@accesspressthemes.com</a></p>
51
+ <p><strong>Support:</strong> <a href="mailto:support@accesspressthemes.com">support@accesspressthemes.com</a></p>
52
+ <p><strong>Sales:</strong> <a href="mailto:sales@accesspressthemes.com">sales@accesspressthemes.com</a></p>
53
+ </p>
54
+ </div>
55
+ </div>
56
+ <div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
57
+ <div class="other-products">
58
+ <h3 class="get-header">Get social</h3>
59
+ <div class="other-products-inner">
60
+ <p>Get connected with us on social media. Facebook is the best place to find updates on our themes/plugins: </p>
61
 
 
 
62
 
63
+ <p><strong>Like us on facebook:</strong><br />
64
+ <iframe style="border: none; overflow: hidden; width: 764px; height: 206px;" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FAccessPress-Themes%2F1396595907277967&amp;width=842&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=true&amp;appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
 
 
 
 
 
 
65
 
66
+ <ul class="social-icon clearfix">
67
+ <li><a href="https://plus.google.com/u/0/+Accesspressthemesprofile/about" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/google-plus-blue.png" alt="google+"></a></li>
68
+ <li><a href="http://www.pinterest.com/accesspresswp/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/pinterest-blue.png" alt="pinterest"></a></li>
69
+ <li><a href="https://www.flickr.com/photos/accesspressthemes/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/flickr.png" alt="flicker"></a></li>
70
+ <li><a href="https://twitter.com/apthemes" target="_blank"><img src="<?php echo APSS_IMAGE_DIR;?>/twitter.png" alt="twitter"/></a></li>
71
+ </ul>
72
+ </div>
73
+ </div>
74
+ </div>
inc/backend/how-to-use.php CHANGED
@@ -1,4 +1,4 @@
1
-
2
  <p>Basically there are four main settings tabs that will help you to setup the plugin to work properly.</p>
3
  <dl>
4
  <dt><strong>Social Networks</strong></dt>
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <p>Basically there are four main settings tabs that will help you to setup the plugin to work properly.</p>
3
  <dl>
4
  <dt><strong>Social Networks</strong></dt>
inc/backend/main-page.php CHANGED
@@ -190,9 +190,9 @@ if(isset($_SESSION['apss_message'])){ ?>
190
  </div>
191
  </div>
192
  <div class="apss-promoFloat">
193
- <img src="<?php echo APSS_IMAGE_DIR . '/promo-top.png' ?>" alt="promo-top" />
194
  <div class="apss-promo-buttons"><a target='_blank' href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" /><img src="<?php echo APSS_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a target='_blank' href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" ><img src="<?php echo APSS_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
195
- <img src="<?php echo APSS_IMAGE_DIR . '/promo-bottom.png' ?>" alt="promo-bottom" />
196
  <div class="apss-promo-buttons"><a target='_blank' href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" /><img src="<?php echo APSS_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a target='_blank' href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" ><img src="<?php echo APSS_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
197
  </div>
198
  <div class="clear"></div>
190
  </div>
191
  </div>
192
  <div class="apss-promoFloat">
193
+ <a href='https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/' target='_blank'><img src="<?php echo APSS_IMAGE_DIR . '/promo-top.png' ?>" alt="promo-top" /></a>
194
  <div class="apss-promo-buttons"><a target='_blank' href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" /><img src="<?php echo APSS_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a target='_blank' href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" ><img src="<?php echo APSS_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
195
+ <a href='https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/' target='_blank'><img src="<?php echo APSS_IMAGE_DIR . '/promo-bottom.png' ?>" alt="promo-bottom" /></a>
196
  <div class="apss-promo-buttons"><a target='_blank' href="http://accesspressthemes.com/demo/wordpress-plugins/accesspress-social-pro" /><img src="<?php echo APSS_IMAGE_DIR . '/demo-btn.png' ?>" alt="demo link" /></a><a target='_blank' href="http://codecanyon.net/item/accesspress-social-pro/10429645?ref=AccessKeys" ><img src="<?php echo APSS_IMAGE_DIR . '/upgrade-btn.png' ?>" alt="upgrade link" /></a></div>
197
  </div>
198
  <div class="clear"></div>
inc/frontend/content-filter.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <?php
2
  $apss_link_open_option=($options['dialog_box_options']=='1') ? "_blank": "";
3
  $twitter_user=$options['twitter_username'];
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <?php
3
  $apss_link_open_option=($options['dialog_box_options']=='1') ? "_blank": "";
4
  $twitter_user=$options['twitter_username'];
js/backend.js CHANGED
@@ -5,21 +5,19 @@ jQuery('.'+args).html('');
5
  (function ($) {
6
  $(function () {
7
  //all backend js goes here
8
-
9
  //sortable initialization
10
  $('.apps-opt-wrap').sortable({
11
  containment: "parent",
12
- update:function(event,ui){
13
  var profile_array = [];
14
  $('.apss-option-wrapper input[type="checkbox"]').each(function(){
15
  profile_array.push($(this).attr('data-key')) ;
16
  });
17
  var social_networks_orders = profile_array.join(',');
18
  $('#apss_social_newtwork_order').val(social_networks_orders);
19
- }
20
  });
21
 
22
-
23
  $( '.apss-tabs-trigger' ).click(function(){
24
  $( '.apss-tabs-trigger' ).removeClass( 'apss-active-tab' );
25
  $(this).addClass( 'apss-active-tab' );
@@ -36,7 +34,7 @@ jQuery('.'+args).html('');
36
  $('.apss_cache_period').focus();
37
  return false;
38
  }
39
- });
40
  });//document.ready close
41
 
42
  }(jQuery));
5
  (function ($) {
6
  $(function () {
7
  //all backend js goes here
 
8
  //sortable initialization
9
  $('.apps-opt-wrap').sortable({
10
  containment: "parent",
11
+ update:function(event,ui){
12
  var profile_array = [];
13
  $('.apss-option-wrapper input[type="checkbox"]').each(function(){
14
  profile_array.push($(this).attr('data-key')) ;
15
  });
16
  var social_networks_orders = profile_array.join(',');
17
  $('#apss_social_newtwork_order').val(social_networks_orders);
18
+ }
19
  });
20
 
 
21
  $( '.apss-tabs-trigger' ).click(function(){
22
  $( '.apss-tabs-trigger' ).removeClass( 'apss-active-tab' );
23
  $(this).addClass( 'apss-active-tab' );
34
  $('.apss_cache_period').focus();
35
  return false;
36
  }
37
+ });
38
  });//document.ready close
39
 
40
  }(jQuery));
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social share counter, social share, social media share, social network sha
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
- Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,10 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
131
  6. Backend Miscellaneous Settings Section
132
 
133
  == Changelog ==
 
 
 
 
134
  = 1.1.3 =
135
  * SSL warning fix for google fonts.
136
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.1
7
+ Stable tag: 1.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
  6. Backend Miscellaneous Settings Section
132
 
133
  == Changelog ==
134
+ = 1.1.4 =
135
+ * Addition of the links to the banner images
136
+ * Code optimization.
137
+
138
  = 1.1.3 =
139
  * SSL warning fix for google fonts.
140