Easy Social Share Buttons for WordPress

Easy Social Share Buttons for WordPress v10.1.1

No permission to download

aligatowork

New member
Jan 10, 2020
26
11
3
PHP 7.4 Quick Fix for Error ( Deprecated: Array and string offset access syntax with curly braces is deprecated )


First Files (essb-metabox.php)
First Fix
Before , Line: 470 ( $position { > [ & } > ] )
$essb_post_button_position_{$position} = isset ( $custom ["essb_post_button_position_".$position] ) ? $custom ["essb_post_button_position_".$position] [0] : "";
~~
After
$essb_post_button_position_[$position] = isset ( $custom ["essb_post_button_position_".$position] ) ? $custom ["essb_post_button_position_".$position] [0] : "";

Second Fix

Before , Line: 590 ( $position { > [ & } > ] )
ESSBMetaboxOptionsFramework::draw_select_field('essb_post_button_position_'.$position, $yesno_object, false, 'essb_metabox', $essb_post_button_position_{$position});
~~
After
ESSBMetaboxOptionsFramework::draw_select_field('essb_post_button_position_'.$position, $yesno_object, false, 'essb_metabox', $essb_post_button_position_[$position]);

Second Files (essb-button-helper.php)
Before , Line: 70 Bracket after : of ESSBGlobalSettings
$button_follow_state = ESSBGlobalSettings::$use_rel_me ? 'me' : ESSBGlobalSettings::$use_rel_noopener ? 'noreferrer noopener nofollow' : 'nofollow';
~~
After
$button_follow_state = ESSBGlobalSettings::$use_rel_me ? 'me' : (ESSBGlobalSettings::$use_rel_noopener ? 'noreferrer noopener nofollow' : 'nofollow');

My settings required to fix above code to work without error on logs. If you trigger more settings may required more to fix in brackets etc on other line.
Hope it helps.
 
Last edited:

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz updated Easy Social Share Buttons for WordPress with a new update entry:

Easy Social Share Buttons v7.1.1 Nulled

Download Easy Social Share Buttons v7.1.1 for WordPress Nulled Free
v7.1.1 – April 29, 2020 - Thanks To @NullMaster
Fixed

  • GENERALPotential error message appearing on the backend if the TinyMCE buttons for Click to Tweet and Pinterest can’t load
  • ERROR MESSAGE APPEARING IF THE LOVE BUTTON IS USED INSIDE MORE NETWORKS
v7.1 – April 28, 2020
New Features

  • Quick automation triggers included in the most commonly used components...

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
  • Like
Reactions: dadg15 and JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz updated Easy Social Share Buttons for WordPress with a new update entry:

Easy Social Share Buttons v7.4 Nulled

Download Easy Social Share Buttons v7.4 for WordPress Nulled Free
Version 7.4 – September 14, 2020
Added

  • GENERALAdded a new option to set plugin styles to use preloading. The option works only when precompiled styles are active. You can enable it from Advanced -> Optimizations. #99
  • SUBSCRIBE FORMSAdd basic HTML in the subscribe forms content...

Read the rest of this update entry...
 

larvard

New member
Apr 18, 2019
29
7
3
Version 7.5 – October 20, 2020
New Features

Added

  • SHARE BUTTONSCompatibility with Secondary Title plugin when HTML code is used for the title building #131
  • SHARE BUTTONSAutomatically assign the customization fields for sharing on Products if the WooCommerce specific displays are enabled #132
Updated

  • SHARE BUTTONSImproved AMP compatibility with WordPress AMP plugin #128
  • SHARE BUTTONSChange the full-width displays to eliminated the stretch animation. The default stretch should not have it. Leave it only on the flex #130
  • SHARE BUTTONSIncrease the height of Twitter share window #136
  • SHARE FOLLOWERSUpdated the default Instagram counter update to the alternative method #139
Fixed

  • SUBSCRIBE FORMSThe background gradient of subscribe form 8 does not change from the style settings #129
  • SHARE BUTTONSPost Vertical Float: Top position of post float buttons when they are fixed does not apply correctly #133
  • SHARE BUTTONSCorrect preview of the mail message to replace the variables for name and email with the sender text #134
  • INSTAGRAMInstagram feed profile information is not responsive #137
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
  • Like
Reactions: JRGWxRxZ

larvard

New member
Apr 18, 2019
29
7
3
Version 7.6 – November 24, 2020
Added

  • SUBSCRIBE FORMSAdd a translation to different languages via WPML of the custom subscribe forms #141
  • SOCIAL PROFILESAdd AMP compatibility for the social profiles module #148
  • INSTAGRAMAdd option to disable Instagram feed on mobile #149
  • INSTAGRAMAdd support for WP Rocket lazy loading images in the Instagram feed module #150
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz updated Easy Social Share Buttons for WordPress with a new update entry:

Easy Social Share Buttons for WordPress v7.6 Nulled

Download Easy Social Share Buttons v7.6 for WordPress Nulled Free
v7.6 – November 24, 2020
Added

  • SUBSCRIBE FORMSAdd a translation to different languages via WPML of the custom subscribe forms #141
  • SOCIAL PROFILESAdd AMP compatibility for the social profiles module #148
  • INSTAGRAMAdd option to disable Instagram feed...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu