Archive for the ‘Twitter News’ Category



How to Back Up Your Tweets on Google Calendar!

December 6th, 2009

Twistory, is a new Twitter-app site that lets you back-up your valuable tweets on Google Calendar through Google API.  It’s simple to use and all you have to do is enter your Twitter username to get started.  Of course, if you use your Google Calendar for other purposes, we suggest you to make a new Twitter-backup account for Google Calendar so it stays separate.

I find this the best way to back-up your tweets since Twitter itself doesn’t offer any kind of backups.

Best of all, it’s free so you can lose!

Try out Twistory here

Twitter Hack – Home Automation Using Twitter Status Updates!

July 20th, 2009

Here’s an incredibly fun way to devise up home automation using Twitter Status updates as commands for remote-control of your home appliances.  This is a really cool project (as any other Twitter hacks) as it makes use of your actual @reply messages to control your home.

With http://twitter.com/MattsOffice you can send a command by placing a keyword in a @reply message. Valid keywords are “light”, “bright”, “dark”, “temp”, “hot”, “cold”, “lcd”, and “view”. For example, to retrieve the temperature of my office I just need to update my Twitter status with a simple question like “@MattsOffice What is the temperature?”

via diy blog

twitter-hack

Click Here to View in Full Screen Mode

Hackers Send Out Fake Death Tweets!

June 30th, 2009

Hackers have been sending out fake death tweets of famous people like Britney Spears.  Although the matter has been revolved already, (what seems to be caused by TwitPic) it’s interesting to note that Twitter has the power to spread false rumors as much as real ones.

Twitpic fixed this vulnerability by Monday and in an apology letter explained that the hackers tried every PIN combination possible until one worked. Now, Twitpic says a “fix has been put in place to prevent this from happening,” and that less than 10 users were affected by the hack and “no account information was compromised.”

via cnet

Wordpress Twitter Hack – How to Make “ReTweet This!” Button using your Favorite URL Shortener!

May 8th, 2009

For those of you who want to create your own “ReTweet This!” button using your favorite URL shortener, (mine is U2S.Me, which I made from scratch) you can easily implement a CURL into your single.php to make this happen on the fly.

Here’s how to do it, add the following code in your single.php (This example uses U2S.Me to shorten URLs, you can easily change the 1st line of the PHP to fit TinyURL API or any other URL shortener you like but yes, do feel free to use mine, as it’s free!)

*Place the code where you want your ReTweet This! button to appear, I’ve placed before my content so Twitters can see it if they come to my site.

<div class=”retweet snap_noshot”>
<?php
$newurl=exec(’curl “http://u2s.me/api.php?url=’.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].’”‘);
$ttitle = get_the_title();
if(strlen($ttitle>110)) {
$ttitle = substr($ttitle, 0,110);
$ttitle .=’…’;
}
$ttitle .=’ ‘;
$turl = ‘http://twitter.com/home?status=’.$ttitle.$newurl;
echo ‘<a target=”_blank” href=”‘.$turl.’”>ReTweet This!</a>’;
?>
</div>

Now, this will basically execute CURL command to get the shortened URL back from U2S.Me, a URL shortening I made couple hours earlier in about couple hours.

You’ve probably noticed other codes that do something like http://myblog.com/p?=112 and this isn’t really great for SEO, shortening your URL first through a URL shortening service lets you preserve your SEO-friendly URL such as http://myblog.com/mycategory/myblogpost.

Here’s a sample Tweet created from the code:

The nuclear doorbell http://u2s.me/vkb1

zedomax

Above is the button generated on Zedomax.com, now you can easily do this too by adding the CSS like this in your style.css file:
.retweet {
float:right;
height:30px;
width:110px;
text-align:center;
margin: 0 0 10px 10px;
padding: 5px 0 0 0;
border:1px solid #0018ff;
background: #0018ff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.retweet a {
color:#fff;
text-decoration:none;
}

Please ignore “snap_noshot” tag in my code, that’s if you are using Snap.com to advertise but don’t want Snap to show up on your ReTweet This! button.

I’ve borrowed some code from Drew at Dev-Tips.com, thanks! (He also has an example for a Wordpress plugin using TinyURL, slightly different method than mine but works too.)

Twitter Hack – How to Get Rid of Inactive Followers!

April 27th, 2009

Using Twitter-friends.com, you can easily find out which of your followers “never” use Twitter.   You can unfollow those inactive followers and it makes sense, they are probably not twittering all that much anyways.  Simply log-in to Twitter-friends.com and click on “Inactive” tab to see which of your followers are the most inactive.

My goal was to unfollow anybody who hadn’t updated in x days. I decided that 30 days was a reasonable number. If you haven’t updated in a month, chances are that account has been abandoned, or you’ve been forced to leave Twitter for other reasons.

I also felt this period covered me for folk who were on holiday, moving home, or away from Twitter for some reason beyond their control but would return in the future.

via twittercism

twitterfriends

Twitter Hack – How to Make Your Twitter Profile Image Stand Out Using Diamond-Shaped Faces!

April 26th, 2009

I have been getting a lot of requests from other twitters on how I made my diamond-shaped picture for my Twitter Profile Image. (as seen on @zedomaxbiz)

max3

I am usually too stubborn to use any free services for image editing so let me explain how I did it in about 2 minutes using Photoshop.  If you have access to Photoshop, try it out yourself it’s not too hard.

First off, pick out a photo of yourself that you want to use…for me, I chose this one for this DIY:

max

Next, you will want to “rotate” the picture about 45 degrees, so you can make a diamond cut out of it.  (Since the picture is upright, I need to rotate it about 45 degrees and make a box cut first.)

1) Go to Edit->Transform->Rotate.

rotate-1

2) Rotate your picture about 45 degrees like this:

rotate-2

3) Then select this tool, which is basically ellipse selecting tool:

rotate-3

4) After you make a nice rounded-corner box, right-click and select “Make Selection”.

rotate-4

5) Once you make the selection, you will want to cut it, so go to Edit->Cut.

rotate-5

6) After cutting your face, go to File->New to open a new window to paste to.

rotate-6

7) Make the Width and Height about twice bigger than default.  (My default was 200×200 so I made the new window 400×400 pixels so I can rotate my face.)

rotate-7

8) After you make the new window, simply paste by going to Edit->Paste.

rotate-8

9) You will get something like this:

rotate-9

10) Using the same methods as in Step 1 and 2, rotate your picture so you get a diamond.

rotate-10

11) Now, find you layer window, right-click on the face layer, then select “Blending Options”.

rotate-11

12) Select “Drop Shadow” and press OK.  (You can also mess around with the values a bit if you want to.

rotate-12

13) You should get something like this now:

rotate-13

14) We need to get rid of extra whitespaces so go to Image->Trim and press OK.

rotate-14

15) Yey, you are done!  Save as a Jpeg, Gif, PNG, or your favorite type of image file and upload to Twitter.

rotate-15

Now your profile picture will definitely stand out since everyone else uses squares while you are a diamond in haystacks!

stands

Now, go re-tweet my tweet on this cool hack plz!

Twitter Cops!

April 26th, 2009

Click Here to View in Full Screen Mode

Some fun for the weekend, are you twittering too much?

via dabombtv

Twitter Hack – Office Chair Fart Detector Tweets!

April 26th, 2009

Randy, over at Instructables, have made a cool office chair that will detect when you fart, and of course, tweet that to the whole world.  Cool stuff, I wish there’s a video for it.

See, there’s endless possibilities for Twitter hacks, thus TweetHacking.com was born!

The Twittering office chair “tweets” (posts a Twitter update) upon the detection of natural gas such as that produced by human flatulence. This is part of my commitment to accurately document and share my life as it happens.

via instructables

fart-detector

Twitter page @OfficeChair

chair

Twitter Hack – Brain Twitter Interface for Locked-in Syndrome or a Spinal Cord Injury

April 25th, 2009

WOW!  Twitter can now officially be twitted using your brain!  NitroLab of University of Wisconsin has figured out a way to write tweets using the human brain waves.  The whole process is rather cumbersome but it’s a viable solution for those with Locked-in syndrome or a spinal cord injury to communicate online with the world.

The 140 characters of Twitter really allows this device to be the perfect interface as writing a letter can take a second or two as seen in the video.

brain-1

brain-2

brain-3

Video demo of writing, “Spelling with my brain” @uwbci.

Click Here to View in Full Screen Mode

via hackaday

Tim O’Reilly on Twitter

April 25th, 2009

Click Here to View in Full Screen Mode

Here’s an interesting video from Tim O’Reilly on Twitter, pre-order his book here.

  • Page 1 of 2
  • 1
  • 2
  • >