Skip to content

Search on google plugin

OpenCode edited this page May 13, 2011 · 2 revisions

With this simple plugin and the use of a line of code you can insert in your template a search box that allows you to search within the site through the use of Google services. We see the steps to follow to use the add on:

  • Download the latest package version from this page
  • Extract the downloaded archive in the folder scribble/plugin
  • Open with an editor article.php page (or any other page where you want to put the search box) and insert the following code where you want it to appear the box:
<?php include_once('plugin/search_on_google/search.php'); ?>

CAUTION

So that the plugin functions, you need to set the url of your site in the preferences (using the dashboard) and this site must be indexed by Google

Clone this wiki locally