Social Share WordPress Plugin – AccessPress Social Share - Version 4.2.2

Version Description

  • Done the css modifications for the miscelleneous setting's facebook APP settings.
Download this release

Release Info

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

Code changes from version 4.2.1 to 4.2.2

accesspress-social-share.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: Social Share WordPress Plugin - 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.2.1
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
@@ -30,7 +30,7 @@ if ( !defined( 'APSS_LANG_DIR' ) ) {
30
  }
31
 
32
  if ( !defined( 'APSS_VERSION' ) ) {
33
- define( 'APSS_VERSION', '4.2.1' );
34
  }
35
 
36
  if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
4
  Plugin name: Social Share WordPress Plugin - 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.2.2
8
  Author: AccessPress Themes
9
  Author URI: http://accesspressthemes.com
10
  Text Domain: accesspress-social-share
30
  }
31
 
32
  if ( !defined( 'APSS_VERSION' ) ) {
33
+ define( 'APSS_VERSION', '4.2.2.0.iis7_supports_permalinks' );
34
  }
35
 
36
  if ( !defined( 'APSS_TEXT_DOMAIN' ) ) {
css/backend.css CHANGED
@@ -396,4 +396,15 @@
396
  .apps-opt-wrap .apss-option-wrapper label input[type="checkbox"] {
397
  float: right;
398
  margin-top: 5px;
 
 
 
 
 
 
 
 
 
 
 
399
  }
396
  .apps-opt-wrap .apss-option-wrapper label input[type="checkbox"] {
397
  float: right;
398
  margin-top: 5px;
399
+ }
400
+
401
+ .apss_input_wrapper {
402
+ position: relative;
403
+ padding-left: 160px;
404
+ }
405
+
406
+ .apss_input_wrapper label {
407
+ position: absolute;
408
+ left: 0;
409
+ top: 5px;
410
  }
inc/backend/main-page.php CHANGED
@@ -206,10 +206,14 @@
206
 
207
  <div class="apss_counter-api">
208
  <h4>If facebook counter is not working. Please setup the facebook APP and enter required details below.</h4>
209
- <label for=apss_facebook_app_id"">APP ID: </label><input type='text' id="apss_facebook_app_id" name='apss_share_settings[api_configuration][facebook][app_id]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_id'] ) ) { echo $options['api_configuration']['facebook']['app_id']; } ?>" />
210
- <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App ID</div>
211
- <label for=apss_facebook_app_secret"">APP Secret: </label><input type='text' id="apss_facebook_app_secret" name='apss_share_settings[api_configuration][facebook][app_secret]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_secret'] ) ) { echo $options['api_configuration']['facebook']['app_secret']; } ?>" />
212
- <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App Secret</div>
 
 
 
 
213
  <div class="apss_notes_cache_settings">
214
  <b>Please note that you should make your APP live.</b>
215
  You can get the details instruction for creating facebook app <a href='http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/?p=89' target="_blank">here</a>.
206
 
207
  <div class="apss_counter-api">
208
  <h4>If facebook counter is not working. Please setup the facebook APP and enter required details below.</h4>
209
+ <div class='apss_input_wrapper'>
210
+ <label for=apss_facebook_app_id"">APP ID: </label><input type='text' id="apss_facebook_app_id" name='apss_share_settings[api_configuration][facebook][app_id]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_id'] ) ) { echo $options['api_configuration']['facebook']['app_id']; } ?>" />
211
+ <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App ID.</div>
212
+ </div>
213
+ <div class='apss_input_wrapper'>
214
+ <label for=apss_facebook_app_secret"">APP Secret: </label><input type='text' id="apss_facebook_app_secret" name='apss_share_settings[api_configuration][facebook][app_secret]' value="<?php if ( isset( $options['api_configuration']['facebook']['app_secret'] ) ) { echo $options['api_configuration']['facebook']['app_secret']; } ?>" />
215
+ <div class="apss_notes_cache_settings">Please go to <a href="https://developers.facebook.com/" target="_blank">https://developers.facebook.com/</a> and create an app and get the App Secret.</div>
216
+ </div>
217
  <div class="apss_notes_cache_settings">
218
  <b>Please note that you should make your APP live.</b>
219
  You can get the details instruction for creating facebook app <a href='http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-share/?p=89' target="_blank">here</a>.
js/backend.js CHANGED
@@ -7,6 +7,7 @@ jQuery('.'+args).html('');
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 = [];
7
  //all backend js goes here
8
  //sortable initialization
9
  $('.apps-opt-wrap').sortable({
10
+ axis: 'y',
11
  containment: "parent",
12
  update:function(event,ui){
13
  var profile_array = [];
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.6
7
- Stable tag: 4.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,9 @@ Yes. You can use the AccessPress social share by using shortcode anywhere you wa
141
  6. Backend Miscellaneous Settings Section
142
 
143
  == Changelog ==
 
 
 
144
  = 4.2.1 =
145
  * Done the bug fixings for the slashes appearing in the plugin's miscelleneous settings.
146
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.6
7
+ Stable tag: 4.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
  6. Backend Miscellaneous Settings Section
142
 
143
  == Changelog ==
144
+ = 4.2.2 =
145
+ * Done the css modifications for the miscelleneous setting's facebook APP settings.
146
+
147
  = 4.2.1 =
148
  * Done the bug fixings for the slashes appearing in the plugin's miscelleneous settings.
149