>--> Wikipedia で「今日は何の日?」 | クリボウの Blogger Tips

クリボウの Blogger Tips

Google Blogger の使い方、カスタマイズ方法、各種ツールなど、
Blogger 関連の役立つ情報を紹介しています。

> Wikipedia で「今日は何の日?」

Wikipedia で「今日は何の日?」

Posted at: 2005-11-29 9

えー、いつごろつけたか忘れたんですが、ブログ右上の閲覧者数の下に今日の日付を表示するようにしました。
これは、単に日付を表示しているだけではなくて、Wikipedia のその日付についての記事へとぶためのリンクになっているのです。

このリンクの導入方法は、テンプレートのリンクを表示したい部分に

<script type="text/javascript">
var date = new Date();
var month = date.getMonth() + 1;
var day = date.getDate();
var text_over = "Wikipedia で「今日は何の日?」";
var text_out = month + " 月 " + day + " 日";
document.writeln("<a href='http://ja.wikipedia.org/wiki/" + month+"%E6%9C%88" + day + "%E6%97%A5' target='_blank' onmouseout='this.innerHTML=\"" + text_out + "\";' onmouseover='this.innerHTML=\"" + text_over + "\";'>" + text_out + "</a>");
</script>
のコードを書き入れるだけ。

今日がどんな日なのか、ちょっとタメになる情報をご自分のブログから見られるようにしてみてはどうでしょうか。


スポンサードリンク:
お願い:
「この記事役に立った!」と思ったら、ぜひフィード登録をお願いします。 

Comments:9

  1. はじめまして、
    いつも勉強させていただいてます。
    さっそく使わせていただきました。
    なかなかいいですね。

    ReplyDelete
  2. コメントありがとうございます。

    > は、まださん
    これは Blogger Help からヒントを得たものなんですが、なかなかおもしろいですね。どうぞどんどん使ってくださいませ。

    > MA さん
    たしかに、クリックする日ごとに違う内容が表示されるのは、おもしろいですね。毎日ついついクリックしてしまうクリボウなのでした…。

    > cyucyu さん
    僕も Google を気に入っている一人です。Blogger はまだ英語の部分も残っていますが、少しずつ日本人にも使いやすいように変わってきています。はてな Blogger リングに Blogger を利用している先輩が多くいますので、いろんな人のブログを見てみたらどうでしょうか。

    ReplyDelete
  3. I love how you approach topics from different angles. Very insightful!

    ReplyDelete
  4. This post offers an interesting snapshot of how people viewed Wikipedia and online knowledge-sharing back in 2005. It’s fascinating to see the early internet culture and discussions around collaborative information platforms. A nostalgic read that still feels surprisingly relevant today.

    grocery delivery in carmel indiana

    ReplyDelete
  5. Interesting perspective on Wikipedia and online knowledge sharing. It's fascinating to see how collaborative platforms have evolved and continue to make information more accessible to everyone. Thanks for sharing your thoughts!

    trucking startup advisory services

    ReplyDelete
  6. Interesting perspective! It's always fascinating to see how collaborative platforms like Wikipedia have evolved over time and shaped the way people access information. Thanks for sharing these thoughtful insights.

    brewery equipment for sale

    ReplyDelete

Comments on Google+:

© 2005-2014 Kuribo. Powered by Blogger.