mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Switch back to simple Tweet link instead of tweet meme
This commit is contained in:
parent
1269749965
commit
a446bd7924
1 changed files with 3 additions and 5 deletions
|
@ -51,11 +51,9 @@
|
|||
</script>
|
||||
</li>
|
||||
<li>
|
||||
<script type="text/javascript">
|
||||
tweetmeme_style = 'compact';
|
||||
</script>
|
||||
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
|
||||
<% short = @item[:short_url]; raise "#{item.identifier} does not have a short url" if short.nil? %>
|
||||
<a href="http://twitter.com/home?status=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Tweet</a>
|
||||
</li>
|
||||
<li>Short URL: <a href="<%= @item[:short_url] %>"><%= @item[:short_url] %></a></li>
|
||||
<li class="short">Short URL: <a href="<%= short %>"><%= short %></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue