mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add TweetMeme button
This commit is contained in:
parent
6f809464f3
commit
c86d934be4
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,12 @@
|
|||
<p>Contact me by email or Twitter if you have a comment, correction or just want to get in touch.</p>
|
||||
<ul class="inline">
|
||||
<li><a href="#">Email</a></li>
|
||||
<li><a href="http://twitter.com/home?status=<%= URI.encode("@wezm #{short}") %>">Tweet</a></li>
|
||||
<li>
|
||||
<script type="text/javascript">
|
||||
tweetmeme_style = 'compact';
|
||||
</script>
|
||||
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
|
||||
</li>
|
||||
<li>Short URL: <a href="<%= short %>"><%= short %></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue