Friday, August 13th, 2010 | Author: admin

It’s true. I have a man crush on whoever is in charge of social media at Chipotle. They do an excellent job of interacting with guests on Facebook as well as Twitter. I have been super impressed. The people who respond are nothing but cordial, funny, polite and honest. Colin is the main person right now … as far as I can tell. He has a blog, Twitter and Linkedin like any good social media ‘dude’.

Here are some examples of the awesome honest responses to people:

Chipotle does a fantastic job interacting with guests. I hope to have a vibrant and flourishing community like they do soon. They truly are the epitome of good social media practices.

Emulate them. Learn from them. Do what they do!

Who do you think does an amazing job at engaging people within social media? I clearly like Chipotle. Who do you like?

BONUS – here is a great interview with Colin. Love that.

Monday, June 28th, 2010 | Author: admin

I am looking for a virtual assistant for a very detailed specific task. I have emailed a couple of outsourcing organizations and I hope to hear back from them about what they could offer me and their pricing options.

I will probably also post the job on sites like odesk and elance.

I will keep you informed and updated. I hope I can find a rock star.

Category: Uncategorized  | Tags: ,  | 2 Comments
Tuesday, April 27th, 2010 | Author: admin

Wait. Did I just say that out loud?  Here is the problem I was confronted with today while working at Buca di Beppo yesterday.

Problem:

We have several Twitter accounts.  They all need separate email addresses because Twitter requires a unique email addresses for each account. We just obtained @bucaphilly and we have @bucadibepo so I needed two separate emails. We could be create a Twitter account for each store. If we did that … we would need 84 accounts. Imagine managing 84 accounts. 84 different email addresses and passwords. What a headache. I needed a long term solution.

Solution:

Create 1 gmail account. That’s right 1. Not 1 account for each Twitter account but 1 account for all of the Twitter accounts. But how might you ask. Great question. Here’s how.

I created a gmail account. Lets say its bucatweets@gmail.com (its not so go ahead and spam that account). With all gmail accounts you can append a plus sign to the end of your email address.  What I did was took the main email address and appended the store number to the end.  For example: @bucaphilly is store number 4123 (hypothetical) the email address for @bucaphilly that I gave Twitter was bucatweets+4123@gmail.com. You can then set up filters within gmail to direct the emails into different folders and have them labeled so that everything is nice and organized.  This enables you to have only 1 email address for the billions of Twitter accounts that you have.

Here’s an awesome article by gmail with more information on how to set everything up. And here is an article on how to set up filters.

How do you handle organizing your emails? What has been effective for you?

Category: twitter  | Tags: , , ,  | Leave a Comment
Sunday, February 21st, 2010 | Author: admin

I was tasked with trying to find a way to create a different landing pages for users who are not either 1. not a fan of the page or 2. a fan of the page.  The goal was to provide the users with an incentive to become a fan.  My initial thinking was to use FBML.  After doing some research I found a solution on the developers forum of Facebook. (link)  First you need to add the FBML static application (here) which will enable you to place code in either 1. a small box to the side of your fan page or 2. a tab. I choose to do a tab.

I utilized this HTML/FBML code:

<fb:fbml version="1.1">
<fb:visible-to-connection>
<div id="fansonly">
<img height="500" src="fansonly.jpg" />
</div>
<fb:else>
<div id="nofans" style="position: absolute; top: 0;">
<img height="500" src="sadface.jpg" />
</div>
</fb:else>
</fb:visible-to-connection>
</fb:fbml>

It worked like a charm! Now to make it even better!

I want people who go to the fan page to hit this particular tab! To do that is realitivly easy.  Click on the edit button for the entire fan page. Then check out the image below!

The tab I want is the Welcome tab. I selected it and now anyone that visits my page will be directed to this tab first!

Just a couple of notes:

  1. If you are the developer it won’t appear right. Logout and login and view it from a different account which isn’t an admin on the account. It will work then!
  2. To do this type of campaign you NEED to use a tab!
  3. Make sure you know how big you can make the image! I suggest width 720px and height can really be anything … but don’t get too crazy.

I hope this helps out someone else! Let me know if you have any questions!  How have you used FBML to make your Facebook Fan page even better?

Category: facebook, fan page  | Tags: , ,  | Leave a Comment