Google +1 Button not W3C compliant

Does anyone know why this happens? Because Google designed it to use tag soup instead of HTML How to make this compliant? The documentation has alternative markup that is valid under the draft HTML 5 specification: <div class=”g-plusone” data-size=”standard” data-count=”true”></div> If you want it to work with HTML 4.x or XHTML 1.x then you might … Read more

Use custom image for Google+1 button?

Finally! Found a nice solution to this problem. So simple and working 🙂 Hope it helps you! <a href=”https://plus.google.com/share?url=ADD_YOUR_URL” > <img src=”path_to_your_image” alt=”Google+” title=”Google+”/> </a> Source: http://notesofgenius.com/how-develop-custom-google-plus-button/

Social media buttons slow down website load time

You could try $(window).load(function() { instead of $(document).ready(function() { so it will wait until after your images and everything has loaded. If that doesn’t help, then I would suggest having them only appear on hover. Have a bunch of static images / CSS sprites, that get replaced when the user hovers over them. If you … Read more

Share link on Google+

Yes, you can. https://plus.google.com/share?url=YOUR_URL_HERE Edit: It works only with eff.org. Edit: As of March 2012 it works on all sites. Documentation for this sharing method is available on the Google Developers site.

How do Google+ +1 widgets break out of their iframe?

The Google +1 widget is JavaScript that runs on your website that is building an iframe. This JavaScript widget is running within the context of your website and therefore is not constrained by the Origin Inheritance Rules for iframes. Therefore this JavaScript widget can set whatever DOM events it wants on the parent site even … Read more

Why does Google +1 record my mouse movements? [closed]

It appears to be seeding a random number generator with your mouse movements. The mouse move handler itself does something along the lines of the following: var b = ((event.X << 16) + event.Y) * (new Date().getTime() % 1000000); c = c * b % d; if (previousMouseMoveHandler) previousMouseMoveHandler.call(arguments); d is (screen.width * screen.width + … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)