ran insecure content from Facebook

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Sep 13, 2012 8:54 pm
Hello,

I am trying to use the GK4 or GK5 facebook module and I keep getting an error that the content is insecure. What can I do to fix this error. PS, Facepile isn't working either.


Thanks a million.
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 7:07 am
Hi,

I've reported this problem - we'll release a fix if possible in the next week.
User avatar
Administrator

GK User
Mon Sep 24, 2012 6:58 am
Any update on the Fix?
User avatar
Senior Boarder

GK User
Mon Sep 24, 2012 10:03 pm
Which plugin cause the problem and in which mode (Iframe/FBML)?

Because the main script is generated by Facebook script and there is no relations to http or https protocol.
User avatar
Administrator

GK User
Sat Sep 29, 2012 5:34 am
we are using the iframe. The fb login isn't working either. We had a convo started, a fix was suppose to come out a few weeks ago and then we haven't heard back from anyone. :(

convo:

https://www.gavick.com/forums/general-d ... 14625.html
User avatar
Senior Boarder

GK User
Sat Sep 29, 2012 11:48 am
I'll explain this situation with our moderator. Regarding your problem with the Social GK5 - please open the file of widget which are you using on your page at the module tmpl directory and replace the http in the iframe src attribute for https.

An example for the tmpl/gkLikebox.php file - the following code:
Code: Select all
<iframe src="http://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($this->config['fb_site']); ?>&amp;width=<?php echo $this->config['fb_likebox_width']; ?>&amp;colorscheme=<?php echo $this->config['fb_likebox_colorscheme']; ?>&amp;show_faces=<?php echo $this->config['fb_likebox_faces']; ?>&amp;stream=<?php echo $this->config['fb_likebox_stream'] ?>&amp;header=<?php echo $this->config['fb_likebox_header']; ?>&amp;height=<?php echo $this->config['fb_likebox_height']; ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:<?php echo $this->config['fb_likebox_width'] ?>px; height:<?php echo $this->config['fb_likebox_height']; ?>px;" allowtransparency="true"></iframe>


should be replaced with:
Code: Select all
<iframe src="https://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($this->config['fb_site']); ?>&amp;width=<?php echo $this->config['fb_likebox_width']; ?>&amp;colorscheme=<?php echo $this->config['fb_likebox_colorscheme']; ?>&amp;show_faces=<?php echo $this->config['fb_likebox_faces']; ?>&amp;stream=<?php echo $this->config['fb_likebox_stream'] ?>&amp;header=<?php echo $this->config['fb_likebox_header']; ?>&amp;height=<?php echo $this->config['fb_likebox_height']; ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:<?php echo $this->config['fb_likebox_width'] ?>px; height:<?php echo $this->config['fb_likebox_height']; ?>px;" allowtransparency="true"></iframe>
User avatar
Administrator

GK User
Tue Oct 02, 2012 8:16 am
I have no idea what your talking about. sorry. Im not a coder. :(
User avatar
Senior Boarder

GK User
Wed Oct 03, 2012 8:54 am
Ok, please tell me which plugin are you using, then I'll attach you the fixed versions :)
User avatar
Administrator

GK User
Wed Oct 03, 2012 9:16 am
I'm using the GK5, News Show, Image Show and Tag GK4. I'm not sure if all of them have updates so I listed them just in case.
User avatar
Senior Boarder

GK User
Wed Oct 03, 2012 9:50 am
I've asked for plugins used in the Social GK5 module...
User avatar
Administrator

GK User
Sat Oct 20, 2012 7:42 pm
Hi Gavick Group,

Question - I'm going through my site and making sure everything is going to load without warnings on IE browsers. When I look at the source code of my home page after loaded it tells me that I have http references as:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en-gb" lang="en-gb">
<head>

Question: Should I change these, and if yes where do I find? Also, I have read that https on facebook loads site very slow, please advise. The bottom line is I don't want visitors to my SSL site to get a security warning on all my pages.

Thanks.
User avatar
Expert Boarder

GK User
Mon Oct 22, 2012 6:15 pm
These http URLs are not a problem, because it isn't loaded directly. The only problematic elements in the SSL mode are embed page fragments like:

- scripts
- stylesheets
- media
User avatar
Administrator

GK User
Mon Oct 29, 2012 11:37 pm
perfect, thanks! I have the browser issues now resolved as well... (reaching for wood to knock on... :lol: )
User avatar
Expert Boarder


cron