When posting on Facebook, and referencing our Drupal site in an url, Facebook shows the Browser-Update error message stating the browser is out of date. Any idea how to tell the Browser update module to ignore facebook's browser type?
To reproduce, logging into FaceBook and try posting a status update with a reference to a Drupal Site such as ours: http://mystandrew.org

Comments

pebosi’s picture

Hi,

our your source code there are these lines:

<!-- Browser notification -->
<div class="browser-notification ie6">
<p>Your browser (Internet Explorer 7 or lower) is <strong>out of date</strong>. It has known <strong>security flaws</strong> and may <strong>not display all features</strong> of this and other websites. <a href="http://www.browser-update.org/update.html">Learn how to update your browser</a>.</p>
<div class="close">X</div>
</div>
<!-- // Browser notification -->

These were not added from bu module, maybe you added them in the theme page.tpl.php file? When using bu.module a small javascript code will check browser version and add a message automatically. The one above is not from the module.

Regards

pebosi’s picture

Status: Active » Closed (cannot reproduce)

Closing here.