Hello,
I love your extensions and your templates. I need to use some social extensions as JUX Facebook Events, JUX Social Stream and Jux Social Tabs. Unfortunately in all these extensions Facebook posts are not visible. Can you help me please? I like your extensions and do not want to change them!
Best regards.
Hello Vivi,
Thanks for contacting us and choosing our product!
Please send me your account site(Back-end Joomla). I will check it for you
Thanks!
Best Regards
__NT__
Hello All,
Thanks for contacting us and choosing our product!
About your problem, Please go to modules/mod_facebook_events/events.php
line 26
$json = file_get_contents($json_link);
change
$ch = curl_init($json_link);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$json= curl_exec($ch);
curl_close($ch);
Thanks!