Topic-icon JFBConnect Problems

Active Subscriptions:

None
2 years 7 months ago #67441 by masmaj
JFBConnect Problems was created by masmaj
Hi
 I install the component (J3.10.1, Yootheme pro2.6) and there are several problems that should I handle with the JFBconect:
1 in Facebook login, when I try to connect the process end with javascript  void and no login
2 with google after successful login, the module encountered with page redirect 404 (tayeblog.net/%C2%9E%C3%A9e#) look at the end of URL  %C2%9E%C3%A9e# in module conf the page should arrive at the same page!

site tayeblog.net
Thank you
Attachments:
The topic has been locked.
Support Specialist
2 years 7 months ago #67443 by alzander
Replied by alzander on topic JFBConnect Problems
The problem is due to some incorrect Javascript inclusions in the head section of the page.
<script src="/media/com_easydiscuss/scripts/site/easydiscuss-5.0.5.js"></script>
	<script src="/js/uikit-fa-all-icons.min.js"></script>
<script src="/js/uikit-fa-brands-icons.min"</script>
<script src="/js/uikit-fa-regular-icons.min"</script>
<script src="/js/uikit-fa-solid-icons.min"</script>
	<script type="text/javascript">jfbc.base = 'https://tayeblog.net/';
jfbc.return_url = 'Lw==';
jfbc.token = 'dbc7a7ab99f4ac1326677e90bdf167a4';
jfbc.login.logout_facebook = false;

The code at the bottom is from JFBConnect. The script tags at the top are from something else, but they are incorrectly formatted as there is closing > tag after the filename. That's causing the JFBConnect Javascript to break and functionality to not work properly.

Please fix those tags and things should work better. If not, just let us know!

Thanks,
Alex
The following user(s) said Thank You: masmaj
The topic has been locked.
Active Subscriptions:

None
2 years 7 months ago #67445 by masmaj
Replied by masmaj on topic JFBConnect Problems
Hi again
I found the problem, and it was from the UIKITicons script that breaking the functionality.
Thank you
The topic has been locked.
Support Specialist
2 years 7 months ago #67446 by alzander
Replied by alzander on topic JFBConnect Problems
Thanks for reporting back. I'm glad you were able to resolve the issue... and that it wasn't related to JFBConnect! :D

Alex
The topic has been locked.