Topic-icon Warning: A non-numeric value encountered in share.php on line 106

Active Subscriptions:

None
hello I updated my server php from 5.6 to 7.01 since that I have this error
Warning: A non-numeric value encountered in /home/ittihad/public_html/components/com_jfbconnect/libraries/provider/pinterest/widget/share.php on line 106
please any one can help what should I do to fix that.
regards
exemple
www.ittihadzgharta.com/1136-%D8%A7%D8%AC...BA%D8%B1%D8%AA%D8%A7
The topic has been locked.
Support Specialist
We're sorry for the trouble. This isn't a warning we've seen before, but it's a silly mistake on our part that's easily correctible.

To fix, please edit the components/com_jfbconnect/libraries/provider/pinterest/widget/share.php file. Around line 106, you'll see the following line:
return '//assets.pinterest.com/images/pidgets/'+$image+'.png';
Change those plus signs (+) to periods (.) like:
return '//assets.pinterest.com/images/pidgets/' . $image . '.png';

Also, do the same thing on line 103 by changing:
$image = 'pinit_fg_en_rect_'+$color+'_'+$num;
to:
$image = 'pinit_fg_en_rect_' . $color . '_' . $num;
I hope that helps, but should you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.