tweetmeme and asp.net
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-04-04T23:55:25Z
Indexed on
2010/04/05
0:03 UTC
Read the original article
Hit count: 410
ASP.NET
How can I incorporate tweetmeme so I can get that retweet button on an .aspx page? I know the code looks something like this:
<div style=’float:right; padding: 5px 5px 5px 5px’>
<script type=’text/javascript’>
tweetmeme_url='<data:post.url/>';
tweetmeme_style = ‘compact‘;
</script>
<script src=’http://tweetmeme.com/i/scripts/button.js’ type=’text/javascript’>
</script> </div>
but we can't add a script inside the body of a html page
© Stack Overflow or respective owner