Results 1 to 9 of 9

Thread: Facebook Like Button help

  1. #1
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Exclamation Facebook Like Button help

    I am launching my own website and would like to add the facebook like box or button on it. But for some reason it will not show up. My site is terrehautescomputerguy.com

    the fb code is as follow :
    Code:
    <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.terrehautescomputerguy.com&amp;layout=standard&amp;show_faces=false&amp;width=175&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:175px; height:35px;" allowTransparency="true"></iframe>
    Any Ideas?
    Last edited by jscheuer1; 03-16-2011 at 04:45 AM. Reason: remove hotlink

  2. #2
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Why would an Iframe not show up ?? is it the stacks ? Please help ..

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There's no iframe on the main page. What page do you have this on?

    If you mean the blog, I see (along with the thumb up and facebook images):

    Like Sign Up to see what your friends like.
    I see it after each of the two posts.
    Last edited by jscheuer1; 03-16-2011 at 04:50 AM. Reason: found blog
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. The Following User Says Thank You to jscheuer1 For This Useful Post:

    FyshY25 (03-18-2011)

  5. #4
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    no on the terrehautescomputerguy.com page .....

  6. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    As I said then. There is no iframe on that page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. The Following User Says Thank You to jscheuer1 For This Useful Post:

    FyshY25 (03-18-2011)

  8. #6
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    I had to remove it because it was messing with some links. So I set this up, its a port of the index page.
    http://www.terrehautescomputerguy.com/fbtest.shtml


    i have the code under the links column.

  9. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    OK, it's there now, but it's not doing what you said:

    Quote Originally Posted by FyshY25 View Post
    But for some reason it will not show up.
    I guess all we need to do is move it down a little. At least in Firefox that can be done by adding 70px top margin to the iframe (from its current inline style, addition highlighted):

    Code:
    style="margin-top:70px; border:none; overflow:hidden; width:175px; height:35px;"
    I did try to figure out why it was where it was but so far I've got nothing. I mean - ordinarily it should appear after the links. I did notice that the col2 division that contains the links and the iframe appears to have a layout height of only 104px, and the iframe appears at its official bottom, while the links extend below it, but extending that with css (adding height to col2) doesn't seem to help.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  10. #8
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    So no ideas on how to correct? Should I change the layering and put the fb iframe on top? Or would it be better to place it in its own css value? do you think that would help?

  11. #9
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    DId you try adding the 70px top margin to the iframe as I suggested?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •