Wednesday, September 05, 2012

Put Tumblr Follow and Dashboard Button



login to blogger first.

click more options beside the Go to post list button.

then, select Layout

click Add a Gadget then choose HTML/JavaScript

 copy and paste this code

* follow button *
<div style="position: fixed; right: 93px; top: 5px;">
<a class="linkopacity" href="http://www.blogger.com/follow-blog.g?blogID=7710374525641211575" imageanchor="1" rel="nofollow" style="margin-left: 1em; margin-right: 1em;" target="_blank" title="Follow"><img border="0" src="http://3.bp.blogspot.com/-feYAFwQF-GM/TtOSBVXcMmI/AAAAAAAAHvk/GH1PZPVvU7c/follow.png" /></a></div>

* dashboard button *

<div style="display:scroll; position:fixed; top:5px; right:5px;"><a class="linkopacity" href="http://blogger.com" target="_blank" rel="nofollow" title="Dashboard" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://4.bp.blogspot.com/-N61PPu_1haE/TtOSBZgZikI/AAAAAAAAHvc/vIEC_dYpIVo/dashboard.png" /></a></div>

this code 7710374525641211575 is your blogID. change those code with your own blogID. you can get the ID from your address bar when you make a post. (ex. http://www.blogger.com/post-create.g?blogID=7710374525641211575).

it's not always to be in the upper right corner. you can put it wherever you want by change the position (the red text).

save and you're done ;)

No comments:

Post a Comment