Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 381 Bytes

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>