In my web i was used lazy load plugin ( http://www.appelsiini.net/projects/lazyload ).
But google+ and facebook share button doesn´t send picture who is loaded with lazy plugin.
<img class="lazy" src="img/grey.gif" data-original="img/example.jpg" width="640" height="480">
This code has been used. Facebook and google+ share button send src (img/grey.gif), but i need send with share button real picture - in data-original (img/example.jpg).