Google+ Activity Widget - jQuery Plugin


/ Published in: HTML
Save to your folder(s)

As Google+ API was just released a couple days ago, it is time to have a posts widget for it. So, this widget was created to display your Google+ profile and slides down your recent posts with any attached images.


Copy this code and paste it in your HTML
  1. <!-- Include javascript and CSS once -->
  2. <link href="http://googleplus-activity-widget.googlecode.com/svn/v1/light.css" rel="stylesheet" type="text/css" />
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  4. <script src="http://googleplus-activity-widget.googlecode.com/files/jquery.googleplus-activity-1.0.min.js" type="text/javascript"></script>
  5.  
  6.  
  7. <!-- Insert widget placeholder -->
  8. <div class="google-plus-activity" data-options="{ user: '118211149935481259253' }">
  9. <a class="gpaw-info" href="http://www.moretechtips.net" target="_blank">Google+ Activity Widget</a>
  10. </div>

URL: http://www.moretechtips.net/2011/09/google-activity-widget-jquery-plugin.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.