Topic-icon not lock in with facebook " botton

Active Subscriptions:

None
13 years 4 months ago #30605 by holbus
Hi, then I installed JFB Connect yesterday, the "lock-in with facebook " was available, but later it disappeared: I do not what do do.
When I do the auto install the following warning are coming up. Could this caused the problem? How to fix those issues? I can see any Facebook application 8in my module and plug in extentions. Could you fix the issue pls? What do you need for that?

Test: JFBCSystem plugin is enabled

Warn: JFBConnect System plugin is including code 2 times on your page. This is usually caused from a mal-formed HTML document with multiple , , and/or tags. This should be investigated and fixed!

Test: Facebook Javascript library inclusion

Warn: Another Facebook extension is installed, including the Facebook Javascript library, and may conflict.


BR Holger
The topic has been locked.
Support Specialist
13 years 4 months ago #30611 by alzander
BR,
Your output HTML is very incorrect. The actual article text is surrounded by separate head and body tags. There should only be one grouping of html, head, and body tags on your site. More than that completely breaks HTML formatting and can cause numerous problems, including the one you mention.

If you open the HTML for your home page in your browser, you'll be able to see the following block of code toward the bottom:
<div class="art-postcontent">
<div class="art-article"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head><head>
  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
So, something in the art-postcontent div is trying to create a whole new web-page element within the page. That <html><head></head> tag and the closing tags for them at the bottom of the page need to be removed.

I have no idea what's causing that, but hopefully the above information gets you or your developer started on looking into the problem.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 4 months ago #30694 by holbus
I found the cause: It is the plug-in "Fullpage" for the JCE Editor. If you uninstall the plug-in and load every page in the editor the problem disapear
The topic has been locked.
Support Specialist
13 years 4 months ago #30695 by alzander
Holger,
Glad you found the issue. I'm happy to hear that's resolved as it will help your site overall. It definitely wasn't JFBConnect related, but would likely have caused you issues with other extensions or even search engine visibility.

Thanks for letting us know the cause. We'll keep that in mind in case anyone else reports similar issues.

Alex
The topic has been locked.