Trying to obtain a "like box" code to apply to our website. When I enter the facebook url of our page (copy/paste from browser), I am getting an error telling me that it is incorrect. I have tried several variations of urls thinking that it was because I was logged into our account but nothing has worked. What am I doing wrong?

On the page to obtain the code for the like box, it asks for facebook page url. I pasted in the url that was in the address bar of our homepage and when that didn't work, I tried variations of our name but none of it has worked. Our facebook page is Harrison Mechanical & Electrical, Inc. I've tried facebook.com/pages/Harrison-Mechanical-Electrical-Inc/…, tried taking off the numbers at the end, tried removing "pages", tried facebook.com/harrison, facebook.com/harrisonmechanical, facebook.com/harrisonmechanical&electrical.....

link|improve this question
1  
Please add more details, such as the url you are trying or the whole code block you are using.. – iiz Feb 9 at 16:22
Welcome to StackOverflow. It's very hard to tell what you're doing wrong when you haven't shown us what you're doing at all. Please edit your question to provide those details; as it is, your question is pretty much unanswerable (pretty much, because a perfectly valid answer would be "you're putting in an incorrect URL", which wouldn't be very helpful to you). Thanks. :) – Ken White Feb 9 at 16:28
On the page to obtain the code for the like box, it asks for facebook page url. I pasted in the url that was in the address bar of our homepage and when that didn't work, I tried variations of our name but none of it has worked. Our facebook page is Harrison Mechanical & Electrical, Inc. I've tried facebook.com/pages/Harrison-Mechanical-Electrical-Inc/…;, tried taking off the numbers at the end, tried removing "pages", tried facebook.com/harrison, facebook.com/harrisonmechanical, facebook.com/harrisonmechanical&electrical..... – Harrison Mechanical Feb 9 at 16:32
I worked fine for me. <div class="fb-like-box" data-href="http://www.facebook.com/pages/Harrison-Mechanical-Electrical-Inc/2905‌​14827625424" data-width="500" data-show-faces="true" data-stream="true" data-header="true"></div> Maybe your app id of the app you have is still in sandbox mode? – DMCS Feb 9 at 16:41
Not sure what the problem was but it is working now. I'm going to add it to our website and hopefully it too will work. Thanks for the assistance! – Harrison Mechanical Feb 9 at 17:09
feedback

1 Answer

I worked fine for me.

<div class="fb-like-box" data-href="http://www.facebook.com/pages/Harrison-Mechanical-Electrical-Inc/290514827625424" data-width="500" data-show-faces="true" data-stream="true" data-header="true"></div>

Maybe your app id of the app you have is still in sandbox mode?

link|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 at 20:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.