I use Facebook application (shortstack) to make my page. I want to Personalize publication when I share it with short URL. I have test to create a open graph meta tags but i
You need to put opengraph meta tags in your page like
example found it here http://developers.facebook.com/docs/opengraphprotocol/
You also need to change the top tag to
And then it should work fine :)
To debug your page and see if you correctly implemented opengraph tags use the debugger tool here: http://developers.facebook.com/tools/debug/
Hope that helps