1. Richard Barber Silver

    Head of Marketing at moneysavingexpert.com

    29 June 2011 13:23pm

    Richard Barber

    Hi,

    Given that Google +1 is being rolled out I asked our techie team to add it to the social options across our site.

    Unfortunately, the techies looked into it and found that that there was a javascript error in IE7 that stopped the page loading and a debug error showed up on screen.

    Econsultancy blogs fail in the same way, but the audience here is unlikely (one hopes) to be using IE7, same seems to be true of most other sites that currently have the +1 button on their pages.

    Has anyone found an effective workaround as IE7 is still 10%+ of our traffic and it's unacceptable for us to provide a bad experience for that many users.

    Many thanks,

    Richard

  2. Ashley Friedlein Staff

    CEO at Econsultancy

    05 July 2011 11:28am

    Ashley Friedlein

    Hi Richard

    Thanks for pointing this out. Around 4% of our site visits are IE7.

    I've just checked our blog using IE7 and I don't get an error as such. The Google+1 (and, indeed, the Facebook Like) just don't show at all but the page otherwise seems fine...?

  3. Richard Barber Silver

    Head of Marketing at moneysavingexpert.com

    05 July 2011 12:08pm

    Richard Barber

    Hi Ashley,

    We've found a work around (posted below).

    When you say you have checked on IE7, is that IE7 tab or IE7 - we found it works as you suggested on IE7 tab, but not on actual IE7 (we have a box with vista running just so we can test it properly).

    I just checked again and we still got the debug error but the page had loaded behind so it's not as bad as it was. We've used the following code to fix the error.

    <!DOCTYPE html><html>
    <head>
    <title> +1 Test 2 </title>

    </head>
    <body>
    <g:plusone size="medium"></g:plusone>
    </body>

    <!--[if !IE 7] -->
    <script type="text/javascript" src="http://apis.google.com/js/plusone.js "></script>
    <!-- [endif]-->

    </html>

    Kind regards,

    Richard

Reply to this thread

Log in to reply to this thread or join Econsultancy for free so you can post to our forums along with other benefits.