The forgotten Milk

LifeHacks + Coding = HappyLife

7/06/2007

Using BigTwitter to post message

In the past three days, I write one mini tool named BigTwitter. You can use it to post message to Twitter.

1. Login with username and password


2. Write some characters and post it



Download BigTwitter

Note: If you can't run BigTwitter, please download Microsoft .NET Framework Version 2.0 Redistributable Package (x86) and install it firstly.

Labels:

7/02/2007

How to make one twitter page in your blog

Twitter provides some plugins that can display your messages recently in twitter. But for me, that isn't enough. I need twitter to be one powerful supplement for my blog: 1. the visitors needn't go to twitter to see my message; 2. the visitors can view all of my messages by page turning.

So, I did as the below way. It is enable in WordPress.

1.make one new page, and paste the below code

<style type="text/css">
#sidebar{display:none;}
#content{width:800px;}
</style>

<iframe src="http://fanfou.com/terababy" height="1500" width="100%"></iframe>

Note:
Because most of pages in WordPress template, the sidebar always display, the work of the css is to hide the sidebar and make the twitter wider.

And you must replace the source of the element "iframe" with your twitter's profile.

2. publish the page, then you can see it in your blog




You can see the work in my test blog:
http://terababy.yo2.cn/twitter/


Btw, I have 2 invites in Pownce. If you need it, please leave me your email address.

Labels: ,

6/24/2007

How to share articles from GoogleReader to Twitter

When reading articles in GoogleReader, how to share the nice articles to Twitter at a rapid? I made one GreaseMonkey script for that, and you can now.

The format of messages
[Tag] Title(Note) URL

The basic function

  • Tag\title\URL are received from articles in GoogleReader automatically. And you can edit them.
  • URL can be converted into tinyURL.
  • Before sending the messages, the words number will be counted.

The installation order

i. Install the browser - firefox
http://www.mozilla.com/en-US/
ii. Install the plugin - GreaseMonkey
http://addons.mozilla.org/en-US/firefox/addon/748
iii. Install this script
http://userscripts.org/scripts/show/10169


The specification

1. the link "Share with twitter"

After installing the script, open GoogleReader. Below each article, one link "Share with twitter" is added in the toolbar.



2. one mini window

Click the link, one mini window will popup. There are four inputboxes: Title, Tags, URL, and Note. Tag\title\URL are received from articles in GoogleReader automatically. And you can edit them. If you want to talk about it yourself, please input in "Note".



3. four buttons

  • Save - send the message to twitter
  • TinyURL - make the long url tiny. Once you click it, please wait the URL changing from "making urlurl tiny..." to one tiny url
  • Count - count the words' number
  • Cancel - close the mini windows




4. the user authentication

When you send the first message, one authentication is required. Please use your registered username or email address as the username component.

5. show the messages shared



You can install the script here:
http://userscripts.org/scripts/show/10169

Labels: , ,

6/09/2007

how to synchronize multi twitter services via msn robot

Do you have multi twitter services?
Twitter, the popular miny-blog webapp.
In China, there are many twitter alike webapps. Fanfou and Jiwai.de are popular recently.

So one problem is come up, how to update the three twitter at the same time?
Msn robot can help me.

msn robot for twitter: msntw001@hotmail.co.jp
for fanfou: msn002@fanfou.com
for jiwaide: wo@jiwai.de

1. Open one chat windows by twitter robot, and invite the other two robots



2. This is the meeting among three robots


3. Send one message


4. Show the result on web page
twitter


fanfou


jiwaide


btw: I got the idea from hecaitou.

Labels: ,