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

How To Autoload 6 elements without using update_period? #261

Closed tareksmoubarak closed 7 years ago

tareksmoubarak commented 7 years ago

 $('.fb-feed').socialfeed({

        facebook:{
            accounts: ['@hellotreelb'],
            limit: 6,
            access_token: 'APP_ID|APP_SECRET'  //String: "APP_ID|APP_SECRET"
        },

        show_media:true,
        template_html:'<div class="social-feed-element {{? !it.moderation_passed}}hidden{{?}}" dt-create="{{=it.dt_create}}" social-feed-id = "{{=it.id}}">{{=it.attachment}}</div>'
    });
tareksmoubarak commented 7 years ago

posts_to_load_count not working too

tareksmoubarak commented 7 years ago

I Figured It Out. Thanks.