This page is currently revised

Important: ReferralHoney Sharepage link fix

0 minute, 25 seconds

The Facebook-Button on the ReferralHoney Sharepage stopped working – looks like Facebook has changed its javascript API.

Bugfix:

open

mailhive/mailbeez/coupon_referral_honey/templates/sharepage_german.tpl.html

find around line 55

<a type=”button” name=”fb_share” share_url=”{$fb_share_url}>

find

$fb_share_url

replace with

$tw_share_url_real

Background:

Previously the $fb_share_url needed to be urlencoded, now it MUST not be url encoded. The Variable $tw_share_url_real contains an “real” version of the sharepage URL.

Next Post    Previous Post

Top