This module provides integration of CKEditor's Google Search plugin to Drupal.
This enables Drupal's default WYSIWYG text editor capable of google searching the selected words.
Dependencies
- CKEditor Module (Core)
- CKEditor "Google Search" plugin
Install dependencies (Google Search Plugin) via composer
- Add ckeditor/googleseacrh repositories to your `composer.json`
- Execute `composer require ckeditor/googlesearch`
- Make sure there is the file `libraries/googlesearch/plugin.js`.
"repositories": [
{
"type": "package",
"package": {
"name": "ckeditor/googlesearch",
"version": "1.1",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/googlesearch/releases/googlesearch_1.1.zip",
"type": "zip"
}
}
}
],
Install dependencies manually
- Download the plugin on the project page : https://ckeditor.com/cke4/addon/googlesearch
- Create a libraries folder in your drupal root if it doesn't exist
- Extract the plugin archive in the librairies folder
- Make sure there is the file `libraries/googlesearch/plugin.js`.
How to use
- Go to the /admin/config/content/formats
- Click on "Configure" button next to text format on which you want to use this plugin
- Drag the google search plugin button in your editor active toolbar.
- Save and in ckeditor select the portion of text you want to search and then click on button to search(it will open in new tab)
Supporting organizations:
Project information
- Project categories: Site search, Integrations
- Ecosystem: CKEditor 4 - WYSIWYG HTML editor
2 sites report using this module
- Created by nitesh624 on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.


