When No One Notices

I’ve been in a thoughtful and reflective mood lately about where we’re going from here.  Up to this point, our little t-shirt business has been sort of lurching from one convention to the next.  We’ve been focusing on these events as a kind of litmus test, the big question always being, “will we be successful enough to d0 to the next one.”  Two down, one to go.  And then there’s this in-between time that begs the question, “What’s next?”

When you’re small and unknown, there are lots of challenges & everyone has an opinion, ranging from “it’s never going to work” to “you guys need to raise some venture capital.”  The course is not clear and success seems to be as much a function of being lucky or in the right place at the right time as it is in being particularly smart or creative.

But the thought occurred to me that in building a company (or in homeschooling, or parenting for that matter) every step you take is like applying a brush to a painting. Progress isn’t always evident, at least it may not appear the way you intended. There are those times that you step back and look at what you’ve done so far and it all seems wrong. The angles don’t look right, the color is off, somehow the image on the canvas just isn’t what it was in your mind and the questions start to press in, applying a little pressure here, a little doubt there. “What’s this all about anyway?” “Really? You thought this was going to turn out like what?”

And there it is (your painting, your business, your child) standing in front of you, staring back, as if to say, “ok, so what are you going to do now?” For us, that’s the really big question right now. In the act of creating something where there is nothing, everything counts. And not just the things you do, but the way in which you do them, because that determines the character of your work.

Maybe it’s different in a perfect world.  Maybe you have unlimited time and resources to try out a lot of things and see what works and what doesn’t.  But it’s not like that in Homeskoolie world.  There’s not a lot of time to go around.  There’s limited capital to spend, and that means there are choices that have to be made.  How much inventory do we buy?  What sizes?  Do we advertise?  Where?  How much time should we spend on marketing? On social media?  What about new designs?  What about selling the ones we already have?  When you’re really small and virtually unknown, most of those questions don’t have answers.  Yet.

And that led me to another thought.  On that canvas, once that stroke is there, it doesn’t go away. You can’t really erase paint, you know.  You can mix another color with it, try to cover it up, add to it in some way, maybe turn it into a little tree, but it will always be there, a part of the picture you’re creating.  Even if it’s a mistake.  But here’s the thing.  What you choose to do and the way you choose to it when you’re too small for anyone to care sets the stage for what you’ll do and how you’ll do it when you’re not quite so small anymore.

And that helps to answer at least one of those many questions.  For us it means working really hard to build a great company, the kind we can be proud of, even when not many folks are buying.

How to Create A Facebook Landing Page using TabPress

If you’ve been following this blog at all, you know that we love to pass along what’s working for us.  Our business isn’t just about selling some t-shirts.  We’re committed to giving back to our supporters by taking our experiences & sharing them with you. In this post I’m going to show you how to create a Facebook fan page “landing page” that you can design yourself.

Facebook & Landing Pages

If you’re using Facebook to market your business, it probably hasn’t taken you very long to figure out that there’s not a lot you can do with the basic layout to brand yourself.  There are a few tips and tricks that you can use, and I’ll go over a couple of them in a future post, but one thing that you can do is to create a landing page (to see ours, go to the Homeskoolie Facebook Page.  If you haven’t liked us yet, you’ll see our landing page graphic.  If you’ve already liked us, you’ll go straight to the wall so to see what I’m talking about, click on the Welcome link on the left hand sidebar).

Landing Page Changes at Facebook

Earlier this year, Facebook made some changes that impacted folks’ ability to create a landing page or graphic like this, notably they discontinued the Static FBML method.  That’s a complicated way of saying that the “old way” of doing this (before early 2011) doesn’t work anymore (even though there are still a lot of Facebook pages for which the old method is still there). The “new way,” which incorporates something called iframes, involves an intermediate level of program coding & application development using the Facebook development tools, so if you’re good at that then you don’t need this post (instead you need this).

Introducing TabPress

However, if you’re like us, small business folks that may not have the skillset, time or aptitude for that sort of thing, we have a solution for you.  It’s called TabPress and it’s a free for up to 2,500 likes on your page.  When we have more than 2,500 likes, we’ll gladly pay for the pro version of this handy Facebook application!

See It In Action!

Here’s our video tutorial on how to do it (with a write-up below for those of you who want to read also)

http://www.youtube.com/watch#!v=6TTnsK5zlhk

Creating Your Facebook Landing Page

What you’ll need to create a similar landing page is a graphic that you create (using Photoshop, Gimp or some other drawing program), a webserver to which you can upload that image (what you’re really after is the URL for the image) and this handy TabPress application.  Of course, I’m assuming here that you’ve already set up a Facebook Fan Page.  If you haven’t done that yet, stop and go do it right now by clicking here!

Set Up Instructions

So how do you set up TabPress? First, go to the TabPress Facebook page.  You need to be logged into your Facebook account in order to see the “Add To My Page” link which will show up (as of July 2011… you know Facebook changes stuff all the time…) on the lower left hand sidebar of your page. When you click this link, you’ll get a pop up window asking you to select the page to which you want to add the TabPress app.  Once you add it, you can double check that it is installed by going to your Profile Page and looking at the left side page options as well as by clicking the Edit Page option and selecting the Apps link.

Next, you need to upload your graphic to a webserver so you have a URL associated with your artwork.  If you don’t have a webserver, you can use one of the free photo sharing websites out there like Photobucket.com.  If you do have a webserver, use your FTP client (we use Filezilla – opensource matters!) to upload your file.

Note that since this will be a custom tab that is wrapped into your Facebook page, your graphic will need to be 520 pixels wide or smaller or you’ll run into trouble.

Now, let’s configure TabPress…

Here’s TabPress’ official instructions.  They are helpful, but there are a couple items that didn’t jump right out at me when first using the app.  I’ll get to those in a minute.  First, when you click on the Welcome tab on the left side of your page, you’ll see the Tabpress interface including boxes for Non-Fan and Fan Content.  In the Non-Fan Content box, place the code from the TabPress instructions page and where the sample code reads, “YOUR CONTENT HERE,” place a reference to your source image, such as <img src=”http://www.YOURURL.com/YOUR-GRAPHIC.jpg”>.  Scroll down to the bottom of the App page and save your work, then you can click the Preview button to see how it shows up.

The First Hard To Find Thing…

Now for the Fan Content.  In this box, you will need to specify where to direct fans once they’ve liked your page.  Most folks I know what their fans to go directly to their wall, so in order to do that, we need to take a bit of code from another HyperArts tutorial page:

<script type="text/javascript">
if (top != self) top.window.location = 'http://URL-OF-DESTINATION-TAB';
</script>

Simply copy & paste this code into the Fan Content box and replace the URL-OF-DESTINATION-TAB with the URL for your wall.  If you don’t know the URL for your wall, just click your wall tab and copy it from your browser.  It will probably be something like:

<http://www.facebook.com/YOURPAGEUSERNAME?sk=wall>

The Second One…

Lastly you need to go back into the page settings and make sure that the default tab for your Facebook page is the new tab that you’ve created.  Otherwise, people will most likely go straight to your wall when coming to your page and never see your new landing page artwork!  Just go to Edit Page, select Manage Permissions and set your Default Landing Tab.

And There You Have It

You can preview the Non-Fan content in the TabPress app and you can also log out of Facebook and navigate to your page to see it in action.

Thanks for Watching!

If you’ve found this tutorial helpful, please help us out by liking our Facebook page and leaving a comment here on the blog.  If you’re feeling especially helped, consider stopping by our store and purchasing one of our really cool, high quality, totally comfortable t-shirts.

We’re Homeskoolie.  Think Outside the Class!

We’ve Gone Button Crazy!

We’ve just added a new button to our sidebar!  This was a totally great idea from the Education Jump-Off Blog and we appreciate the suggestion (and stop by this great blog, especially if you’re in the market for Usborne Books)!

Grabbing buttons was new to us but what a great way to share links, especially if you’ve got a blog.  Took a little while to figure it out, and if anyone stumbles across this and wants to know how to do the same, drop us a comment and we’ll be glad to show you how.

So this evening we got to playing around and created a handful of buttons to share.  If you use one, please let us know, and if you do we really appreciate your support for our t-shirts!