Skip to content

bachors/jQuery-Google-Plus-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Google-Plus-Stream

jQuery Google Plus Stream is jQuery plugin to display your google+ timeline steams (posts, photos, videos, article) on your website.

Sample

HTML

<div id="GPstream"></div>

JS

<script>
GPstream({
    user: '+username or userID',
    key: 'API KEY'
});
</script>