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>
|
</script>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<script type="text/javascript">
|
<% short = @item[:short_url]; raise "#{item.identifier} does not have a short url" if short.nil? %>
|
||||||
tweetmeme_style = 'compact';
|
<a href="http://twitter.com/home?status=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Tweet</a>
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
|
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue