ちょうど設定してみたので、メモ。
まだ触ってないので詳しく分かりませんが、Twitter for Mac's developer consoleというのは、Twitter APIのテストが可能なのようです。
WEB版のコンソールもありますが、Twitter for Mac's developer consoleの方がサクサク動くらしいです。
DEVサイトにログイン、APP登録
まず…
WordPressのウィジェットに個別のid,classを設定して、違うデザインを適用したい場合は、functions.php内でサイドウィジェットを有効にする設定項目の「before_widget」の箇所を以下のように変更します。
register_sidebar(array(
'name' => 'side-widget',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
サイドウィジェットを利用する
graffiti on the web
この投稿へのコメント
コメントはまだありません。