I'm trying to add a facebook share button to share a link in my facebook application.
I have the following code in my application:
<fb:share-button class="meta">
<meta name="medium" content="mult"/>
<meta name="title" content="my content"/>
<meta name="description" content="some content"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="mylink"/>;
</fb:share-button>