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 needed some help with the Facebook like box. I integrated the code into a website I'm Designing. I checked the live stream option so that whenever data is updated on the page, it will be streamed live on the page too.

Ok, here's the thing. Is there any way to work around with the code so as to those that are clicked "Hide from the page" will not be stream live on the website becasue as of now, what ever is posted on the page is stream on the page whether clicked "hide" or not. I'm using the HTML5 plugin code.

The "hide from the page" is default option provided on all Facebook pages by Facebook. For the code, I'm using the HTML5 plugin code provided by Facebook on the developers page here. http://developers.facebook.com/docs/reference/plugins/like-box.

Code provided is -

<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_US/all.js#xfbml=1&appId=232947573430362"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
share|improve this question
Thanks for the edit @lix – Lemdor Jun 22 '12 at 11:39

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.