Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptz0n/wordpress-google-cse
Google powered Search for your WordPress site or blog.
https://github.com/ptz0n/wordpress-google-cse
Last synced: 2 months ago
JSON representation
Google powered Search for your WordPress site or blog.
- Host: GitHub
- URL: https://github.com/ptz0n/wordpress-google-cse
- Owner: ptz0n
- Created: 2012-08-14T16:36:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T12:58:57.000Z (about 6 years ago)
- Last Synced: 2024-10-16T09:33:23.407Z (2 months ago)
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/google-cse/
- Size: 963 KB
- Stars: 24
- Watchers: 4
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# WordPress Google CSE
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 to get an [Google API key](https://code.google.com/apis/console/) and a [Google Custom Search Engine ID](https://www.google.com/cse/) for it to work.__
## Dependencies
* WordPress 3.3
## Features
* Search results sorting by relevance
* Works with all post types
* Multisite & network support## 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](https://code.google.com/apis/console/) key and [Google Custom Search Engine](https://www.google.com/cse/) 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.
## Feedback and questions
Found a bug or missing a feature? Don't hesitate to create a new issue on [GitHub](https://github.com/ptz0n/wordpress-google-cse/issues) or contact me [directly](https://github.com/ptz0n).
## Credits
* [Jonas Nordström](https://github.com/windyjonas)
* [Andreas Karlsson](https://github.com/indiebytes)
* [Tom Ewer](https://twitter.com/tomewer)
* [Martel7](http://wordpress.org/support/profile/martel7)
* [Mike Garrett](https://github.com/MikeNGarrett)## Changelog
### 1.0.7
* Added support for Phrase Search.### 1.0.6
* Excluded admin from search hook### 1.0.5
* Added `Settings` link to Plugins index
* Added option for disabling post matching### 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## Roadmap
* Support for [filtering and sorting](https://developers.google.com/custom-search/docs/structured_search)