Follow & Dashboard 按钮

2011年05月07日

今天要介绍的就是这个啦:


如果你眼睛没瞎的话
一早就能发现在我blog的右上角也有这两个按钮
话不多说
跟着以下步骤

1. 设计→页面元素→添加小工具→HTML / Javascript
2. copy 以下代码
<div style="display:scroll; position:fixed; top:5px; right:90px;"><a class="linkopacity" href="http://www.blogger.com/follow-blog.g?blogID=你的BLOG ID" target="_blank" rel="nofollow" title="Follow !" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://assets.tumblr.com/images/iframe_follow_alpha.png?6" /></a> <div style="display:scroll; position:fixed; top:5px; right:2px;"><a class="linkopacity" href="http://blogger.com/home" target="_blank" rel="nofollow" title="Dashboard !" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://assets.tumblr.com/images/iframe_dashboard_alpha.png?6" /></a></div></div>

3. 把BLOG ID 换成你的BLOG ID






4. 按保存,完成

28 comments:

  1. 谢谢啦~我悄悄の拿走了~=目

    ReplyDelete
  2. 那个如果要改方向要怎样哦 ?

    ReplyDelete
    Replies
    1. ctrl + F 找 right
      然后把 right 换去 left 就可以了 ^^
      code里面共有4个right哦

      Delete