egoogleimages This widget displays images via google images search

  1. Requirements
  2. Usage

This simple extension uses jsonp protocol to comunicate with google images server. It is beta release. If it will be usefull for someone I extend this extension with more options and features.

Requirements

Yii 1.1 or above...

Usage

Put extention directory to the your application extension folder

// here is example how to display three pictures which will be found using keyword "winter"

$this->widget('ext.eGoogleImages.EGoogleImages', array('q' => 'winter', 'size'=>3, 'safeSearch'=>true));
3 0
5 followers
269 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Web Service
Developed by: Tpoxa
Created on: Jan 15, 2013
Last updated: 11 years ago

Downloads

show all