jQuery Plugin To Display The Activity of Your Facebook Pages or Groups
File Size: | 10.3 KB |
---|---|
Views Total: | 10020 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
iBacor Facebook Streaming is jQuery plugin to display your Facebook pages' or groups' steams (posts, photos, comments, likes) on your website.
See also:
- jQuery Plugin To Display Latest Facebook Updates - Facebook Wall
- jQuery Plugin To Display Facebook Fan Page Activity Feed - FB Wall
- jQuery Plugin For Displaying Complete Facebook Fanpage Data - Famax
- Facebook Fan Page Feed Widget with Likes - Facio
How to use it:
1. Include the jQuery library and the jQuery iBacor Facebook Streaming plugin's files on your webpage.
<link rel="stylesheet" href="jquery.ibacor-fb-streaming.css"> <script src="//code.jquery.com/jquery-2.1.1.min.js"></script> <script src="jquery.ibacor-fb-streaming.min.js"></script>
2. Include jQuery fancybox plugin so that the visitors can enlarge and display the photos in a lightbox (OPTIONAL).
<link rel="stylesheet" href="jquery.fancybox.min.css"> <script src="jquery.fancybox.min.js"></script>
3. Create DIV elements to display your Facebook profile and activity steams.
<div id="ibacor_fb_content"> <!-- Your facebook Profile --> <div class="ibacor_fb_profile"></div> <!-- Your facebook streaming --> <div class="ibacor_fb_streaming"></div> </div>
4. Config your Facebook Groups_id or FansPage_id & Facebook access token. Find your facebook_id in http://ibacor.com/media/sosmed-user-id-finder
ibacor_fb_streaming( ibacor_fb_id = FACEBOOK_ID, ibacor_fb_cover = false, // true or false ibacor_fb_limit = 5, // max 25 ibacor_fb_token = 'YOUR FACEBOOK ACCESS TOKEN' );
Change logs:
2017-07-11
- v2.0
2015-11-26
- v2.0
2015-11-17
- Possible fix to typeError line 221
2015-06-10
- Update jquery.ibacor-fb-streaming.css
- Update dinamis.html
2015-04-19
- Update jquery.ibacor-fb-streaming.min.js
2015-03-14
- add group demo.
2015-02-02
- add configs
2014-11-29
- fix shared bug
2014-11-28
- add find url,hash,email
2014-11-27
- add share button + count
This awesome jQuery plugin is developed by bachors. For more Advanced Usages, please check the demo page or visit the official website.