Advertisement
hor4ny

How to put twitter button under follow/dashboard buttons

Jul 3rd, 2012
1,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Put this under <head> OR under </body> and replace YOURUSERNAMEHERE with your twitter username. You may have to change right:5px to a different number so that it applies to your theme.
  2.  
  3. <div style="position:fixed;top:25px;right:5px"><a href="https://twitter.com/YOURUSERNAMEHERE" class="twitter-follow-button" data-show-count="false">Follow @YOURUSERNAMEHERE</a>
  4. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement