Title: Ad Rotator
Author: Dmytro Shteflyuk
Published: <strong>29 Julho, 2009</strong>
Last modified: 30 Julho, 2009

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

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

# Ad Rotator

 Por [Dmytro Shteflyuk](https://profiles.wordpress.org/kpumuk/)

[Descarregar](https://downloads.wordpress.org/plugin/ad-rotator.2.0.3.zip)

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

 [Suporte](https://wordpress.org/support/plugin/ad-rotator/)

## Descrição

Ad Rotator is a simple WordPress widget to display random HTML code
 from a given
group of HTML-chunks separated with `<!--more-->` on sidebar. Basically it shows
different HTML every time you requesting page. There are infinite number of instances
of this widget may exist.

#### Support

If you have any suggestions, found a bug, or just wanted to say “thank
 you”,– feel
free to email me [kpumuk@kpumuk.info](https://pt.wordpress.org/plugins/ad-rotator/kpumuk@kpumuk.info?output_format=md).
Promise, I will answer every email I received.

If you want to contribute your code, see the _Development_ section under
 the _Other
Notes_ tab.

#### Migrating from AdRotator plugin

[AdRotator](http://blog.taragana.com/index.php/archive/wordpress-plugin-adrotator-rotate-your-ads-including-adsense-dynamically/)

plugin is a simple file-based ad rotation solution. It was developed by Angsuman
Chakraborty long time ago, but occasionally we have the same plugin names from WordPress’
point of view. If you are using this plugin, you may click upgrade link from your
_Plugins_ page and it being replaced with Ad Rotator widget.

So now you have two ways to solve the problem `'getad()' function is undefined`:

1. you can download AdRotator and ignore upgrade notices, or 2. you can upgrade 
your theme to use Ad Rotator Widget.

Here is how to upgrade your theme. Find all occurrences of `getad` function,
 and
replace them with something like this:

    ```
    register_sidebar(array(
      'name' => 'ad-area',
      'id' => 'ad-area',
      'before_widget' => '',
      'after_widget' => '',
      'before_title' => '',
      'after_title' => ''
    ));
    ```

Make sure you’ve replaced `ad-area` with the name suitable for you. Also
 you can
specify additional options, like `before_title` and `after_title`.

Then open the _Appearence/Widgets_ page in _Site Admin_ and configure
 Ad Rotator
widget instances for your advertisements area. Just take into account, that in files
for AdRotator ads are separated with new line character (ie each line means separate
ad), but in Ad Rotator widget you should separate you blocks with `<!--more-->` (
so each of them may contain more then one line.)

Anyways, sorry for сonfusion, I did not want to сheat on you.

### Development

Sources of this plugin are available both in SVN and Git:

 * [WordPress SVN repository](http://svn.wp-plugins.org/ad-rotator/)
 * [GitHub](http://github.com/kpumuk/ad-rotator/)

Feel free to check them out, make your changes and send me patches.
 Promise, I 
will apply every patch (of course, if they add a value to the product). Email for
patches, suggestions, or bug reports: [kpumuk@kpumuk.info](https://pt.wordpress.org/plugins/ad-rotator/kpumuk@kpumuk.info?output_format=md).

## Ecrãs

 * [[
 * Ad Rotator widget configuration.
 * [[
 * Sidebar with Ad Rotator widgets.

## Instalação

 1. Download and unpack plugin files to the `wp-content/plugins/ad-rotator`
     directory.
 2. Enable **Ad Rotator** plugin on your _Plugins_ page in
     _Site Admin_.
 3. Go to the _Appearence/Widgets_ page in _Site Admin_ and drag as
     many Ad Rotator
    widgets to your sidebars as you wish. Configure instances separating HTML blocks
    with `<!--more-->`. Save changes.
 4. Now on Ad Rotator blocks should appear on your sidebars.

## Perguntas frequentes

  How to enter several ads to a single text box?

Separate your ad blocks with `<!--more-->` sequence.

  How many ads every instance of widget could handle?

Number of advertisements in each instance is unlimited.

  Can I use Google AdSense code as one of my ads?

Of course, you can use any HTML you wish (AdSense, Clicksor, Chitika,
 and everything
else).

  WordPress shows `’getad()’ function is undefined` error

See explanation on the _Description_ page in _Migrating from
 AdRotator plugin
 
section.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Ad Rotator” é software de código aberto. As seguintes pessoas contribuíram para
este plugin:

Contribuidores

 *   [ Dmytro Shteflyuk ](https://profiles.wordpress.org/kpumuk/)

[Traduza o “Ad Rotator” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/ad-rotator)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/ad-rotator/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/ad-rotator/), ou subscreva
o [registo de alterações](https://plugins.trac.wordpress.org/log/ad-rotator/) por
[RSS](https://plugins.trac.wordpress.org/log/ad-rotator/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 2.0.3 (July 30, 2009)

 * Fixed problem with backslashes appearing inside HTML (thanks to [Maxx Kremer](http://www.maxxkremer.com/)).

#### 2.0.2 (July 29, 2009)

 * Added section _Migrating from AdRotator plugin_ in readme.txt.

#### 2.0.1 (July 29, 2009)

 * Fixed Installation section in readme.txt.
 * Filter out HTML when user has no rights to edit unfiltered HTML.

#### 2.0.0 (July 29, 2009)

 * Completely rewritten using new WordPress 2.8 widgets API.
 * Readme file and couple of screenshots added.

#### 1.0.1 (March 31, 2007)

 * Plugin home page updated.

#### 1.0.0 (May 1, 2006)

 * Initial plugin implementation.

## Metadados

 *  Versão **2.0.3**
 *  Última actualização **Há 17 anos**
 *  Instalações activas **200+**
 *  Versão do WordPress ** 2.8.0 ou superior **
 *  Testado até **2.8.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/ad-rotator/)
 * Etiquetas
 * [ad](https://pt.wordpress.org/plugins/tags/ad/)[ads](https://pt.wordpress.org/plugins/tags/ads/)
   [advertisements](https://pt.wordpress.org/plugins/tags/advertisements/)[rotate](https://pt.wordpress.org/plugins/tags/rotate/)
   [widget](https://pt.wordpress.org/plugins/tags/widget/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/ad-rotator/advanced/)

## Classificações

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/ad-rotator/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ad-rotator/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ad-rotator/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ad-rotator/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ad-rotator/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/ad-rotator/reviews/)

## Contribuidores

 *   [ Dmytro Shteflyuk ](https://profiles.wordpress.org/kpumuk/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

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