Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-12-2013 00:46:44

robash
Member
Registered: 02-10-2013
Posts: 344

Facebook Like button disappeared

Hi all

The facebook like button has disappeared from my site. Ive checked the demo site, thats gone too.

Not sure if the problems with my computer or not ?


Rob

God Save The Queen

Offline

 

#2 07-12-2013 07:06:00

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

Re: Facebook Like button disappeared

yeah I noticed that, I'm not on the latest version just yet are you?

Offline

 

#3 07-12-2013 08:50:48

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Facebook Like button disappeared

Hello Adam.  I did some digging into this, and it appears facebook has followed suit with twitter and have decided to use un-encoded URLs in their widgets.  I have updated the 8.0.5 codebase as of this morning with the following change to handle this:

File: {private}/apps/ecom/ECOM/includes/prodshowextras.php

In the section prefixed with the comment 'Handle Facebook' change:

Code:

$thisurl   = urlencode(preg_replace('/\&amp\;/','&',$page_url));

To:

Code:

$thisurl   = preg_replace('/\&amp\;/','&',$page_url);

This code change will be in all 8.0.5 installs as of 9:45 AM ET 07/12/2013.  All users who installed/updated to 8.0.5 prior to this date/time should make this change manually if you notice an issue with your facebook like button.


Nick Hendler

Offline

 

#4 07-12-2013 15:45:03

mgoff1j
Member
Registered: 01-26-2010
Posts: 17

Re: Facebook Like button disappeared

Thanks Nick!

Offline

 

#5 07-19-2013 07:53:43

geraldz
Member
Registered: 09-27-2011
Posts: 251

Re: Facebook Like button disappeared

Fixed mine too.  Thanks.

Offline

 

Board footer