Well I have finally added a link to our facebook page on the home page thanks to an old post by Steve from CFL Systems and taking Mikes advice , sometimes you just have to mess around ...
I went to facebook and they have a link generator there for a like button, added the java script to:
skin/ideal_responsive/customer/home.tpl
and then added their code to:
skin/ideal_responsive/customer/head.tpl
This is where I had put the face book button ....
<div class="line2">
{if ($main ne 'cart' or $cart_empty) and $main ne 'checkout'}
{include file="customer/search.tpl"}
{include file="customer/language_selector.tpl"}
{/if}
***Face Book Code***
<div class="fb-like" data-href="http://kjbeautystore.com/" data-width="38" data-layout="button" data-action="like" data-show-faces="false" data-share="true">
</div>
***Steves Code***
<a href="https://www.facebook.com/kjbeautystore"><img src="http://kjbeautystore.com/skin/common_files/modules/Socialize/images/facebook.png" width="38px" height="38px" align="right" alt="Facebook Link" /> </a>
________
</div>
{include file="customer/noscript.tpl"}
Everything works but ....
I need to move the face book buttons over to the right , and make them taller (thicker) I tried ... data-height="38" and... data-align="right" HELP !!!
check it out ...
http://kjbeautystore.com/
I just haven't gotten to that chapter in my HTML5 for Dummies yet !!!
Thanks Gene