Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created a business page for one of my client under Category "Companies & Organizations" Sub "Consulting/Business Services"

Now when i am creating social plugins for Like Box. It is working only if i am logged in my account else not.

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2‌​Fpcobookkeepers&amp; 
    width=292&amp;
    height=590&amp;
    colorscheme=light&amp;
    show_faces‌​=true&amp;
    border_color&amp;
    stream=true&amp;
    header=true" scrolling="no" frameborder="0" style="border:none; 
        overflow:hidden; 
        width:292px; 
        height:590px;" 
    allowTransparency="true">
</iframe>

Please suggest

share|improve this question
I have no idea at all, I just ask myself if you want help with your code. if so, you should share to get a chance for a (re)view. – Shegit Brahm Apr 26 '12 at 7:15
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2‌​Fpcobookkeepers&amp;width=292&amp;height=590&amp;colorscheme=light&amp;show_faces‌​=true&amp;border_color&amp;stream=true&amp;header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe> – Rahul Dasgupta Apr 26 '12 at 7:20
Its working if i am logged in facebook, if i sign out its not – Rahul Dasgupta Apr 26 '12 at 7:22
I thought it might improve your question, I not only took your code from your comment (what you could have done your own), also tried to format it to a readable way. – Shegit Brahm Apr 26 '12 at 7:25
What you mean? You can click on your iframe and it works only when you are logged in? Or do you mean it is invisble if you are logged out? – Shegit Brahm Apr 26 '12 at 7:27
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.