this is the parameter I add in my header that let me show a thumbnail in my linkedin messages
<meta property="og:image" content="imageurl">
I would like this image to be dynamic : show different page thumbnail on linkedin messages, by adding query parameters in my url
For example those 2 urls
website/?param=1
website/?param=2
Should modify my og:image property like this
Is it possible to do this?