Google +1 Javascript error IE7
Job of the week
Featured threads
- How relevant do links need to be? 14 replies
- Tracking Online Response to Marketing/Communications Activities 8 replies
- Behavioural targeting software 4 replies
- Penalty avoidance on English-speaking foreign sites 5 replies
- 3 way linking - good or bad? 21 replies
Most viewed threads in last month
Most active threads in last month
- Best Practice SEO Guide Jan 2012 1 reply
- SEO Companies help to ensure that a site is accessible to a search engine 0 replies
- GendyncIcer 0 replies
- IdeaceKex 0 replies
- Entry level search function 0 replies



Head of Marketing at moneysavingexpert.com
29 June 2011 13:23pm
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
CEO at Econsultancy
05 July 2011 11:28am
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...?
Head of Marketing at moneysavingexpert.com
05 July 2011 12:08pm
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