Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Problem with Facebook Like Box

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44264
    HadzovicE
    Member

    So i can’t get the like box working :/ and can’t find nothing online to help me out. So i try to add the box on a website that i am making but when i add the code it wont show me it i only get this ! http://imgur.com/Go6RjsV …. can someone help me out , please !

    #132516
    CrocoDillon
    Participant

    From the error you get it seems that you are running the site from the file system, so try running from a server (local or hosted).

    The thing that puzzles me is why `js.src = “//connect.facebook.net/hr_HR/all.js#xfbml=1”;` did seem to work.

    #132517
    Senff
    Participant

    You should put it within SCRIPT tags:

    Or maybe that got lost when you pasted it here.

    Indeed like @Crocodillon said, it could be that particular line. I sometimes have to add the protocol, so it would be:

    js.src = “https://connect.facebook.net/hr_HR/all.js#xfbml=1”;

    #132519
    HadzovicE
    Member

    @CrocoDillon and @Senff thx for help it works now … i didn’t know that you need to host it first to see it :/ stupid me :D

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.