[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Twitterウィジェットの設置について
- From: Koichi Akabe <vbkaisetsu@xxxxxxxxx>
- Subject: Twitterウィジェットの設置について
- Date: Wed, 27 Jun 2012 23:11:48 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type; bh=rb3GZ0p6dnlegD5qnmEgrYTu0M+JA4QHfpX/EU2qHE0=; b=vOVZeFCRQKnchaJ7XlUtHVNRDzOWnVeLELMPezM23RJz8xVS9si+sPIfemVZ3nCcEQ xZ54iAn5nddAGVBJtYvCYrjiq5gDdbmN1J8grrNSJ4ei3BaSATu1dRHZhGXNXwJBPNUB x60n1YFsriHJGn5zaaLtrJWoV4XXmyecUrl6q29gkO1Ag0HdOBrmoK545PNmOU+xvzsc OMHGVVVzkeqXA0VFGeONhjKZxCfGWpTMiVnz8B20O1QdLxA61EsGtsyORHt1Pc8qYtyX jmHtx4b2APkHCiE9cq2oJlr5cvPshNdI1JA61rJ6LXz0AQqZbELNlEDOGqItj55jLUxx YaJQ==
- List-help: <mailto:debian-www-ctl@debian.or.jp?body=help>
- List-id: debian-www.debian.or.jp
- List-owner: <mailto:debian-www-admin@debian.or.jp>
- List-post: <mailto:debian-www@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-www-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-www-ctl@debian.or.jp; help=<mailto:debian-www-ctl@debian.or.jp?body=help>
- X-ml-name: debian-www
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-www-dist@debian.or.jp
- X-spam-checker-version: SpamAssassin 3.2.5 (2008-06-10) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-3.4 required=10.0 tests=KI,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.2.5
- Message-id: <20120627231306.211094f34bf5faec44fc01c8@xxxxxxxxx>
- X-mail-count: 19547
- X-mailer: Sylpheed 3.2.0 (GTK+ 2.24.10; i486-pc-linux-gnu)
こんにちは。あかべです。
WWWメーリングリスト初投稿となります。よろしくおねがいします。
以前 Debian JP のページに試験的に Twitter ウィジェットを設置していただきましたが、見栄えの問題で削除されてしまいました。
しかし、Twitter ウィジェットを設置することは、広報のために良いことだと思うので、デザインを変えてもう一度設置したいと考えています。
差分を添付したので、どなたかご意見をいただけませんか?
大統一Debian勉強会のバナーを置き換える形となっています。
よろしくおねがいします。
--
Koichi Akabe
vbkaisetsu at {gmail.com, debian.or.jp}
Index: include/rightsidebar
===================================================================
--- include/rightsidebar (revision 1266)
+++ include/rightsidebar (working copy)
@@ -1,7 +1,33 @@
<div class="rightsidebar">
- <h2>Debianٶ</h2>
- <p><a href="http://gum.debian.or.jp"><img style="float: none" src="[% WPATH %]image/gum-banner.png" alt="Debianٶ"></a></p>
-
+ <script charset="utf-8" src="./twitter-widget.js"></script>
+ <script>
+ new TWTR.Widget({
+ version: 2,
+ type: 'profile',
+ rpp: 5,
+ interval: 30000,
+ width: 'auto',
+ height: 200,
+ theme: {
+ shell: {
+ background: '#005469',
+ color: '#ffffff'
+ },
+ tweets: {
+ background: '#e3faff',
+ color: '#000000',
+ links: '#eb0707'
+ }
+ },
+ features: {
+ scrollbar: false,
+ loop: true,
+ live: true,
+ behavior: 'default'
+ }
+ }).render().setUser('debianjp').start();
+ </script>
+ <br />
<h2></h2>
<p><a href="[% WPATH %]using/quick-etch/">Debian GNU/Linux [% oldstable_version %] / [% stable_version %]åȡ륬</a></p>
<p><a href="[% wwworg %]/releases/[% stable_codename %]/i386/release-notes/ch-upgrading.ja.html">Debian GNU/Linux [% stable_version %] ΡȡְΥ饢åץ졼ɤ(x86)</a>
Index: src/css/debianjptop.css
===================================================================
--- src/css/debianjptop.css (revision 1266)
+++ src/css/debianjptop.css (working copy)
@@ -238,6 +238,11 @@
/* ******************** rightsidebar ******************** */
+div.rightsidebar {
+ width: 19%;
+ float: right;
+}
+
div.rightsidebar h2 {
margin: 0em 1em 0.5em 0em;
font-size: 110%;