การเพิ่ม profile widget ของ twitter

profile widget
profile widget

ข้อมูลมากมายไหลอยู่ในโลกเสมือนจริง กลุ่มคนที่ใช้ twitter ก็จะส่งเสียง tweet กันอยู่ตลอดเวลา เสียงที่ออกมาอยู่ในรูปข้อความ 140 ตัวอักษร ที่แนบลิงค์ได้ และเราสามารถนำเสียงนั้นไปแสดงในเว็บเพจได้ด้วยบริการที่เรียกว่า widget ซึ่งมีตัวเลือก 4 ตัวคือ profile widget, search widget, faves widget หรือ list widget หรือจะใช้ facebook application ก็ทำได้

เมื่อวันที่ 31 มกราคม 2555 ผมตัดสินใจผูก profile widget เข้ากับ blog  ที่ดูแลอยู่ เพื่อเข้าถึงกลุ่มคนอีกกลุ่มที่ติดอยู่ในโลกของ twitter เท่าที่สังเกต มีผู้คนไม่น้อยอยู่แต่ใน  twitter เพราะเขาไม่ได้ใช้ชีวิตกับการสืบค้นข้อมูล เพียงแค่ tweet ที่พลั่งพลูออกมา ก็หมดเวลาจะเหลียวซ้ายแลขวาแล้ว ถ้าจะพบพวกเขาก็ต้องเข้าไปในโลกของเขา

ดังคำว่า ไม่เข้าถ้ำเสือก็ไม่ได้ลูกเสือ แล้วนี่ก็ไม่ใช่เสือ แต่เป็น twitter

https://twitter.com/about/resources/widgets

โดยเพิ่ม profile widget เข้าไปใน wordpress ผ่าน Menu, Appearance, Widgets, Text ก็จะได้ผลเหมือนกล่อง twitter สีดำที่อยู่ทางขวาล่างของภาพ

<script charset=”utf-8″
src=”http://widgets.twimg.com/j/2/widget.js”></script>
<script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 9,
interval: 30000,
width: 200,
height: 300,
theme: {
shell: {
background: ‘#333333’,
color: ‘#ffffff’
},
tweets: {
background: ‘#000000’,
color: ‘#ffffff’,
links: ‘#4aed05’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: ‘all’
}
}).render().setUser(‘thaiabc’).start();
</script>


Profile Widget
Display your most recent Twitter updates on any webpage.

Search Widget
Displays search results in real time! Ideal for live events, broadcastings, conferences, TV Shows, or even just keeping up with the news.

Faves Widget
Show off your favorite tweets! Also in real time, this widget will pull in the tweets you’ve starred as favorites. It’s great for moderation.

List Widget
Put your favorite tweeps into a list! Then show ’em off in a widget. Also great for moderation.