I am using a facebook share button customized by my own design.
First : I have an a-tag as follow :
<a href="http://www.facebook.com/sharer.php?u={$mainsite|escape:'url'}{$OBJECT->getURL()|urlencode}&t={$OBJECT->getShareMessage()|escape}" onclick="window.open(this.href);return false;" class="btn-facebook"></a>
And the class 'btn-facebook' calls the background image of my customized design.
Second, the page has meta tags that gathers some open graph properties as title, image of the page,...
My problem is that when I click on this a-tag, I have indeed a message on my facebook wall, but I don't have any title or image displayed in this message. Is there a way to do that ?
By the way, I know I can use the feed dialog, but is it possible to couple this latter to opne graph meta tags ?