Announcement

Collapse
No announcement yet.

Putting a facebook like button on my site

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Putting a facebook like button on my site

    Hello,
    I have generated the like code on the facebook site and I have pasted it in @ Design > Library > Works best with Hotshot > Line 46

    Which I have identified as the place I want it but nothing appears, apparently I need some more code,
    can anyone help please.
    Regards Steve

    #2
    Can you show us the code?

    The button may not show unless uploaded to the live site. G+ is certainly like this.
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      Cheers, that was the answer I was looking at an offline preview and as soon as I published it appeared.
      Steve

      Comment


        #4
        Hi It is working on my site www.dreamtyme.co.uk the only problem is that the facebook thing is one line higher than my search box and would look better on the same line here is the code that runs from line 43 - 59 inclusive,
        is there a way to put it on the same line.

        </div>
        <div id="fb-root"></div>
        <script>(function(d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
        fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));</script>
        <html xmlns:fb="http://ogp.me/ns/fb#">
        <fb:like send="true" width="450" show_faces="true"></fb:like>
        <div id="hotshot-quicksearch">
        <actinic:variable value="Quick Search Bar With Curved Box" name="QuickSearchBar" />
        </div>
        </div>
        <div id="hotshot-navbar">
        <p>

        Comment


          #5
          You need to either

          1. remove the 20px margin top from your search div in your stylesheet e.g.
          #hotshot-quicksearch {
          float: right;
          margin-right: 5px;
          margin-top: 0px;
          }

          or alternatively add a 20px margin top your facebook Div.



          }
          Fergus Weir - teclan ltd
          Ecommerce Digital Marketing

          SellerDeck Responsive Web Design

          SellerDeck Hosting
          SellerDeck Digital Marketing

          Comment

          Working...
          X