C# 自定义消息facebook共享按钮

C# 自定义消息facebook共享按钮,c#,asp.net,facebook-sharer,C#,Asp.net,Facebook Sharer,我想要一个自定义的facebook共享按钮,我可以根据用户在整个页面上的选择每次编辑其中的消息 诀窍在于,这条消息不是静态的,应该是动态的,我一直在为share button开发元标记,但无法获得我想要的 我该怎么做 编辑:代码 <meta property="og:title" content="Event Based Social Media" /> <meta property="og:description" content="This is a test messa

我想要一个自定义的facebook共享按钮,我可以根据用户在整个页面上的选择每次编辑其中的消息

诀窍在于,这条消息不是静态的,应该是动态的,我一直在为share button开发元标记,但无法获得我想要的

我该怎么做

编辑:代码

<meta property="og:title" content="Event Based Social Media" /> 
<meta property="og:description" content="This is a test message from a project that connects people by creating events and notify them. Developers #METUNCC Aral, Atik, Cem, Izzet." /> 
<meta property="og:image" content="http://www.socialmedianews.com.au/wp-content/uploads/2010/06/social-media-crime-event-sydney-ark-group-australia-june-28-29-worldsquare-rydges-sydney.png" />



 <a name='fb_share' type='button_count' href='http://www.facebook.com/sharer.php?appId={YOUR APP ID}&link=<?php the_permalink() ?>' rel='nofollow'>Share</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script>


你能分享你目前拥有的代码吗?这是可行的,但正如我所说的,我无法使其动态化。。。尝试从C#codebehind编辑元标记,但也不起作用。尝试查看除上述解决方案之外的任何解决方案?