Download
User Rating: 0/5 ( 0 votes)
jQuery iBacor Google Plus Streaming is jQuery plugin to display your google+ timeline steams (posts, photos, videos, article) on your website.
Features:
-
Display all timeline, shared urls+thumb, plusone count, comment count, shared count.
-
Popup photos & play videos using Fancybox plugin.
-
Css3 responsive,.
-
Awesome icon using fontawesome.
Source: github.com
1. INCLUDE CSS AND JS FILES
<!-- Custom your style -->
<link type="text/css" rel="stylesheet" href="ibacor-gp-streaming.css" />
<!-- Include jQuery -->
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Include jquery.ibacor-gp-streaming -->
<script src="jquery.ibacor-gp-streaming.min.js"></script>
2. HTML
<div id="ibacor_gp"></div>
3. JAVASCRIPT
ibacor_gp_streaming(
ibacor_gp_username = '+google', // example your gp+ username
ibacor_gp_key = 'ibacor.com_apps' // => Default using the API KEY ibacor.com_apps OR you can change it using the API KEY that you have => example: ibacor_fb_token = '896774747546|62IEt1ttiNma_543fR5NAg8gNtRI' you can get it in https://developers.google.com/api-client-library/python/guide/aaa_apikeys
);