Forum Moderators: open
<script type="text/javascript">
document.write('<div class="g-plusone" data-size="medium"><\/div>');
</script>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">but when the page opens in IE, for instance and after viewing source code in IE the script remains as above in the source of my page when it some how extracts into
document.write('<div class="g-plusone" data-size="medium"><\/div>');
</script>
<div class="g-plusone" data-size="medium"></div>in the source code of the competitors page. So I thought that the might be something wrong with my server settings or may be somthing else, I just do not know.
When I check page of my site and page from my competitor on W3C...
<div class="g-plusone" data-size="medium"></div>
What do you mean? By Validating both pages in W3C's HTML validator and selecting the option to view source?I am doing exactly this.