pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Social Feed example demo - Feed empty #351

Open S33G opened 5 years ago

S33G commented 5 years ago

I noticed the social feed example isn't working. Originally I found this link from the readme so I thought it would be worth fixing :+1: https://pavelk2.github.io/social-feed-example/

The '.social-feed-container' is empty, no console errors my end.

Tested on Firefox & Chrome Ubuntu 18.04


        <div class="container">
            <!--div class="controls">
                <input type="field" value="#dolomiti" id="query" />
                <input type="button" value="Update" />
            </div-->
            <div class="social-feed-container">
            </div>
        </div>
    </section>```
jvkrakowski commented 4 years ago

The example isn't working for me either.

HartLarsson commented 4 years ago

please use these fix to make it work again:

https://github.com/pavelk2/social-feed/issues/350