Adding a “My Books” Tab to Your Facebook Page

Guest Blog

by author Patricia McLinn

Some people play Facebook like a Stradivarius. Me? More like a one-fingered piano-player wearing boxing gloves.

Then I saw a Tweet by Harlequin Presents author Lynn Raye Harris about how she’d created a tab on her Facebook page listing all her books, with cover art, plus links to purchase. Wow. It looked great – check it here under the tab “My Books.” And it didn’t need constant tending. It’s there permanently.

Lynn very kindly started me on my way to figure out how to do this myself. I’ve now added a list of my own “My Books” as well as FBML tabs on my Facebook page and the Facebook page of AWritersWork.com. You can see “Buy a Book, Help a Pet” and (through the end of the month) Book-Up in January as examples at http://www.facebook.com/AWritersWork.

So, here step-by-step instructions on how to get the FBML application started and on your Facebook page. (NOTE: This only works for “Pages” — not Profile or Groups.)

Note that Facebook has said it’s going to start “deprecating” FBML this month in a move to force a shift from FBML (easy) to iFrames (not easy). My understanding is that that does NOT mean you will no longer be able to add FBML, but rather that it has to do with serious coder types creating applications based on FBML.  Furthermore, Facebook has been moderately clear (by Facebook standards) that existing FBML pages will continue well into the future – no pulling the plug on your existing FBML pages.

Now, my understanding of Facebook is minimal, so if you want to read further about this, go here.

Still with me? Here we go:

Adding the FBML App to Your Page

  1. From your Profile, go to “Manage Pages”
  2. Select the page you want to add to.
  3. Click “Edit Page” – left side, under your picture.
  4. On menu list on the left, go down to “Apps” and Click on it
  5. Go to “Browse More Applications” at the bottom
  6. In “Search Apps” Box (upper left part of page) type in FBML
  7. Go to “Static FBML”
  8. Click “Add to my page” (If you have more than one page, it will ask you which page you want to add to.)
  9. Go to Account/Manage Pages/ Go to the page where you’re adding FBML
  10. There should be an added tab after Wall, Info, etc., that says FBML – ignore it for now – clicking on it doesn’t do any good at this point.

Putting Content in Your FBML Tab

  1. Go to “Edit Page”, then “Apps”
  2. Scroll down to FBML
  3. Under FBML, click on “Go to App”
  4. In “Box Title” type in the title for your tab – keep it short!

Now, in the big box, you use FBML, which is Facebook’s version of HTML code. If you don’t know HTML, that sounds more intimidating than it really is.

My basic concept is to use an existing string of code and tweak it, so I’ll share some with you in a bit. First, here’s a theoretical sample. Sample 1 gives the “category” of info that will be needed inside [  ].

SAMPLE 1:

<CENTER><IMG SRC=”[url of your cover]“><br><br>

<font size=”3″><A title=”[Title of the web page where your Chapter One is located]” HREF=”[url of your Chapter One]“> Read Chapter One</A><br>

<A title=”[Title of the web page where your book's Reviews, Blurbs are]“>  Read More About It (Reviews, Blurb, “Patricia Says”) </A><br>

<A title=”[Title of the web page listing this book as a Kindle on Amazon.com]” HREF=”[url of the Amazon.com Kindle web page for this book]“>Buy at Kindle</A>  /  <A title=”[Title of web page where your book is also for sale" HREF="[url of web page where your book is also for sale]“>Buy ePub or PDF at AWritersWork.com</A><br>

~~~

That is the design I used to create my MY BOOKS tab on my Patricia McLinn Facebook page. Look here to see what it looks like.

Sample 2 is the specific code for the first two of my books shown there – A Stranger in the Family and Prelude to a Wedding – back to back:

SAMPLE 2

<CENTER><IMG SRC=”http://ecx.images-amazon.com/images/I/51ibur2fnKL._SL160_AA160_.jpg”><br><br>

<font size=”3″><A title=”Microsoft Word – A Stranger in the Family-1st chapt” HREF=”http://www.awriterswork.com/mclinn_patricia/astrangerinthefamily_pmclinn_ch1.pdf”> Read Chapter One</A><br>

<A title=”A Stranger in the Family by Patricia McLinn” HREF=”http://www.awriterswork.com/mclinn_patricia/astrangerinthefamily_pmclinn.asp”>  Read More About It (Reviews, Blurb, “Patricia Says”) </A><br>

<A title=”Amazon.com: A Stranger in the Family (Bardville, Wyoming Trilogy) eBook: Patricia McLinn: Kindle Store” HREF=”http://www.amazon.com/Stranger-Bardville-Wyoming-Trilogy-ebook/dp/B00457VKIA/ref=sr_1_5?ie=UTF8&m=AG56TWVU5XWC2&s=digital-text&qid=1287705771&sr=1-5″>Buy at Kindle</A>  /  <A title=” a stranger in the family by Patricia McLinn” HREF=”http://www.awriterswork.com/mclinn_patricia/astrangerinthefamily_pmclinn.asp”>Buy ePub or PDF at AWritersWork.com</A><br>

<CENTER><IMG SRC=”http://ecx.images-amazon.com/images/I/51q3Zmd-e1L._SL160_AA160_.jpg”><br><br>

<font size=”3″><A title=”Microsoft Word – Prelude to a Wedding – 1st chapt ” HREF=”http://www.awriterswork.com/mclinn_patricia/preludetoawedding_pmclinn_ch1.pdf”> Read Chapter One</A><br>

<A title=”Prelude to a Wedding by Patricia McLinn” HREF=”http://www.awriterswork.com/mclinn_patricia/preludetoawedding_pmclinn.asp”>  Read More About It (Reviews, Blurb, “Patricia Says”) </A><br>

<A title=” Amazon.com: Prelude to a Wedding (The Wedding Series) eBook: Patricia McLinn: Kindle Store” HREF=”http://www.amazon.com/Prelude-Wedding-ebook/dp/B0044XUZ72/ref=sr_1_1?ie=UTF8&m=AG56TWVU5XWC2&s=digital-text&qid=1287706914&sr=1-1″>Buy at Kindle</A>   /   <A title=”Prelude to a Wedding by Patricia McLinn” HREF=”http://www.awriterswork.com/mclinn_patricia/preludetoawedding_pmclinn.asp”>Buy ePub or PDF at AWritersWork.com</A><br>

To add more books, copy and paste a complete chunk, then swap out the detailed information referring to Book A with the information for the added book.

A Few Notes:

  • You can change/skip where you want people to go – for example if you don’t have a page with reviews, etc. Or you don’t have a first chapter/excerpt on the web.
  • You can, of course, skip the pictures, and just use type, as I did at bit.ly/hoVrQe for Book-Up in January for http://www.AWritersWork.com
  • As far as I’ve found, the artwork must already be on the web so that it has a url – iow, you can’t upload from your computer.
  • A source for some basic code that will work on Facebook’s FBML: Click Here
  • A more general HTML cheatsheet listing of codes — not all these will work on FBML. It’s trial and error to find out which do work: Click Here

Good luck! And come back and share your creations with the rest of us.

About Patricia McLinn

Patricia McLinn’s books have topped bestseller lists, been translated into 20-some languages and been honored with a number of awards, including the Golden Leaf, Rising Star, and RT Career Achievement, and RITA finalist. Patricia is a past-president of Novelists, Inc., as well as a long-time member of the Washington Romance Writers and Authors Guild. To learn more visit her Website.

~~~~~~~~~~~~~~~~~~~~~~~~~~~

Note from Julie:

I loved this suggestion from Pat and instantly applied it to my Facebook Page. To check it out CLICK HERE.

QUICK SHORTCUT: Rather than wade through all the coding, I went to the “My Books” page here on my blog, copied all the HTML coding, and simply pasted it into the box Pat mentioned. Boom. Done. I do need to tweak the paragraph breaks, but it was so easy!

Create your own FB tab, then come back and share it. We wanna see!

14 comments

  1. GREAT shortcut, Julie! Brilliant, in fact.

    Hmmm… wonder what else it might work with…

  2. Um, okay, so how do you find the url of your cover? I can’t figure that one out. I’ve gotten as far as editing my box, but can’t find where on Amazon I can acquire just the cover URL? Forgive me if this is a dumb question. L

  3. Okay, got that- forget question. But it won’t work for me. I’m going to be tweaking to see what I’m missing. Thanks for the tips!

  4. Anne Gracie says:

    Thanks for this Pat — really helpful. I’m a relative newbie to Fb, too and am feeling my way. Loved your boxing gloves analysis.
    I’ll have a bash at doing it this evening, once I’ve done my words for the day.

  5. Sherri, Not a stupid question, and I’m going to answer for any others who don’t know.

    When you’re on Amazon, put your cursor over the pic of your cover. Right click.

    A menu will come up. About 3/4 of the way down is the option to “Copy image location” — click it. It will automatically copy the url to your clipboard.

    Then go back to where you’re building your page and do Control+V and there it is.

    ~~~

    What problems are you having?

    One hint — you have to be verrrrry careful about adding spaces or ANY extraneous characters.

  6. Brenda Hiatt says:

    Well, I still can’t figure out how to get the cover of my book on the page. I’ve tried a gazillion permutation of your code, Pat, but …. So, how can I just put the title? That’s better than nothing at all! Thanks so much for this! (I did get the “buy” links there for Kindle and Nook, at least…)

  7. Brenda Hiatt says:

    Argh! I take it back. The buy links don’t go anywhere, either. It looks like FB tries to take me to a FB page that doesn’t exist, instead. After tinkering for two hours, I gave up and deleted the tab until I can figure out what the heck I’m doing. The examples I’ve seen here look wonderful! I guess I’m even less tech-savvy than I thought.

  8. Aha — I thing I see when I started to try to do a specific of Brenda’s was that somehow the 1st quote mark was turned backward.

    So the chunk of code for Brenda’s cover should look like this:

    <br

  9. Great. it ate the code

    (CENTER)(IMG SRC=” http://ecx.images-amazon.com/images/I/512Lxd7qD5L._SL160_AA160_.jpg”)(br)(br)

    Trying it with parens replacing the open and close thingys

  10. Yea–I got it to work, but the tab is invisible unless the reader looks to the far right and the little arrow thingy. Press that and the tab becomes visible. How do I get it closer to my wall tab? (Or change the order of the tabs?)

  11. Congrats Lorraine. You can drag the tabs back and forth to change the order. I think I had to delete the “boxes” tab first, though, so the “my covers” tab would show up.

  12. Aaron says:

    Terrific Post! I am really into social media right now (like everyone else out there!), especially Facebook Marketing and FBML. It can be hard to keep up to date with such a fast changing innovative topic but I manage to do it through the fan page factory (http://facebook.com/thefanpagefactory ?) and blog posts exactly like yours. Tips and tricks rock. I am trying to learn as much as possible to put myself ahead of the curve. So thank you again!

    Enjoy!

    Aaron

    Also I just started using lujure.com and it lets me fully customize my fan page and then it CODES IT FOR ME!!!! No FBML anymore yay!

  13. Jae Baeli says:

    okay, i guess these instructions no longer apply–FB must have changed since it was written. I can’t find any of the first places you mention–like Manage Pages, Edit Page, etc.

    Any updates on this? Can it still be done?
    Thanks.
    Jae Baeli


Trackbacks / Pingbacks

  1. Tweets that mention Adding a “My Books” Tab to Your Facebook Page | Julie's Journal -- Topsy.com

Leave a Reply