I've read the ReadME file from start to finish! My "Connect" button is disappearing. Does anyone know how to fix this? My domain is www.idahorealestatereview.com. Thanks! Should I be using the -dev version?
Levi

Comments

Leviticus Johnson’s picture

Component: I am lazy and not paying attention » Facebook Connect

I've read the ReadME file from start to finish! My "Connect" button is disappearing. Does anyone know how to fix this? My domain is www.idahorealestatereview.com. Thanks! Should I be using the -dev version?
Levi

Leviticus Johnson’s picture

Version: 7.x-3.3-beta3 » 7.x-3.x-dev
Category: task » support

Switched to the -dev version and the Connect button is still disappearing in Internet Explorer. Shows up good in Firefox, and displays only "Connect" text in Safari. Not sure where to start to get this resolved.

Drupal's Bartik theme has no html in the page.tpl.php file, only a html.tpl.php file, and in the html.tpl.php file I have the following code:

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
  "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>

<head profile="<?php print $grddl_profile; ?>">
  <?php print $head; ?>
  <title><?php print $head_title; ?></title>
  <?php print $styles; ?>
  <?php print $scripts; ?>
</head>
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
  <div id="skip-link">
    <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
  </div>
  <?php print $page_top; ?>
  <?php print $page; ?>
  <?php print $page_bottom; ?>
</body>
</html>

Just not sure why it comes and goes in IE.