📜 ⬆️ ⬇️

Google+ search widget

A customizable search widget for Google+, which is inspired by Twitter widgets. This widget searches for posts and user comments and shows the resulting version of matching posts with attached images.
Demo 1 | Demo 2 | Demo 3

Creating a widget does not take long
<!--  Javascript  CSS --> <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 = 'API_KEY'; //]]> </script> <!--    --> <div class="google-plus-search" data-options="{ query: '' , show_header: 1 , header_title: '' }"> </div> 

Plugin successfully tested with jQuery versions v1.2.6, v1.3.2, v1.4.2 and v1.6.2

To get your API key:

Features:

Project Page | Settings | Download JS plugin | Demo 1 | Demo 2 | Demo 3

')

Source: https://habr.com/ru/post/130509/


All Articles