By NIna MÃ¥rtensson on Friday, 22 April 2016
Posted in Technical Issues
Likes 0
Views 305
Votes 0
Facebook like button is suddenly not visible in Easyblog. I can find the button in the code but it's just not visible. I haven't made any changes to my joomla or easyblog so I don't understand what could have caused this. I have an older version of Easyblog, 3.9.22295.
I am experiencing the same issue across the board on all 3.9.x sites
Tim
·
Saturday, 23 April 2016 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Nina,

I am really sorry for the delay of this reply as it is a weekend for us here. Please provide us with the ftp access to the site so that we can troubleshoot this.

By the way, is it possible for you to update EasyBlog to the latest version?
·
Sunday, 24 April 2016 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I had a weekend myself so no prob. I solved it myself by editing com_easyblog/classes/facebook.php

changed:
$html .= EasyBlogHelper::addScriptDeclarationBookmarklet('$("#' . $placeholder . '").bookmarklet("facebookLike", {
url: "'.$url.'",
send: "'.$send.'",
layout: "'.$layout.'",
verb: "'.$verb.'",
locale: "'.$locale.'",
faces: "'.$faces.'",
theme: "'.$theme.'",
height: "'.$height.'",
width: "'.$width.'"
});');
to
$mylayout = "button_count";

$html .= EasyBlogHelper::addScriptDeclarationBookmarklet('$("#' . $placeholder . '").bookmarklet("facebookLike", {
url: "'.$url.'",
send: "'.$send.'",
verb: "'.$verb.'",
locale: "'.$locale.'",
theme: "'.$theme.'",
layout: "'.$mylayout.'",
});');

and now it works. I want to update to the latest version and I will, but when I tested on my dev site some things looked wierd so I have to do some work. Thanks for your time.
·
Monday, 25 April 2016 17:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 25 April 2016 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post