I have at Homepage several blocks, in each block are several Posts and each Post has own Screenshot.
For Example: https://jsfiddle.net/6jrvyzzo/4/, if you hover on share button, you can see, what I want to do.
I have found Has Facebook sharer.php changed to no longer accept detailed parameters?, facebook - sharer/sharer.php?s=100&p[title]=EXAMPLE&p[summary]=EXAMPLE&p[url]=EXAMPLE&p[images][0]=EXAMPLE
, where I can customize, what I want to share, but Facebook no longer supports custom parameters. If I do this with Open Graph parameters, then each Post can not have as Shared own Screenshot and Url to Block Page, while share Renderer gets Open Graph parameters from that url, where shared Item is linked. I need this for Facebook, Twitter, Google+ and Pinterest.
Looking forward to your ideas