TwitterBirdを設置

twitter.png

電線にTwitterBirdが止まっているイメージでタイトルバナー右横に設置しました。いかがでしょう? :) このアイコンをクリックすると、私のTwitterページへ移動するというものです。

さて、私のウェブログでは WordPress Child Theme を使っているのですが、設置方法をメモ代わりに書いておきます。

functions.php:

// add a Twitter Bird
function childtheme_twitterbird() { ?>
<div id="twitterbird">
  <a href="http://twitter.com/Pafuxu">
  <img src="twitter.png" width="80" height="80" /></a>
</div>
<?php }

add_action('thematic_header', 'childtheme_twitterbird');

style.css:

#twitterbird {
    position: absolute;
    top: 135px; right: 150px;
    z-index: 1000;
}
This entry was posted in HTML/CSS, WordPress and tagged , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. kazusa_48i
    Posted 2010-04-24 at 15:39 | Permalink

    函館てバンドやってます。
    GLIN AND CHIMNEEと申します。

    アパレル関係の仕事してます。
    偉そうに言ってアルバイトです。

    運転大好きです。
    ラパンはのるだけでしあわせです。

    学生に間違われる一般人です。

    よろしくです。

    です。

  2. Posted 2010-04-27 at 23:34 | Permalink

    kazusa_48iさん、こちらこそよろしくです。

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">