forked from wezm/wezm.net
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>
|
<p>Contact me by email or Twitter if you have a comment, correction or just want to get in touch.</p>
|
||||||
<ul class="inline">
|
<ul class="inline">
|
||||||
<li><a href="#">Email</a></li>
|
<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>
|
<li>Short URL: <a href="<%= short %>"><%= short %></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue