All Projects → bachors → jQuery-Facebook-Stream

bachors / jQuery-Facebook-Stream

Licence: MIT license
Display all your wall post, comments & likes in groups or fans page.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to jQuery-Facebook-Stream

jQuery-Awesome-Sosmed-Share-Button
Awesome Social Media Share Button With Share Count
Stars: ✭ 58 (+141.67%)
Mutual labels:  jquery-plugin, social-network, ibacor
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (+208.33%)
Mutual labels:  facebook, social-network
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (+45.83%)
Mutual labels:  facebook, social-network
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (+275%)
Mutual labels:  facebook, social-network
Social Network Harvester V1.0
Stars: ✭ 5 (-79.17%)
Mutual labels:  facebook, social-network
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (+0%)
Mutual labels:  facebook, social-network
Facebookclientplugin
Facebook Client Plugin for Xamarin iOS and Android
Stars: ✭ 89 (+270.83%)
Mutual labels:  facebook, social-network
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+141.67%)
Mutual labels:  facebook, social-network
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+6666.67%)
Mutual labels:  facebook, social-network
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+570.83%)
Mutual labels:  facebook, social-network
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+2858.33%)
Mutual labels:  facebook, social-network
Hashtegny
jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.
Stars: ✭ 52 (+116.67%)
Mutual labels:  jquery-plugin, social-network
Koala
A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.
Stars: ✭ 3,506 (+14508.33%)
Mutual labels:  facebook, social-network
Social ids
Get user ids from social network handlers
Stars: ✭ 9 (-62.5%)
Mutual labels:  facebook, social-network
Laravel Social Auto Posting
🌈Laravel social auto posting
Stars: ✭ 306 (+1175%)
Mutual labels:  facebook, social-network
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (+258.33%)
Mutual labels:  facebook, social-network
Roguin
One-stop-shop for Social Network integrations
Stars: ✭ 18 (-25%)
Mutual labels:  facebook, social-network
Friends-Recommender-In-Social-Network
Friends Recommendation and Link Prediction in Social Netowork
Stars: ✭ 33 (+37.5%)
Mutual labels:  facebook, social-network
Concierge
Modular chat bot. (Karma + Sassy + Hubot) * (Discord + Facebook + Messenger + Slack + Skype + Telegram + Hipchat + ...) = Concierge
Stars: ✭ 121 (+404.17%)
Mutual labels:  facebook, social-network
Facebook Reactions Js
A simple & easy solution to add Facebook style "Like" button with reactions.
Stars: ✭ 42 (+75%)
Mutual labels:  jquery-plugin, facebook

jQuery-iBacor-Facebook-Streaming

Display all your wall post, comments & likes in groups(PUBLIC) or fans page.

Example

HTML

<div class="fanspage"></div>

<div id="groups"></div>

jQuery

$(document).ready(function(){
    // Example by className
    $(".fanspage").facebook_stream(
        fb_id = 150096141782295, // example your Groups_id or FansPage_id. Find your facebook_id in http://ibacor.com/tools/social-media-user-id-finder
        fb_limit = 5, // max 25
        fb_token = 'API KEY' // Your facebook access_token. you can get it in https://developers.facebook.com/docs/apps
    );
    // Example by id
    $("#groups").facebook_stream(
        fb_id = 35688476100, // example your Groups_id or FansPage_id. Find your facebook_id in http://ibacor.com/tools/social-media-user-id-finder
        fb_limit = 5, // max 25
        fb_token = 'API KEY' // Your facebook access_token. you can get it in https://developers.facebook.com/docs/apps
    );
});

Find your facebook id ?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].