Posted by Brent on Jun 22, 2010 in
Apple,
Critique,
Tips
There are a bunch of great walkthroughs of the new OS for iPhone. Probably the best and most complete is over at ArsTechnica.
I love tucking lesser-used apps into folders, I’m glad audio apps other than iTunes are now allowed to run in the background, and I’m happy to see how much faster the phone seems to be with the new software.
However, I stumbled upon a feature that I didn’t see mentioned in the Ars review.
This morning, I got an email from a business partner who proposed we have lunch on Thursday. The OS saw the phrase “lunch this Thursday” and automatically underlined it as a link.

Clicking the link offered to add an event to my calendar.
Of course, this is Apple, so it created an event on the right date (this coming Thursday) guessed that it would be at noon, and put the subject of the Email in as the event name.
Something very like this functionality exists in Apple’s desktop Mail.app, but it was a great surprise to see it appear on my phone. I’m still distressed to see that Apple hasn’t added a “mark all as read” function to the Mail application, but this new feature is a welcome addition.
Tags: Apple, iOS4, iPhone
Now that Facebook auto-subscribes you to everything you “Like,” whether that’s via the button or just something you mentioned in your profile, your news feed can quickly become so cluttered that it’s difficult to know what update is coming from whom.
That’s where Facebook’s Lists become very helpful. If you group similar people together in a list, you can easily view news from only those sources, providing better context, more quickly, with more of the posts you actually want to see.
First, let’s create a list. Click “Friends” from the left column on the page. Then, near the top right corner of the main column you’ll see the button “Create A List.”

The first step is to give your list a name.

Next, pick the people you want to include in this list. For my “Cincy Network” group, I’m picking all the local people I’ve met at networking events. But you can also pick relevant pages, so in this case, I’m checking a few feeds that will keep me up to date on what’s happening in town.

Now when you want to check your feed for only that group, just click the “Friends” link in the left column, and the name of the group just below it. You’ll see a news feed you can quickly scan, knowing the context for everyone who appears on it.

Creating Friend Lists has another benefit as well. Say your friends from high school aren’t interested in industry-related links you’ll post for everybody else, or maybe you’d like to share some personal pictures with only your family and closest friends.
As you’re filling in a post on your wall, click the privacy pulldown menu (the padlock) and select “Custom.”

The next menu asks who should see the post. Select “Specific People.”

Start typing the name of your group, and a selectable group name should appear below the box. Save this setting, and your post will only go to members of your Friend List.

Like many things in Facebook, using Friend Lists can be a little cumbersome. It would be nice if it were easier to use. For example, the names of your Lists could show up in the privacy pulldown menu to save two steps. But once you get used to it, you can get more out of your Facebook experience by categorizing your connections.
Tags: Facebook, Friend Lists, How To, Networking, Social Media, Tutorial
Posted by Brent on Apr 30, 2010 in
Facebook,
Social Media,
Tips,
Tutorial,
Web 2.0
Adding a Facebook Like button to your blog can be done manually in just a few steps. There are plugins to manage this for you, but I wanted to aggregate all of my likes onto the the main blog URL, rather than splitting them up for individual posts, as is most commonly done in the plug-ins.
Getting the Like Button Code
To put the Like button in my sidebar. I took a screenshot and measured it to find out my theme has a sidebar that’s 250 pixels wide.
First, I visited the Facebook Like Button page to get the code. I put my blog’s main URL in the box, along with a width of 250. You can set a few other options such as whether or not to include pictures and which of the 6 available fonts you’d like to use.
Clicking the “Get Code” button brings up two text boxes with code to insert the Like button on your site.
The first box is an iframe. It’s a little simpler, in that you only need to insert one bit of code instead of two. But it’s worth the extra step to get the XFMBL code in the second box. This will do a better job of scaling the box vertically to match how much content is actually in it. The iframe code can leave a big gaping hole in your sidebar if you don’t have a long list of fans.
Using the Like Box Instead
If your blog already has a Facebook Page, people who “Like” your blog can automatically be added there in the way that used to be called “fans.” So they’ll get updates from your Facebook Page, and your existing fans will show up immediately in the box.
In that case, you want the Like Box. Adding the Like Box is almost exactly like adding the like button, but it has a few more options. Just go to the Like Box page to get the code instead of the Like Button page above. In the end, this is what I decided to do, so that’s what you’ll see in my current sidebar.
Putting It In Place
Next, it’s a trip to the widgets page. This is located within your blog at wp-admin/widgets.php and can be found in the side navigation under “Appearance.” Drag the “Text” widget from the “Available Widgets” over to the spot on the Sidebar where you want it to appear. A box will pop open for the text you want included. Choose a name for the box and paste in the code from Facebook.
And Finally…
Now there’s just one step left. In order for the XFMBL code to work, you need to pull Facebook’s javascript onto your pages. You do this by adding a big chunk of code known as the Facebook JavaScript SDK. (Click that link to get the code).
The javascript command may take some time to load, so I recommend putting it in the footer of your site. That way the rest of your page will load without waiting for the Facebook SDK. To edit your blog’s footer file, go to the Editor under “Appearance.” ( /wp-admin/theme-editor.php ). From there, select the Footer (footer.php) from your theme files.
Now paste the Facebook JavaScript SDK code into your footer just before the