diff --git a/app/views/fragments/_top.html.erb b/app/views/fragments/_top.html.erb
index 8e5b371..4b3357a 100644
--- a/app/views/fragments/_top.html.erb
+++ b/app/views/fragments/_top.html.erb
@@ -18,6 +18,12 @@
+ -
+
+ <%= link_to 'Tweet',
+ "https://twitter.com/share?text=EntryDNS a nice free DNS management service&url=#{root_url}",
+ :class => "twitter-share-button" %>
+
<% if user_signed_in? %>
- <%= link_to('Help & Support', page_path('help'), :data => {:pjax => '#main'}) %>
- <%= link_to(current_user.email, edit_user_registration_path, :title => "IP: #{client_remote_ip}", :data => {:pjax => '#main'}) %>