Pinterest Problem

There is a problem with the pinterest addon. It adds the product to pinterest but the description is strange. It adds + after ever words. Any suggestions how to correct this error?

Thanks

Hi Silverbestbuy , I have the same problem with 4.3.10 do you solve the problem?

Hi Silverbestbuy , I have the same problem with 4.3.10 do you solve the problem?

Hi Guys , this is a bug in 43x latest versions, which is fixed in 44x

You can manually fix it by changing in the app/addons/social_buttons/func.php

line 60 from this
'description' => urlencode(fn_truncate_chars(fn_get_sb_description($params), 200)),
to this
'description' => rawurlencode(fn_truncate_chars(htmlspecialchars(fn_get_sb_description($params)), 200)),

Don't forget to clean your cache it will work fine.

Fotis

Works perfect ! many thanks dvsgr.

Works perfect ! many thanks dvsgr.

No problem my pleasure, its a bug so for all 43x owners its good to go on and fix it.

Fotis

thx