Return to Snippet

Revision: 52575
at October 26, 2011 20:55 by mikemore


Initial Code
<!-- Include javascript and CSS once -->
<link href="http://googleplus-search-widget.googlecode.com/svn/v1/light.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://googleplus-search-widget.googlecode.com/files/jquery.googleplus-search-1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
jQuery.fn.googlePlusSearch.defaults.api_key = 'AIzaSyDsd2KGlVuN5dEwas5G3TsOVX17oRCCTFM';
//]]>
</script>

<!-- Insert widget placeholder -->
<div class="google-plus-search" data-options="{
    query: 'Tech Tips'
    , show_header: 1
    , header_title: 'Search for Tech Tips' }">
   <a class="gpsw-info" href="http://www.moretechtips.net" target="_blank">Google+ Search Widget</a>
</div>

Initial URL
http://www.moretechtips.net/2011/10/google-search-widget.html

Initial Description
Highly customizable search widget for Google+ that is inspired by Twitter widgets. This widget searches across the body and comments of public posts and displays a summarized version of matching posts with any attached images.

Initial Title
Google+ Search Widget

Initial Tags
javascript, google, jquery

Initial Language
HTML