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>