/ Published in: HTML
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- Include javascript and CSS once --> <link href="http://googleplus-search-widget.googlecode.com/svn/v1/light.css" rel="stylesheet" type="text/css" /> <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' }"> </div>
URL: http://www.moretechtips.net/2011/10/google-search-widget.html