I want to make like on Stackoverflow. I do not whant +1 button (it takes some time for loading and all page loading are little slower).
I\'ve looked on source p
The share link supports two url paramaters: url, for the target url, and hl, for a language code.
The structured markup on the target url determines the title, description and image shared on Google+. For example, if you add schema.org markup or OpenGraph tags to the page that you're sharing it appears to pick it up just like it does for the +1 button.
In the official docs for the +Snippet it indicates that schema.org markup is preferred. So if you add markup to your page that looks something like this:
Shiny Trinket
Shiny trinkets are shiny.
you will see your title read from the name field and image from the aptly named image field.
Alternatively, you can add OpenGraph tags to the head of your page to specify the same fields like this: