Title: Search Include
Author: mimiz.fr
Published: <strong>1 janeiro, 2012</strong>
Last modified: 1 janeiro, 2012

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/search-include.svg)

# Search Include

 Por [mimiz.fr](https://profiles.wordpress.org/mimizfr/)

[Baixar](https://downloads.wordpress.org/plugin/search-include.1.0.3.zip)

 * [Detalhes](https://br.wordpress.org/plugins/search-include/#description)
 * [Avaliações](https://br.wordpress.org/plugins/search-include/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/search-include/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/search-include/#developers)

 [Suporte](https://wordpress.org/support/plugin/search-include/)

## Descrição

This plugin allows you to include search results from other Search engine (such 
as Google, Bing, Yahoo …) in your blog. In order to use this plugin, you need to
add a call to the function _search_include_plugin() in your search result template
file (search.php) You need to add the function call in the main div (id depends 
on your theme), for the default WP 3.3 theme (Twenty Eleven 1.2 by the WordPress
team) : You need to edit the file search.php in the theme editor, and at the end
of the file just replace :

    ```
            <?php endif; ?>         </div>     </div>      <?php get_sidebar(); ?> 
    ```

by

    ```
            <?php endif; ?>         <?php echo_search_include_plugin(); ?>         </div>     </div>     <?php get_sidebar(); ?> 
    ```

You can add specific Search Engines (see the documentation to see how to do that).

## Instalação

 1. Download search-include zip archive
 2. Extract the `search-include` directory
 3. Upload the directory to the `/wp-content/plugins/` directory
 4. Activate the plugin through the ‘Plugins’ menu in WordPress
 5. Go to Settings > Search Include choose search engines to include
 6. Modify the search results file of your theme as shown in the documentation
 7. Test installation and configuration by doing a search on your blog

## Perguntas frequentes

#### When i do a search i have an eriror : failed to open stream: HTTP request failed! HTTP/1.0 503 Service Unavailable in

This error mean that your php.ini directive allow_url_include is set to Off. Many
hosting providers disable this directive for security reasons. I’m trying to find
a solution …

#### what’s next ?

 * It will be possible to sort the way search engines appear.
 * Use of an accordion for hiding some engine(s).

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Search Include” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

 *   [ mimiz.fr ](https://profiles.wordpress.org/mimizfr/)

[Traduzir o “Search Include” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/search-include)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/search-include/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/search-include/) 
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/search-include/)
por [RSS](https://plugins.trac.wordpress.org/log/search-include/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0.3

 * First version of the plugin

## Meta

 *  Versão **1.0.3**
 *  Última atualização **14 anos atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 3.0 ou superior **
 *  Testado até **3.3.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/search-include/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/search-include/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Your review](https://wordpress.org/support/plugin/search-include/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/search-include/reviews/)

## Colaboradores

 *   [ mimiz.fr ](https://profiles.wordpress.org/mimizfr/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/search-include/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://www.mimiz.fr/)