Question

I got my code from the autogeneration tool that they provide:

<script>    (function (d) {
        var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; }
        js = d.createElement('script'); js.id = id; js.async = true;
        js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
        d.getElementsByTagName('head')[0].appendChild(js);
    } (document));</script>
<div class="fb-activity" style="left:20px;top:5px;" data-site="http://www.facebook.com/pages/Whoreable-Clothing-Company/133131240116991/" data-width="200" data-height="200" data-header="false" data-colorscheme="dark" data-border-color="#222222" data-recommendations="true"></div>

But it never shows any activity even though I'm sure that a bunch of stuff has recently happened. Does anyone know if Facebook has a workaround or a fix for this?

I found this link, which claimed to have a fix, but it did not work for me and if you read the comments you will see that others did not have much luck either.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top