Компания Automattic выпустила отличный плагин для WordPress — WordPress Widgets, который может быть использован для настройки Вашего блога без знания HTML. Вам вообще не нужно редактировать Вашу тему WordPress! Просто выберите необходимый виджет и перетяните его на боковую панель. Уже существует множество виджетов, созданных разными разработчиками, которые Вы можете использовать в своем блоге.
У меня не получилось найти виджет, который бы брал несколько кусков HTML-кода и отображал один из них на боковой панели, потому я решил написать свой. Вы можете скачать плагин Ad Rotator, распаковать архив, скопировать adrotator.php в каталог BLOG_DIR/wp-content/plugins/widgets/ и активировать его на странице Плагины.
Вы можете увидеть пример на этом блоге: несколько моих любимых книг с сайта Amazon выводятся в боковой панели, для каждого запроса отображается одна книга.
Окно редактирования выглядит следующим образом:
Вы можете ввести заголовок Вашего виджета и HTML-код. Куски кода разделяются с помощью конструкции <--more-->.
Загрузка
Вы всегда можете загрузить последнюю версию плагина здесь.

Hi, I added a simple bit of coding to make the super ad rotator take php (and java if it didn’t take that already it does now)
In the function widget_adrotator just before the place this code (note I am showing the existing ‘div’ bit below to make clear where to place the extra line)
2
<div class="adrotatorwidget"><?php echo $chunks[$chunkno] ?></div>
Now, at the very end of the php file copy paste this coding:
2
3
4
5
6
7
8
9
10
11
12
ob_start();
eval("$string[2];");
$ret = ob_get_contents();
ob_end_clean();
return $ret;
}
function eval_html($string) {
return preg_replace_callback("/(<\?php|<\?)(.*?)\?>/si",
"eval_buffer",$string);
}
And now it takes php as well..
If you like a similar function but just for anywhere in the body, I just finished programming a piece of code… it is slightly limited in that you can only use it in one location for now..
Leave a message here if you like to test it.
Hello, thanks for suggestion.
If you don’t mind, I could integrate your code with the plugin and add some options (to render or not the div, to execute or not PHP code).
Of course, I would add “thanks” to the changelog along with the link to your site.
Hi,
I have set up two adrotator widgets, one with linksynergy ads and one with amazon ads, however they are both displaying the linksynergy ads.
http://yellowmonkey.mintdesigns.co.uk
If you view source you can see it references adrotator-1 and adrotator-2.
If I swap the code around I just get the amazon ads.
At one point it was even displaying google ads (i am using adsense manager).
Please help.
I have a similar problem to the above user. I have used this widget on several blogs in the past and they all worked great, but now i have one new blog that i just built and it got set up with wordpress 2.2 and if i put in more than on instance of the rotator they will all show the same rotator.
is there something in w-p 2.2 that i can change to fix this?
for now im just going with one instance of this program running at a time
thanks if there are any options to fix this error
I LOVE THIS WIDGET and would love it on all my future blogs
thanks
First of all, great plugin. I’m finding it very useful. However, I am running into the same problem that Steven seems to be having. I can only run one ad rotator at a time, because the second rotator simply reflects the same ads as the 1st rotator even with different chunks of html in them.
What would you suggest I look at?
Hi all,
since I can’t remember what exactly I changed, but you can download the working version from my site.
http://www.jrbeltman.com/downloads/
Dmytro Shteflyuk I dont know m8 if you got my email a while ago with the updated code, but please post a later version here when ever it is ready. I dont like putting a link up on my site, but feel sorry for those having issues using your great plugin!
Great plugin. Works well. Is there a way to run it in multiple rotator?
Goe D
on the WP screen where you manage your widgets you can specify how many adrotators you like to use. Set that number and apply and new ad rotator widgets will show..
Download the adjusted version on my site as mentioned above for this to work on the latest WP versions
Hey Jr ! I’ve been trying to get your version off your site, but I keep getting this same error when trying to download the file:
Fatal error: Call to undefined function: add_action() in /home/jrbeltma/public_html/downloads/ad_rotator_plugin.php on line 23
Is it just me or is the server down ?
Hi there Alex,
I didn’t check if the latest version has been posted here, so if you do try taking the plugin from my site remember 2 things:
1. Right click and save target (or link) as….
and dont left click as it will try and execute the script :)
2. – http://www.jrbeltman.com/downloads/ad_rotator_plugin.php
is a plugin that can be placed anywhere on your site, but isn’t the widget as Dmytro programmed. It is very similar in what it does though. But again isn’t a widget for your sidebar
- http://www.jrbeltman.com/downloads/adrotator.php is the working version of Dmytro’s sidebar widget!
[...] More Info5 easy steps: [...]
Does it support rotation of Javascript?
Hi..
Juist like to say I LOVE this versatile widget. THANK YOU!
I use it on my site to rotate album covers, giving a fresh look to the graphics on every visit. Superb!
Just one question…
Why the maximum of 9 rotators? Any way I can change something to make it higher (30?)? Or is there a WordPress limitation?
I have a modified version of adrotator allowing you to use ads with multi-line codes without having to convert them to single-line codes. Read about it here
[...] Ad-Rotator – If you have any ad banners (can be used for other things) – this should do just fine for you. If you have a Google Adsense account, you can just post codes into Widgets text box. [...]
[...] the conditional tag. Be creative with it and use your imagination. Use a widget in your header to rotate ads, or have a login box widget in the footer, or wherever you want – it’s up to [...]
[...] the Ad Rotator plugin to provide a variety of 486×60 banner [...]
[...] Ad Rotator [...]
how to delete this plugins. please help me. now i can’t use this plugins. i will add after some time.
i added this plugins. but its not showing in plugins list. how can i deactivate or unistal.
Please, help
Dear Nepal