Version Description
- Checked compatibility with the latest wp version
- Updated LinkedIn share link
Download this release
Release Info
Developer | Access Keys |
Plugin | Social Share WordPress Plugin – AccessPress Social Share |
Version | 4.5.3 |
Comparing to | |
See all releases |
Code changes from version 4.5.2 to 4.5.3
- accesspress-social-share.php +3 -4
- inc/backend/about-apss.php +0 -24
- inc/backend/main-page.php +0 -2
- inc/backend/stuff-apss.php +0 -20
- inc/frontend/content-filter.php +2 -1
- inc/frontend/shortcode.php +1 -1
- readme.txt +6 -21
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: 4.5.
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain: accesspress-social-share
|
@@ -35,7 +35,7 @@ if ( ! defined( 'APSS_LANG_DIR' ) ) {
|
|
35 |
}
|
36 |
|
37 |
if ( ! defined( 'APSS_VERSION' ) ) {
|
38 |
-
define( 'APSS_VERSION', '4.5.
|
39 |
}
|
40 |
|
41 |
if ( ! defined( 'APSS_TEXT_DOMAIN' ) ) {
|
@@ -57,8 +57,7 @@ defined('APSS_LITE_DETAIL') or define('APSS_LITE_DETAIL', 'https://accesspressth
|
|
57 |
defined('APSS_LITE_RATING') or define('APSS_LITE_RATING', 'https://wordpress.org/support/plugin/accesspress-social-share/reviews/#new-post');
|
58 |
|
59 |
defined('APSS_PRO_PLUGIN_NAME') or define('APSS_PRO_PLUGIN_NAME', 'AccessPress Social Pro');
|
60 |
-
defined('APSS_PRO_LINK') or define('APSS_PRO_LINK','https://
|
61 |
-
');
|
62 |
defined('APSS_PRO_DEMO') or define('APSS_PRO_DEMO', 'http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-pro');
|
63 |
defined('APSS_PRO_DETAIL') or define('APSS_PRO_DETAIL', 'https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/');
|
64 |
|
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: 4.5.3
|
8 |
Author: AccessPress Themes
|
9 |
Author URI: http://accesspressthemes.com
|
10 |
Text Domain: accesspress-social-share
|
35 |
}
|
36 |
|
37 |
if ( ! defined( 'APSS_VERSION' ) ) {
|
38 |
+
define( 'APSS_VERSION', '4.5.3' );
|
39 |
}
|
40 |
|
41 |
if ( ! defined( 'APSS_TEXT_DOMAIN' ) ) {
|
57 |
defined('APSS_LITE_RATING') or define('APSS_LITE_RATING', 'https://wordpress.org/support/plugin/accesspress-social-share/reviews/#new-post');
|
58 |
|
59 |
defined('APSS_PRO_PLUGIN_NAME') or define('APSS_PRO_PLUGIN_NAME', 'AccessPress Social Pro');
|
60 |
+
defined('APSS_PRO_LINK') or define('APSS_PRO_LINK','https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/');
|
|
|
61 |
defined('APSS_PRO_DEMO') or define('APSS_PRO_DEMO', 'http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-pro');
|
62 |
defined('APSS_PRO_DETAIL') or define('APSS_PRO_DETAIL', 'https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/');
|
63 |
|
inc/backend/about-apss.php
CHANGED
@@ -20,25 +20,6 @@
|
|
20 |
<a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparision" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparison</a>
|
21 |
</p>
|
22 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
23 |
-
<div class="other-products">
|
24 |
-
<h3><?php _e( 'Other products by AccessPress themes', 'accesspress-social-share' ); ?> </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', 'accesspress-social-share' ); ?>" /></div>
|
28 |
-
<div class="productext"><p><strong>AccessPress Lite</strong> -<?php _e( 'A very popular Free WordPress theme, available in WordPress.org', 'accesspress-social-share' ); ?><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', 'accesspress-social-share' ); ?>" /></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 |
-
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
42 |
<div class="other-products">
|
43 |
<h3 class="get-header"><?php _e( 'Get in touch', 'accesspress-social-share' ); ?></h3>
|
44 |
<div class="other-products-inner">
|
@@ -56,11 +37,6 @@
|
|
56 |
<p><?php _e( 'Get connected with us on social media. Facebook is the best place to find updates on our themes/plugins:', 'accesspress-social-share' ); ?> </p>
|
57 |
<p><strong><?php _e( 'Like us on facebook:', 'accesspress-social-share' ); ?></strong><br />
|
58 |
<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&width=842&height=258&colorscheme=light&show_faces=true&header=false&stream=false&show_border=true&appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
|
59 |
-
<ul class="social-icon clearfix">
|
60 |
-
<li><a href="http://www.pinterest.com/accesspresswp/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR; ?>/pinterest-blue.png" alt="pinterest"></a></li>
|
61 |
-
<li><a href="https://www.flickr.com/photos/accesspressthemes/" target="_blank"><img src="<?php echo APSS_IMAGE_DIR; ?>/flickr.png" alt="flicker"></a></li>
|
62 |
-
<li><a href="https://twitter.com/apthemes" target="_blank"><img src="<?php echo APSS_IMAGE_DIR; ?>/twitter.png" alt="twitter"/></a></li>
|
63 |
-
</ul>
|
64 |
</div>
|
65 |
</div>
|
66 |
</div>
|
20 |
<a href="http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparision" target="_blank">http://accesspressthemes.com/wordpress-plugins/accesspress-social-share/#comparison</a>
|
21 |
</p>
|
22 |
<div class="seperator"></div><div class="dottedline"></div><div class="seperator"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
<div class="other-products">
|
24 |
<h3 class="get-header"><?php _e( 'Get in touch', 'accesspress-social-share' ); ?></h3>
|
25 |
<div class="other-products-inner">
|
37 |
<p><?php _e( 'Get connected with us on social media. Facebook is the best place to find updates on our themes/plugins:', 'accesspress-social-share' ); ?> </p>
|
38 |
<p><strong><?php _e( 'Like us on facebook:', 'accesspress-social-share' ); ?></strong><br />
|
39 |
<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&width=842&height=258&colorscheme=light&show_faces=true&header=false&stream=false&show_border=true&appId=1411139805828592" width="240" height="150" frameborder="0" scrolling="no"></iframe></p>
|
|
|
|
|
|
|
|
|
|
|
40 |
</div>
|
41 |
</div>
|
42 |
</div>
|
inc/backend/main-page.php
CHANGED
@@ -71,7 +71,6 @@
|
|
71 |
<li><a href="javascript:void(0)" id="apss-miscellaneous" class="apss-tabs-trigger"><?php _e( 'Miscellaneous', 'accesspress-social-share' ); ?></a></li>
|
72 |
<li><a href="javascript:void(0)" id="apss-how-to-use" class="apss-tabs-trigger"><?php _e( 'How To Use', 'accesspress-social-share' ); ?></a></li>
|
73 |
<li><a href="javascript:void(0)" id="apss-about" class="apss-tabs-trigger"><?php _e( 'About', 'accesspress-social-share' ); ?></a></li>
|
74 |
-
<li><a href="javascript:void(0)" id="apss-resources" class="apss-tabs-trigger"><?php _e( 'Wordpress Resources', 'accesspress-social-share' ); ?></a></li>
|
75 |
</ul>
|
76 |
<div class='apss-tab-contents-wrapper'>
|
77 |
<div class="apss-wrapper">
|
@@ -450,7 +449,6 @@
|
|
450 |
|
451 |
<div class="apss-tab-contents apss-how-to-use" id="tab-apss-how-to-use" style='display:none' ><?php include_once('how-to-use.php'); ?></div>
|
452 |
<div class="apss-tab-contents apss-about" id="tab-apss-about" style='display:none' ><?php include('about-apss.php'); ?></div>
|
453 |
-
<div class="apss-tab-contents apss-resources" id="tab-apss-resources" style='display:none' ><?php include('stuff-apss.php'); ?></div>
|
454 |
</div>
|
455 |
</div>
|
456 |
</form>
|
71 |
<li><a href="javascript:void(0)" id="apss-miscellaneous" class="apss-tabs-trigger"><?php _e( 'Miscellaneous', 'accesspress-social-share' ); ?></a></li>
|
72 |
<li><a href="javascript:void(0)" id="apss-how-to-use" class="apss-tabs-trigger"><?php _e( 'How To Use', 'accesspress-social-share' ); ?></a></li>
|
73 |
<li><a href="javascript:void(0)" id="apss-about" class="apss-tabs-trigger"><?php _e( 'About', 'accesspress-social-share' ); ?></a></li>
|
|
|
74 |
</ul>
|
75 |
<div class='apss-tab-contents-wrapper'>
|
76 |
<div class="apss-wrapper">
|
449 |
|
450 |
<div class="apss-tab-contents apss-how-to-use" id="tab-apss-how-to-use" style='display:none' ><?php include_once('how-to-use.php'); ?></div>
|
451 |
<div class="apss-tab-contents apss-about" id="tab-apss-about" style='display:none' ><?php include('about-apss.php'); ?></div>
|
|
|
452 |
</div>
|
453 |
</div>
|
454 |
</form>
|
inc/backend/stuff-apss.php
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
|
2 |
-
<h2><?php _e( 'More WordPress Resources', 'accesspress-social-share' ); ?></h2>
|
3 |
-
<div class="ap-tab-wrapper">
|
4 |
-
|
5 |
-
<p> <?php _e( 'Themes Compatible with the Plugin :', 'accesspress-social-share' ); ?></p>
|
6 |
-
|
7 |
-
<p><?php _e( 'AccessPress Social Share works best with every WordPress theme. It\'s even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.', 'accesspress-social-share' ); ?></p>
|
8 |
-
|
9 |
-
<strong><?php _e( 'AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :', 'accesspress-social-share' ); ?></strong>
|
10 |
-
<p><a href="https://wpallclub.com/">WPAll Club</a> - <?php _e( ' A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.', 'accesspress-social-share' ); ?></p>
|
11 |
-
|
12 |
-
<p> <a href="https://themeforest.net/user/accesskeys/portfolio"><?php _e( 'Premium WordPress Themes', 'accesspress-social-share' ); ?></a> -<?php _e( ' 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.', 'accesspress-social-share' ); ?> </p>
|
13 |
-
|
14 |
-
<p> <a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys"><?php _e( 'Premium WordPress Plugins', 'accesspress-social-share' ); ?></a> -<?php _e( ' 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace. ', 'accesspress-social-share' ); ?></p>
|
15 |
-
|
16 |
-
<p> <a href="https://accesspressthemes.com/">AccessPress Themes</a> -<?php _e( ' AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.', 'accesspress-social-share' ); ?></p>
|
17 |
-
|
18 |
-
<p> <a href="https://8degreethemes.com/">8Degree Themes</a> - <?php _e( '8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.', 'accesspress-social-share' ); ?></p>
|
19 |
-
|
20 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/frontend/content-filter.php
CHANGED
@@ -182,7 +182,8 @@ foreach ( $options['social_networks'] as $key => $value ) {
|
|
182 |
break;
|
183 |
|
184 |
case 'linkedin':
|
185 |
-
|
|
|
186 |
$count = $this->get_count( $key, $url );
|
187 |
|
188 |
if(isset($http_url_checked) && $http_url_checked=='1'){
|
182 |
break;
|
183 |
|
184 |
case 'linkedin':
|
185 |
+
$link= "http://www.linkedin.com/sharing/share-offsite/?url=" . $url;
|
186 |
+
//$link = "http://www.linkedin.com/shareArticle?mini=true&title=" . $title . "&url=" . $url . "&summary=" . $excerpt;
|
187 |
$count = $this->get_count( $key, $url );
|
188 |
|
189 |
if(isset($http_url_checked) && $http_url_checked=='1'){
|
inc/frontend/shortcode.php
CHANGED
@@ -241,7 +241,7 @@ if($show_shortcode_content){
|
|
241 |
|
242 |
//couter available for linkedin
|
243 |
case 'linkedin':
|
244 |
-
$link = "http://www.linkedin.com/
|
245 |
|
246 |
?>
|
247 |
<div class='apss-linkedin apss-single-icon'>
|
241 |
|
242 |
//couter available for linkedin
|
243 |
case 'linkedin':
|
244 |
+
$link = "http://www.linkedin.com/sharing/share-offsite/?url=" . $url;
|
245 |
|
246 |
?>
|
247 |
<div class='apss-linkedin apss-single-icon'>
|
readme.txt
CHANGED
@@ -3,15 +3,15 @@ Contributors: Access Keys
|
|
3 |
Tags: social share counter, social share, social media share, social network share, social media, social network, share counter, social share count, social url share, social icons
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Share your site urls in most popular social medias and show share counts on your website with various designs.
|
12 |
|
13 |
== Description ==
|
14 |
-
[
|
15 |
|
16 |
<strong>AccessPress Social Share</strong> is a <strong>Free WordPress plugin</strong> to allow anyone easily share website content (page, posts, image, media) on your major social media (Facebook, Twitter, Pinterest, LinkedIn and Digg ) by the use of the latest APIs on your website!
|
17 |
|
@@ -91,7 +91,6 @@ For premium upgrade please go [here](https://accesspressthemes.com/wordpress-plu
|
|
91 |
= Some Useful Links =
|
92 |
* <strong>Support Email</strong>: support@accesspressthemes.com
|
93 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
94 |
-
* <strong>Website Link</strong>: http://accesspressthemes.com/
|
95 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
96 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
97 |
|
@@ -106,23 +105,6 @@ For complete information and documentation regarding plugin, please visit below
|
|
106 |
|
107 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/)
|
108 |
|
109 |
-
<strong>More WordPress Resources</strong>
|
110 |
-
|
111 |
-
Themes Compatible with the Plugin:
|
112 |
-
|
113 |
-
<strong>AccessPress Social Share</strong> works best with every WordPress theme. Its even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.
|
114 |
-
|
115 |
-
<strong>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</strong>
|
116 |
-
|
117 |
-
<a href="https://wpallclub.com/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.
|
118 |
-
|
119 |
-
<a href="https://themeforest.net/user/accesskeys/portfolio" >Premium WordPress Themes</a> - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
120 |
-
|
121 |
-
<a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys" >Premium WordPress Plugins </a> - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.
|
122 |
-
|
123 |
-
<a href="https://accesspressthemes.com/">AccessPress Themes</a> - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.
|
124 |
-
|
125 |
-
<a href="https://8degreethemes.com/" >8Degree Themes</a> - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.
|
126 |
|
127 |
== Installation ==
|
128 |
1. Unzip accesspress-social-share.zip
|
@@ -155,6 +137,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
|
|
155 |
6. Backend Miscellaneous Settings Section
|
156 |
|
157 |
== Changelog ==
|
|
|
|
|
|
|
158 |
|
159 |
= 4.5.2 =
|
160 |
* Added font awesome 4 and 5 compatibility settings in backend and frontend.
|
3 |
Tags: social share counter, social share, social media share, social network share, social media, social network, share counter, social share count, social url share, social icons
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 4.5.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Share your site urls in most popular social medias and show share counts on your website with various designs.
|
12 |
|
13 |
== Description ==
|
14 |
+
[Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-accesspress-social-share/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-social-pro/)
|
15 |
|
16 |
<strong>AccessPress Social Share</strong> is a <strong>Free WordPress plugin</strong> to allow anyone easily share website content (page, posts, image, media) on your major social media (Facebook, Twitter, Pinterest, LinkedIn and Digg ) by the use of the latest APIs on your website!
|
17 |
|
91 |
= Some Useful Links =
|
92 |
* <strong>Support Email</strong>: support@accesspressthemes.com
|
93 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
|
|
94 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
95 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
96 |
|
105 |
|
106 |
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/)
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
|
109 |
== Installation ==
|
110 |
1. Unzip accesspress-social-share.zip
|
137 |
6. Backend Miscellaneous Settings Section
|
138 |
|
139 |
== Changelog ==
|
140 |
+
= 4.5.3 =
|
141 |
+
* Checked compatibility with the latest wp version
|
142 |
+
* Updated LinkedIn share link
|
143 |
|
144 |
= 4.5.2 =
|
145 |
* Added font awesome 4 and 5 compatibility settings in backend and frontend.
|