Standing Tall

あれとかこれとか

Standing Tall header image 2
2007年7月7日

新しいサイト”わーどぷれすっ!”をオープンしました。

今後はWordPress関連の話題は全部このサイトに投稿していきます。プラグイン一覧もこの新サイトに移しましたので、ドウゾよろしくお願いします。

WPのプラグイン:StumbleCrumble

2007 年 2 月 24 日
投稿者: tai

説明:StumbleUponで偶然出会った(stumble upon)サイトのリストを表示する

WP ver.:2.0.x - 未検証、2.1 - オッケー

ダウンロード:StumbleCrumble - The Stumble Upon Wordpress Plugin

導入:

  1. stumblecrumble.phpをプラグインフォルダに入れて有効化
  2. wp-content/themes/[使用しているテーマ]/sidebar.phpを開く
  3. リストを表示させる場所に次の行を追加する:
    <?php if(function_exists(stumble_crumble) { stumble_crumble(); } ?>

引数設定:

例:<?php stumble_crumble('johnsmith', 10, '<li>', '<br/>', '</li>', 30); ?>

  • johnsmith - StumbleUponのユーザー名
  • 10 - 表示リスト数
  • <li> - リストの前に出力する文字列
  • <br/> - 各項目間に出力する文字列
  • </li> - リストの後に出力する文字列
  • 30a - h各項目の表示文字数

この他の「外部情報」関連のプラグイン:

: コメントなし

Leave A Comment

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.