Title: Ad Rotator
Author: Dmytro Shteflyuk
Published: <strong>2009-يىلى 29-ئىيۇل</strong>
Last modified: 2009-يىلى 30-ئىيۇل

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Ad Rotator

 يازغۇچى [Dmytro Shteflyuk](https://profiles.wordpress.org/kpumuk/)

[چۈشۈر](https://downloads.wordpress.org/plugin/ad-rotator.2.0.3.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/ad-rotator/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/ad-rotator/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/ad-rotator/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/ad-rotator/#developers)

 [قوللاش](https://wordpress.org/support/plugin/ad-rotator/)

## چۈشەندۈرۈش

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://ug.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://ug.wordpress.org/plugins/ad-rotator/kpumuk@kpumuk.info?output_format=md).

## ئېكران كەسمىسى

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

## ئورنىتىش

 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.

## FAQ

  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.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Ad Rotator» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

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

[«Ad Rotator» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/ad-rotator)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/ad-rotator/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/ad-rotator/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/ad-rotator/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/ad-rotator/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 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.

## Meta

 *  Version **2.0.3**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **17 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **200+**
 *  WordPress نەشرى ** 2.8.0 ياكى يۇقىرى **
 *  **2.8.2** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/ad-rotator/)
 * بەلگە
 * [ad](https://ug.wordpress.org/plugins/tags/ad/)[ads](https://ug.wordpress.org/plugins/tags/ads/)
   [advertisements](https://ug.wordpress.org/plugins/tags/advertisements/)[rotate](https://ug.wordpress.org/plugins/tags/rotate/)
   [widget](https://ug.wordpress.org/plugins/tags/widget/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/ad-rotator/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  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)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/ad-rotator/reviews/)

## تۆھپىكار

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

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/ad-rotator/)