forked from ptz0n/wordpress-google-cse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
60 lines (42 loc) · 2.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Google CSE ===
Contributors: ptz0n
Donate link: https://flattr.com/thing/849734/WordPress-Google-CSE-Plugin
Tags: google, search, custom search engine, cse, custom search
Requires at least: 3.3
Tested up to: 3.5
Stable tag: 1.0.4
License: GPLv2 or later
Google powered search for your WordPress site or blog.
== Description ==
This is not another iframe embed or AJAX result listing plugin. Instead search results from your Google Custom Search Engine is served via WordPress search listing. No need to customize your theme or search box.
> You'll need an [Google API key](https://code.google.com/apis/console/) and a [Google Custom Search Engine ID](http://www.google.com/cse/) to use it.
Check out the [GitHub repo](https://github.com/ptz0n/wordpress-google-cse) for the latest development on this plugin.
#### Credits
* [Jonas Nordström](http://wordpress.org/support/profile/windyjonas)
* [Tom Ewer](http://wordpress.org/support/profile/tomewer)
* [Martel7](http://wordpress.org/support/profile/martel7)
* [Mike Garrett](http://wordpress.org/support/profile/mikengarrett)
== Installation ==
1. Place the plugin (`google-cse/` directory) in the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enter and save your Google API key and Google Custom Search Engine ID.
4. You're done, celebrate with a cup of coffee?
If you want to use images from the Google result in your search result (`search.php`) use `$post->cse_img` for image URL.
== Screenshots ==
1. Settings
== Changelog ==
= 1.0.4 =
* Fixed memory leak caused by the query used to fetch posts by url.
* Fixed post variables WordPress was looking for.
* Fixed images returned by search results playing nicely.
= 1.0.3 =
* Added in featured images from Google results (use $post->cse_img for image URL)
* Fixed pagination bug
= 1.0.2 =
* Added more descriptive error messages to admin
* Disabled SSL check for `www.googleapis.com`
= 1.0.1 =
* Using native WordPress methods for remote requests
= 1.0 =
* Settings
* Search result cache