Posts Tagged ‘Facebook’
|Quick and dirty market metrics
Friday, April 9th, 2010
Last night at Refresh Lauderdale someone asked where to find or buy informations about a specific market. Using Facebook ads could be a cheap way to determine how many people could be interested in a certain topic or industry. Of course this system might not work for everything and it’s not 100% accurate, but it’s definitely a good starting point. And it’s free.
Check out this screencast to learn how you can do it as well.
Tags: Facebook, Marketing
Posted in Business | View Comments
How to use Facebook Chat with iChat
Thursday, February 11th, 2010
Finally Facebook Chat started supporting Jabber/XMPP, the open standard for instant messaging. Now developers can integrate Facebook Chat with their Web-based, desktop, or mobile instant messaging products.
That also means that we can chat with our Facebook friends using iChat. Just add a new account to your iChat following the settings in the picture below.

Tags: Facebook, How to, iChat, Jabber, Tip of Day
Posted in Whatever | View Comments
How to modify the Facebook Share button
Tuesday, October 27th, 2009
The first thing I thought when I found out about the new Facebook Share button was: “Cool! I’m going to add it to my blog right away.”
The first thing I thought after I installed it was: “Why couldn’t they make the button height 15px like most of the other sharing buttons around???”
Yes, I was pretty annoyed by having buttons at the top of my blog posts with different heights, so I decided to try to modify the css of the button myself. Here’s the result:
.FBConnectButton {
height: 15px;
float: left;
background-position-y: -251px;
background-position-x: -1px;
border-bottom: 1px solid #1a356e;
}
.FBConnectButton_Text {
font-size: 8px ;
height: 9px;
}
.fb_share_count_inner {
height: 9px;
position: relative;
}
.fb_share_count .fb_share_count_right {
float: left;
}
Just copy and paste these few lines of code into your CSS file and your Facebook Share button should be the same size of your compact Tweetmeme button.
I may do more modifications in the future to improve the look of this reduced version, but for now this is usable enough for my blog.
Tags: CSS, Facebook, Facebook Connect, How to
Posted in Design, Developing | View Comments

Find me here