WPAds
WPAds is a WordPress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly. WPAds can show contextual ads (ie, Google AdSense, Yahoo Publishers Network, etc) and also image banners.
WPAds works very similarly to many adservers (as for example phpAdsNew), although with a much more limited functionality and specially tailored for using it in WordPress. The main concepts you have to understand are banners and zones.
A banner is the ad you show, which can be anything from a text contextual ad (as Google AdSense) to a image banner. A zone is a position in the blog where you want to show banners; you can define several zones in each page, as for example the leaderboard, a sidebar position and a body position.
When you create a banner in WPAds you can associate it to one or more zones. In the main WPAds options page, you will see below the banners the list of zones you have defined and the banners associated with each zone (together with the probability of each banner for each zone).
Download
Follow this link to download the file from box.net (it’s only 6Kb)
Installation and usage:
- Copy the wpads folder to your wp-content/plugins folder
- Activate the plugin
- Under the Options menu you will find a new option called WPAds
- Define at least one banner and zone
- Copy and paste the code for each zone in your templates (it will be something like <?php wpads(‘zone_name’); ?>
That should be it, in case you have any questions please don’t hesitate to contact me. I would also love to hear from you if you find any bugs or missing features.
Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 1/14 said
[...] WPAds is a WordPress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly. [...]
Emmittryan said
Cool, this is just what I was looking for this morning! I am brand new at blogging (and basically web design in general) but I know that I aim to make a few bucks at it, and this should help “get ‘er done!” (is anyone else tire of that saying too?) Anyhow, I am off to install it. Thank you.
Nick Brady said
You’re welcome, Emmittryan, let us know if you like it and if you have any problems with it.
Speedlinking 15 January 2007 said
[...] theSandbox has a WP plugin that might be useful for bloggers wanting to rotate ads in their blog called WPAds [...]
KorBlog » Blog Archive » WordPress Plugin Releases for 1/14 said
[...] Plugin Releases for 1/14 Ajay WordPress Plugins, WordPress WPAds is a WordPress plugin for showing and rotating ads in your blog. You only have to define the ad [...]
Markus said
Nice idea. I will test it soon.
thanks a lot for your work on this one.
Markus said
one/two improvements…
I’d like to have a get_wpads( $the_zone ) function to include it in other plugins or functions ( I wrote one for me to include ads every X paragraphs ) and some inline includes like <– wpads ( zone ) –%gt; to include wpads in posts.
But: I will use it since I like the integration in WP.
BTW: I created the get_wpads() already by copying the function with returning $theBanner->banner_html
Markus said
OK, another one
What about adding a $before and $after for the zones in the WordPress option page?
Nick Brady said
Great ideas, Markus, I will work on them tonight. Thanks for your feedback!
galo said
Hi!
Misteriously the plugin is adding some “\\\” in the tags!
I´ll put a partial tag as an example:
a href=\\\”http://latin3.directtrack.com/z/98″
img src=\\\”http://latin3.directtrack.com/42/1469/98\\\” alt=\\\”\\\” border=\\\”0\\\”
Why is this happening? Am I doing something wrong?
Mo0nrider said
nice ideea.
Eddie said
Hi. Let’s say there is 3 ad positions all with contextual. Can this plugin display all three with the same type of ad (eg. Adsense) every time the page loads? I want to rotate YPN and Adsense but with Adsense TOS I don’t want them to be on the same page at the same time.
Etherreth said
The plug-in works great with Javascript and html banner, but when I put a banner with iframe nothing showing up.
Nick Brady said
Eddie, you mean showing only YPN ads or only AdSense ads in the same page, don’t you? Good idea, I will try to do it.
Etherreth, can you give us a little more info about your problem? What is your iframe code?
Etherreth said
Thank you for the fast reply
It’s a banner exchange code. They’re using an iframe with tracking and banner rotating code.
Here’s what it’s exactly what I get:
<!-- EasyBanner Pro code begin --> document.write(''); <!-- EasyBanner Pro code end -->Etherreth said
Sorry for spaming the blog, I don’t know that the code tag doesn’t work. You can view the code here in my box.net:
http://www.box.net/public/jb6qryi97j
Nick Brady said
Hi, Etherreth, I have downloaded and tried the code and it works well in my installation. What exactly is your problem?
galo said
I have a problem… in my case the plugin added a lot of bars (///) on the html tag of the banner…. like a href=”///http://example.com” align”///center///” etc…
Am I doing something wrong?
Nick Brady said
Hi galo, you just found a bug. It has been solved and I have uploaded a new version, just download the plugin again and give it a try. Let us know if it works ok.
twick said
Hi,
Thanks for this, but there are no new tables in my database after i activate the plug in, so i get mysql errors…Am i missing a file in my zip…I have wpads.php, wpads-class.php, and wpads-options.php.
Thanks.
Nick Brady said
Hi twick. The plugin should create the new tables when you go to Options->WPAds, have you done that? It’s strange, that part has never given us a problem.
If you still have the problem, please give us more info so that I can try to correct it.
twick said
yes, i went there…tried in both firefox and explorer…
BTW, You sure are quick with the support!!! Fantastic!
Not sure what else i can tell you. Standard wordpress setup…mysql user granted full access to database…i dont see in the code where the tables are defined…thats what led me to believe i am missing a file…
Thanks again for the amazingly quick response!
Nick Brady said
Very strange… there is a function called checkInstall() in the file wpads-options.php, that’s the function that creates the table.
You can copy the MySQL query inside that function and execute it, maybe you get a error message (if you do, please tell us
)
Markus said
I had the same prob today. I inserted the code, but I didn’t add banners before. Try to add a banner before you insert the wpads() call.
twick said
Not sure…I was able to cut and paste the sql (sorry i missed that when i was scanning the code), and after a little tweaking (removing the single quotes from around the fieldnames…beats me…
mysql version 3.23
Thanks again for your help though…everything is working fine…Hopefully, you will soon begin receiving your 3% of huge amounts of $$$$!!!!
Etherreth said
I have no idea Nick, may be I should try with another blog. Thanks you very much, I’ll inform if there’s any problem
Simon said
This looks like exactly what I’ve been looking for to let me switch my site over to WordPress. I’m having some trouble with install, though. On WordPress 2.0.4, it seems like the files are not in the right place. Under the options menu, when I want to go to WPAds, it links to /wordpress/wp-admin/wpads/wpads-options.php, but the plugins folder where you said to install it is /wordpress/wp-content/plugins/wpads/. I don’t know anything about php or WordPress, really, so I hope I made sense. Thanks for any help you can offer!
Simon said
Okay, I don’t know what happened, but I just tried again (about 24 hours later), and now it’s working, even though I didn’t do anything. Maybe there was some lag with something that needed to be done? Either way, this looks great and I’m looking forward to using it! Thanks a ton for creating this plugin I hope you continue work on it
The Long Tail Reviews said
Yep, I know this is a very selfish comment. Why? Because these two suggestions would make this plugin perfect for me. I don’t know
1) A drop-down list of all existing zones, so that one can easily select from the list when creating a new banner. This will avoid typos, as currently, one has to actually type in an existing zone to use it.
2) Most independent webmasters that I know sell their ad real estate on a time-limited basis. It’ll be great to have this functionality (say, number of days to remain active … or start and end dates), IN ADDITTION to the current approach of limiting ads by number of impressions.
Yep, that’s it. Thanks for the plugin: it’s awesome even without these features
The Long Tail Reviews said
gee … forget about the “I don’t know” up there
gottalovet said
Hello,
I installed ur plugin 3x and when i activated plugin and went to options it goes to a page that says something like “site error 404″. Please help me.
Haven Rich said
I’ve had the same problem as above. I’ve installed it, then activated it and when I went to the Options and clicked on the link it goes to an error page.
Any tips on how to fix this?
John said
I installed the plugin, but there is nothing under options ?
Any advise?
Thanks
John
Bryan said
Hi Nick, great plug-in! One question, does it record impressions and click-thrus for each ad? I would consider this a very important feature, as my advertisers continually ask for this information.
Eliyahu ben David said
Hi,
Yesterday I tried installing WPAds. After that all of the pages on my wp blog fail to load when the link to them is clicked. My homepage is loaded instead, as is set up to happen with a page not found error. I have since deactivated WPAds but am still experiencing the page load problem. Could WPads have damaged my database or otherwise effected my WP installation to cause this? How do I fix it?
Thanx, Eliyahu ben David
http://www.tsiyon.org/podcast
Denton Jordan said
I’m a bit of a newb with WordPress…so my question is basic.
I’ve created a couple of simple banners ads and put them into a folder on my site (http://www.henryschools.com/images/banners/techbanner1.png). Let’s assume that I have several different banners in that ../images/banners folder. What is the code that I need to insert into the HTML CODE field when I am creating a banner entry?
I got the rest figured out. I await your assistance.
Nick Brady said
Bryan, it does record impressions for each ad, but not click-throughs.
gottalovet, Haven Rich: can you give a little bit more information about your problem? I’ve never heard of it before.
Elihayu: in all the tests we have made, we have never had a corrupted database problem. WPAds only creates a new table and uses it to store the ads.
Denton Jordan: you need to insert a HTML code that shows the image and links to your desired destination, something like this:
<a href="http://destinationurl.com">
<img src="http://www.henryschools.com/images/banners/techbanner1.png" />
</a>
alison said
Hi Nick,
I have a website that was designed for me around a wp template blog. I am ready to start talking ads, and am wondering if this plug in would do the trick.
Thanks
Alison
Cris said
This is what I need to get my text-ads going (i think), but I have a question :
does your script allow me to show banners/ads based on a keyword? Ideally, i could distribute my ads to appear ONLY in a specific category.
For example, in the HEALTH category, i could set the script to show only health-related ads.
Thanks a bunch.
Iwany said
i try to install WPAd to my site but after I activated and enter to option menu, i get this warning im newb and and did’nt understand PHP yet, so please anybody can help me?
Fatal error: Call to undefined function: current_user_can() in /home/msbznet/public_html/wp-admin/wpads/wpads-options.php on line 5
Bryan said
Thanks for the reply, Nick. Any chance you’ll add the ability to monitor click-throughs?
Doug Smith said
Thanks for sharing the plugin. I just started experimenting with it and it looks great. I’m trying it out for rotating linked graphics to promote features within my own sites rather than run paid ads.
There was one thing I couldn’t find answered in any of the documentation or on your site. Does the plugin make any attempt to make sure a particular ad is not presented more than once on the same page if it can be placed in multiple zones?
Nick Brady said
Hi Doug, thanks for your comment. No, currently the plugin does not make sure an ad is shown only once, we’ll try to have that for a following release, it’s a good idea.
Foehammer said
For those who got a 403 error (and possibly others): I found the solution — the zip isn’t bundled with a directory for the files. Simply drop the 3 Wpad files into their own directory in the plugin folder . Name that subfolder — /wpads/
Simple solutions are always best.
Reinstall the plugin. Presto, you should no longer be getting the 403 error when you click the WPADS option menu link.
Nick, thanks very much for this plugin. It’s exactly what I was looking for and the search was starting to look grim for awhile!
Bryan said
Hey Nick, I’m currently using a very simply PHP script to track ad impressions and click-throughs. It’s creative commons/open source, so feel free to download and check it out (right click on my name). It’d be great if you could incorporate click-throughs, that would make this plug-in perfect.
Any idea when the next version will be release? I’m anxious.
Manish said
Hi Nick. Does this plugin work for WP 2.1 ? Pls indicate the tentative release date for the next version and features u r planning to incorporate. Thanks.
ngeblogging said
nice plugin, i awnt to download and install this tool.
any body know what plugin to embed ads in random place?
Real Estate
AaronZ said
As many before me, this sounds like exactly what I need. On my site, I’d like to specify a few banners to run only within specific categories and then have all the banners for all the categories randomly displayed on all other pages (home, search results, etc.) Is there as way I can set up zones to do this? Thanks in advance!
Nick Brady said
Aaronz, you can do what that, just define zones for each category and position. For example, sidebar_cat1, sidebar_cat2, leaderboard_cat1, leaderboard_cat2, etc. Then assign the banners you want to show to each zone and you’re all set.
AaronZ said
Nick, Thanks for the quick reply! Sorry for such a basic follow-up question. I’m comfortable w/HTML and editing my theme, but I’m not a PHP guy. All my pages are currently built off of a single ’sidebar’ theme template – including when someone clicks on a category. With your suggestion, would I need separate templates for each category? And, if I do that, what’s the code for the main page to call the correct sidebar? Anyone else reading this interested in taking this little project on? I’m happy to pay for your time. thanks!
Carlo said
Your plugin is exactly what I’m looking for, but it doesn’t seem to work on WordPress 2.1? After following all the installation-steps, nothing appeared… Any clues?
Thanks!
AaronZ said
Carlo, I’m running 2.1 and it seems to work fine. Do you mean nothing appears in the PlugIns section or your ads don’t appear after you Activate the plug-in?
elprezidente said
I’m having the came problem as Carlo. Everything installs fine, just no ads showing up.
Missy said
I’m having the same problem that Etherreth had. It displays java and html but iframe ads do not work. I’m trying to rotate some Amazon ads; there are links to the product but no visual ad in the zone, only a box suggesting that a picture is missing. Any ideas on how to correct this?
Keith said
Thank you for this! I looked everywhere for a simple plugin that would allow me to rotate Google Referral Buttons. This does it perfectly and is amazingly easy to setup.
WalletBoosters said
This plugin is fantastic, thank you! A few comments/questions:
1. Is there a way to reset the Views Served count to 0 again for all ads in the system (easily)?
2. ngeblogging I’ve combined this with CG-Inbetween to display in the archives after x number of posts, last post on page, etc. Maybe that’s what you’re looking for?
3. I’d *love* some sort of option to cloak the links automatically (example every url pasted in the ad manager is displayed on the website with “mydomain.com?thentheadurl”, count the clicks, separate advertiser login, and a gold nugget on top
. Seriously though, you’ve done a great job as-is, these are just wish list items
.
FWIW I’m running wp 2.2 and everything’s smooth as silk.
Thanks again!
Carlo said
@AaronZ: the ads do not appear.
Mike said
Love the plugin. One question… is there a way (short of going into the tables) to easily reset some or all of the “views served” stats? I find myself testing ads to make sure they look right, but this puffs the ad count way up artificially. I would love it if you could manually reset or readjust the views served so this doesn’t happen.
Thanks again for the plugin. I am using on my 10 year HS class reunion website to lure in corporate sponsors. So far it is working extremely well.
pk said
This might be a stupid question but, where do I find the wp-content/plugins folder?
Thanks for everything
John said
Installed WPAds on WP 2.1.2 and no problems at all – test mode only on localhost. It is exactly what I was after and more (I can now do without AdsenseDeluxe), however I too have a wish list similar to others:-
1. Count click-throughs
2. Reset counters to zero after testing
3. Cloak links, especially any affiliate links.
These would be nice to have, but as is, it is an excellent plugin. Keep up the good work!
ink said
Hello!
Your plugin is good and it’s simplisity is a power!
But, when I use it with cyrillic text in a banner I have one problem. In Edit Banner mode i see only symbols, but not my cyrillic text in Russian. This time banner correctly represented on site – mistaken symbols is only in admin mode.
Site works in utf-8 on Apache 2, MySql 4.1, PHP 5.2.0.
I like your work – keep movin’!
HM2K said
Can we see a demo?
Jim Berkowitz said
I need to provide advertisers with Ad specifications. Ex. what type of files formats does it support? Does it support Flash? Can you provide me with the specs I need to supply to Advertisers.
Thanks so much
Owen Bickford said
Jim, I am pretty sure that you can insert any image/object/embed to be displayed. You could even use this to rotate different quotes in different zones.
I’m excited to see what will be in the next version of WPads. Serious kudos for making such an easy and effective tool. You could probably use some more documentation on setting up the plugin, though. Foehammer’s solution got my WPads up and running.
When you include a reset views option, please do so on a per-banner basis. I would hate to reset views on all my banners in one swipe. That could be devastating.
carl said
great plugin! thanks i have put it on http://www.carlocab.com thanks again
Bryan said
Nick, when is the next update coming?
Joanne said
I have installed the wpads but I seem to have a problem
This is my error
WordPress database error: [Table 'transgen_wp_1.wp_ads_banners' doesn't exist]
SELECT * FROM wp_ads_banners WHERE 1 ORDER BY banner_id ASC
I’m new to wordpress and don’t know where to go from here.
Thanks
TJMullinax said
Any chance you will have a version that works with WordPress MU in the future? Thanks!
-TJ
Vic said
Hi there,
I’ve been able to properly insert the code for displaying some ads, but am having trouble figuring out where to place the code to display an ad in two certain spots.
You can see the blog here: http://www.pokertournamentnetwork.com. The ads on the leftbar work fine, but I would like to know where to put the code so that a banner is always shown above my first post or after my first post. P
Any help you can provide would be greatly appreciated.
cristian said
vic depends by the theme first , see into code of theme , and simply put the php call where u wanna , btw u play at fulltit ?:)
corpedia said
This is much better than AdRotator!
AMGmarket.com | Greg said
Awesome WP plug-in! I was researching rotating banner ads for my blog when I came across your plug-in. Didn’t take long to get it up and running. Great job.
Dave said
I installed the plugin and activated it. When I go to options and press wp ads, it takes me back to my websites home page.
AMGmarket.com | Greg said
First install worked fine (on one of my sites). When I went to install it on another, I got the database error – table doesn’t exist. I can create the table myself but need the “number of fields” required.
Anyone know how many fields are needed for the table?
Ales said
Wonderful and very flexible plug-in. Installed it and works beautifully. I can’t wait for upcoming versions. Click-through tracking is something I find essential and will take a crack at it myself. Keep it up!
coops said
Great idea.
Where do I store images if that’s what I want to use…
Can’t figure it out.
Many thanks,
/coops
Piecealava said
Great Plugin! Love it to death and works perfectly in FF in wp2.1 and wpmu! However, in IE7 the ads arn’t displayed. If i disable the plugin, i get an error message. When reactivated i have the same IE issue.
Stupid &^%$#@# IE
Any ideas on how to fix?
Israel Cefrin said
Hi
Great plugin. I´m using it on my blog and it´s all fine.
That´s just perfect for adsense or publishers network.
Tks a lot for your job
regards
Daniel said
Nick, here is my problem:
I have 6 125×125 banners on my sidebar. Is it possible to make them rotate randomly using Wp-ads?
I could create 6 ad zones and place all the 6 banners on all those zones, but with method there is the risk that the same banner would appear twice or more times isnt it?
Nick Brady said
Yes, Daniel, you have the risk of showing the same banner twice, WPAds doesn’t check that.
Anuj Seth said
Nice plug-in that is very practical and easy to use. Thanks!
Anuj Seth said
Nice plugin. Simple to install and use. Thanks!
Dennis Sim said
Nice plugin. Simple and nice to use! Thanks!
But I have one question. How to align my ads to the center?
You can view my site at http://www.dennissim.com
It is now align to the left.
Thanks!
Best regards,
Dennis Sim.
Dennis Freeze said
This is a great plugin — easy to use.
If you’d like the ability to fix ads on particular pages, I’ve done this. I did not modify WPADS itself — instead, I just put a big IF in my sidebar.php. I now have fixed ads on my home page, rotating ads only on the home page, and fixed ads allowed on individual pages, along with rotating ads for paid and charity stuff. You can see this in action on http://www.mendocinofun.com. The fixed ads use a custom field defined on the page where you want a fixed ad. Since there are 2 slots, you set the zone name as the value, and the keys are either ‘fixed-ad-1′ or ‘fixed-ad-2′. Seems to work well.
In the is_page section, I’m counting the number of fixed ads actually in play on that page, so that I can fill the empty slots with charity ads.
I’ve put the code on my site at http://www.mendocinofun.com/sidebar-mods.txt.
Dennis Freeze said
Oops. The link to that sidebar code embedded the period at the end of the URL, so it breaks. It’s just http://www.mendocinofun.com/sidebar-mods.txt
Alex Choo said
Hi,
I’m the developer of WP Text Ads. It’s a WordPress plugin that allows bloggers to sell ads directly to advertisers.
This means you get paid instantly, and pay no commissions. Furthermore, you can set your own ad rates and runs and build business relationships.
I believe WP Text Ads complements TLA and Adsense very well
The web site is here – http://www.wptextads.com
If you use it, I’d love to hear from you
My email is alexchoowk at wptextads dot com
Cheers!
ejhpd said
Nuremberg? I will read it to you this very night dot It is the most
hintai game*
of a young man dot It seems to me like falling in love with ones
Mike said
Hello,
I want to put WPAds after the first post in my blog. I have instructions at http://www.tamba2.org.uk/wordpress/adsense/ to directly insert the code, but if I try to use the WPAds code I get a white page. Any ideas how to get WPAds to only show up between the 1st and 2nd post?
Mike
datenschmutz.net said
Neues Plugin: Top KommentatorInnen
Das Top Commentators Plugin zeigt eine monatlich aktualisierte Liste der schreibwütigsten DiskutantInnen und Links zu deren Homepage.
…
Amber said
I have developed a site locally using your plugin for the ad server. However when I uploaded the site I get a 404 error when I try to access options>WPads. I have uploaded several times. Any help would be appreciated.
grobekelle said
I like the plugin a lot, thanks for mention it on you blog!
Kris Black said
Amber,
Before you upload the plugin folder, “wpads folder”, to your server change the folder name to “wpads”.
Kris
Michael Smalley said
I’ve tried putting the code in one of my side bar text widgets, but it does not appear. How can I get the ads showing in the side bar? Thanks, great plugin by the way!
anatol said
Nise site!
Jamie said
Thanks so much for this!!! I’ve tried to get something like this working for quite some time. I’m very pleased
Great plugin!
Jafo said
Installed this on a clients site today to test it. It seems to be working. Some other options that would be nice is a way to monitor click throughs. I guess an option of making a link in the code like this a href=siteurl/index.php?admanager=true&ad_id=ID. This way, the script could track when a user clicked it, and automatically redirect the user to the URL on file. Would probably require a bit more work on your end.
Uploading images would also be a plus, especially since pic uploading is already a feature in WP 2.X. Basically this is the only plugin for ads I could get working right out of the box.. Keep up the good work.
Bill Compton said
Hi Jim. Photos i received. Thanks
Vinny Lingham said
Is there any way to make a donation instead of the 3% ad rotation?
ponestah said
Great Plugin!
I too would like to see an end date (start date perhaps too). That should be easy to add… but I’d also be interested in the ability to rotate ads in order… but that would be a slightly bigger pain in the butt.
And not meaning to complain, but how random is your randomization? I’m getting some funky results…
Again, ignore complaints… thanks for this…
Frank Reding said
Hi Nick,
Great plugin, pretty much exactly what I was looking for. I do have one feature request though I’d love to see in a future release, and that’s the ability to display several ads per zone (perhaps with being able to specify before and after tags). That would allow me to display several 120×60 banners in the sidebar for example, without the need for several zones and repeated banners.
jamiecarter said
Perfect my friend!
Your the man
James said
Thanks for the plugin… just what I need:)
Unfortunately though.. I am a WP newbie and code illiterate
I can follow instructions however…. can someone tell me where the template is to paste in the wpads code to sidebar2 using sempro theme?
Thanks
The Boy said
I don’t know why, but the banner isn’t showing. :/
I’m reading the manual, doing exactly how it’s written, and isn’t showing anything. No error, no banner.
The Boy said
Actually, I fixed it! ^^
I do not know how, but I did it.
Btw, thank you for the plugin, mate.
Leonid Mamchenkov said
First of all, thanks for the plugin. It just works, which is the best thing that software can ever do.
Secondly, I’d like to suggest some sort of integration with WordPress widgets. WPAds could automatically define widgets for each zone, so that they could be drag and dropped in widget administration – no theme editing needed at all.
If you need a quck reference on how to make widgets – see my new blog http://wpbits.wordpress.com .
Dan said
Great plugin! But I have one question. Is there an easy fix to set up the display zone function so that you can include more than 1 ad in random order? The thing is… I want my sidebar zone to be able to show multiple ads in random order. So maybe there are 3 ads, but they show up with a random one on top and the other two on bottom. I checked out some of the PHP in the class but my OOP with PHP is a little rusty so it was hard to follow.
Rhys said
Hi Nick,
I have been playing around with your plugin for a while, it’s great!
I have also been looking at the source code, and added some extra functionality for it for my blog.
I was wondering if I tidy up the source code and make a dedicated webpage etc. would I have your permission to release it?
Of course, all credit and donations will still be included in it.
E-mail me back.
Rhys
Gene Steinberg said
I like the plug-in too, but I’d like to see some way of not just tracking views but clicks as well.
Can do?
Peace,
Gene Steinberg
Lori G. said
I just downloaded and put some ads in. I cut and paste the short code:
into a text widget but nothing is showing up.
Is that how I’m supposed to do it? Where do I get support for this widget?
thanks.
Lori G. said
wow. I can’t believe I figured it out. Nevermind on the above!
Is there a way to have more than one rotating add? I’d like to have a few stacked on top of each other.
Thanks in advance!
Martino said
Looks like the issue resolved itself. Everything looks great, thanks for the excellent plugin.
Gary Fazenbaker said
Nick
I’m new to WP, CSS and XTML so I’m sure I have someting out of place in the template (Blue Lake 1.0). The banner shows up on my about page but not where I thought it should. On my index page I get the following error above the header box:
WordPress database error: [Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like']
SELECT * FROM wp_ads_banners WHERE 1 AND ( banner_active = ‘Y’ ) AND ( (banner_maxviews = 0) OR (banner_views
brant collins said
I uploaded the new folder to plug in folder and it shows up in options put when I click on options I get
Not Found
The requested document was not found on this server.
Web Server at brantcollins.c
Incoming Sound said
Just wanted to say nice plugin thanks!
Ian Blackford said
Hi, this plugin isn’t working for me. When I add to the post, I get my text with: displayed underneath it. I don’t get the adverts.
What have I done wrong?
Ian Blackford said
My comment above had the code removed. Here it is again:
When I add to the post, I get my text with: displayed underneath it. I don’t get the adverts.
Ian Blackford said
Oh, I don;t seem to be able to tell you my problem properly.
The missing bit is the ‘Code in posts’ code
Astrit said
I just installed this plugin, and seems very good, best of what i saw actually. Just giving it some time to see how it is going. Tho, i did notice that when changing pages not always the ads will change, even tho all ads have the same probabilities to show up.
Great job, thanks.
Ray said
Hi have been using this great plugin – just went to alter my amazon code and keep coming up with the following error when trying to save new info
An appropriate representation of the requested resource /wp-admin/options-general.php could not be found on this server.
any advice at it wont save new settings
Gutscheine said
I love it!
MattSuspect said
When I click on WPad in the options, it just takes me to my main page. Everything else worked fine so far. Any help for a novice? Thanks, Matt
piecealava said
Great Plugin! Thank-you! I would like to move the WPAds menu in WP admin to the manage tab. I need to give “editors” access to this menu, but not to the rest of the options or plugins. Any suggestions on how that can be accomplished? Thanks in advance!
Mint-Tree said
Hey, there’s a bug with this plugin. Well, ‘after’ I deleted the wp_banner_ads table, I tried to re-activate the plugin, but it did not create a new wp_banner_ads table, which make this plugin now unusable indefinitely on my blog.
O.K. That’s all. Oh, if you’d like to see the problem for yourself, please feel free to let me know and I’ll gladly give you a username and password to login to the admin backend.
–M.T.–
jason said
hi i am new in php coding. just wondering whether when i have ald install and activated the plugin, i add one zone “sidebar1″ and put the bidvertiser html code there… but once i create it, i got the updates
Zone Banners (Probability) Code in templates Code in posts
sidebar1 BidVertiser (100%)
does this means it has finish ?
once i refresh my blog.. ntg inside.. and accor to the intruction, i need to add the html code in my templetes or post ?
can i know where is it ?
under my wp-content folder ? or which part ?
thanks for the reply
Andy said
Hi, Thanks for the plugin but it will not show any ads. Myself and WP savvy friend have tried a lot of things but it all appears OK but the ads don’t show. I notice some others talked about this but I can’t find a solution answer anywhere. Is there one?
Cheers
Andy
Andy said
Also we set it up exactly as on his blogs where it works fine, but can not get it to display on my site?
Cheers
Andy
Craig said
Nick,
From the looks of the postings this is a good plugin and I will test it out. However, I’ve had one problem already. Installed the plugin and it didn’t work (went to error page – page not found), but link installed in the Options menu. I looked at your zip and found the problem.
I suggest you create a new zip and place the 3 files into a directory called “wpads” that can be uploaded to the plugin directory instead of just having the 3 files.
Will give a review after I test it further.
Thanks for the tool!
MichelleVan said
I’m getting the page not found error when I try to config. they did all go to a separate directory – maybe they shouldn’t?
MichelleVan said
ok, I got some help from Craig above. the problem is that it unzips into wp-ads instead of wpads.
once that is fixed it works.
Wanda said
Thank you for the great plugin!
Made all much easier for what I needed.
Hugs,
Wanda.
mamagallo said
a mi no me funciona y todo parece trabajar bien
your-web-guy said
any plans to integrate the upload function similar to the one when you write posts? That would be handy as all get out if i could upload the banner and then just link it up with th wysiwyg editor… any help on that would be greatly appriciated
irriffVow said
Very useful and informative blog. Recommended for all to see.
http://medsdrugs.blogspot.com/
moshu said
From the install instructions:
Copy the wpads folder to your wp-content/plugins folder
However, the files are NOT packaged properly, so when unzipping it does not create its own folder! I’d appreciate if you could repackage it – we would have less struggle in the WP Forum with novice users.
Thanks!
jon said
My ads do not show up, no matter where I place the WPads code. In the Zone Name, can that be anything I want it to be or do I HAVE to have the name of the place where it’s gonna be shows, ie INDEX if it’s gonna be in index.php?
archetekt said
I just installed this and am not clear on where exactly in the code do I insert the affiliate banner ad code. I tried but it was “This plugin has been deactivated because your changes resulted in a fatal error.”
Can anyone help with this please?
Gary Fazenbaker said
Thank You
The wp-ads plugin has been working well for me but after swiching themes I am having some problems getting it to work in posts. Does the code have to be placed inside the loop?
Just after:
TIA for any help
Pen Master
http://meandering-pen.com
Robin said
I installed this plugin a month or so ago and it was working I had created a zone before the first post and the banner showed, now it has disappeared. I cannot figure out why it won’t show now. Any suggestions?
Al said
Hello, I have gotten great feedback on this plugin but I am very limited in code and installs this is probably been asked before but can you give me a short ” how to ” I did upload to my server and activated the plugin but am getting this message:
Not Found
The requested URL /wp-admin/wpads/wpads-options.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I named the folder wpads folder it has I think 3 files in it I think you mentioned I got to add a code to the place I want the ad to go like in the template sidebars can you give me the exact code?
Thanks
Chavvon Smith said
Very nice plugin. Thanks for the download!
gary said
Good work.. had it up and running on the site in a few minutes…
Alison said
Hi and help.
I am having the same problem as Al, above on August 22nd, is having. I keep getting the message:Not Found
The requested URL /wp-admin/wpads/wpads-options.php was not found on this server.
Any thoughts?
Thanks
dan said
Come learn the truth and dominate the game.
Ron said
Hi i am new to Word Press and Ads. I have installed your plugin in Word Press but i do not know how to proceed!!!. I want to display gif and swf banner ads after each post. Can you guide me please, ie which pages to modify etc,
Your help is greatly needed and appreciated,
Thanks,
Ron
Mikel said
hi
i would like to know how i have to insert the code in templates and in post in order to see the banners…
thanks
stephen said
I am a real newb here but i am trying to put my own rotating banner ads on this page. They are just simple images how do i get them to display?
mikelo16 said
hi
i have a problem with insert the provided code from wpads in the corresponding template and in posts
i can not find the correspoding templates to edit…
is there any complete manual…?
thanks
Manele said
i love it! thank you for your work
Denis said
hi,
is there a way to fix a time the ad wont be shown anymore. maybe a date or a number of days. that will be great.
cheers
denis
tek428 said
I great feature would be if you could incorporate a click tracker for those of us that rotate a lot of ads, that way we will know which ads don’t perform well, and delete them.
I would really love to see this feature!
mikelo said
hi
i have still no answer to the problem…
how to insert the provided code in templates and in posts to publish banners…
still have this problem.. can you help me? is there any manual?
could you give me any examples…? thanks
mikelo said
hi i can not believe nobody can help us…
just a simple question and nobody can answer it…
how to insert the provided code in templates and in posts to publish banners…
iam going to uninstall the plugin as i have no help, is that possible?
thanks
Alison said
I am looking for the same help. I have put the following code into the html box and called it sidebar1.
what other code do i need to add and where.
Thanks for much needed help.
Denis said
@mikelo,
did you creat an ad ? Under zones there youo can find your ad-banner. Right from there there is Code in templates just copy an paste that code into your theme where you want the ad, example und for putting it into the POSTs example
Cheers
Denis said
What about the possibility to enter en END-DATE for the AD. or maybe the number of days ?
Cheers
Denis
Gary Fazenbaker said
Unable to make the plugin work.
Created zones and pasted the code given but nothing shows.
Looked like what I wanted but I can’t make it work
Pen Master
David said
Hi everyone,
I have an annoying problem with wpads that I am not able to solve.
I have been using wpads for quite a while and I am really satisfied with the plugin.
However, when I created my last website I installed wpads but when I click on wpads under options I am directed to the famous Error 404 page and the message that “The page you are looking for no longer exists”.
When I look on my other websites the working ‘link’ to the wpads options page is the following:
http://www.mydomain.com/wp-admin/options-general.php?page=wpads/wpads-options.php
But on the newest webpage the link (which directs me to the 404 page) is the following:
http://mydomain.com/wp-admin/wpads/wpads-options.php
I have uninstalled and reinstalled the plugin several times. No difference.
So does anyone know how I can resolve the issue? I have completely run out of ideas how to solve it.
Thanks in advance
David
Tracey said
my ads from adengage does not show after i followed all the steps.
i am trying to have the ads in sidebar of my worpress,but ads wont show,even after i added the codes.
please i bed,any help?
Elli said
I was happily running this plugin for a few weeks when I added an .htaccess file that WordPress advised me to add as per its permalinks options. Now the ads don’t show, but there is a blank spot where they should be. Do I need to add something to the htaccess file now?
Also, my theme (Tarski) uses a non-conventional loop and there is no post.php page. I’m not sure where to insert the code to make a banner show up between posts on the main page.
tony said
Hi, installed and activated plugin but nothing appears in control panel.
Any ideas?
TIA
tony said
Found the answer to this, there all the time just looking in the wrong place.
Thanks for a great plugin. Tony
k3 said
compatible with WP 2.3? It’s not listed in their compatibility list.
oleg said
To use WPAds as a widget, download and install yet another plugin, “Executable PHP widget”. Then create a PHP block for the sidebar, and put as the content something like:
Don’t forget to save the changes!
oleg said
The code lost in the previous comment. Trying once again:
<?php if (function_exists(‘wpads’)) { wpads(’sidebar’); } ?>
CyberWoolf said
Hello,
I wish I could use it… when I try to add a jpg.. I get:
‘Please upload a JPG , GIF or PNG type of image’
However.. gif and png upload fine. I really need jpg to work since that is the format that will be used most.
The offending code is:
$allowed = array(‘image/gif’,'image/png’,'image/jpeg’);
if(in_array($_FILES['ad_image']['type'],$allowed ))
DenisCGN said
Hello !
is it possible to put an Expire-Date to the ads? Maybe a Date or the number auf Day to show on the website ?
Cheers
Denis
chrisjacobson said
Great plugin. Thanks!
Armin said
Thank this plugin my blog is more simply in service.
Runni said
Hi Oke Call Me
Carlos said
Great Plugin ! If you take this
before the <?php foreach( $zones as $zone ) {give better sort listing !
Carlos
Carlos said
Sorry take this before = sort($zones);
Chris McLaine said
I am very new to wordpress and am unsure of the specifics of the code that needs to be modified when editing the plugin and where the ads that will be displayed are to be located.
Do you have any examples that more clearly explain the modifications that need to be made?
In advance
Thanx
Brandon said
Hi. Great plugin!
I was wondering if there is anyway to get this to work as a sitewide thing on wordpress MU. I mean it works fine but you have to go into each blog and activate it and then set up your ads.
I am wanting to create a snippet of code that I can insert into my default blog template that will serve a mixture of ads instead of doing this one at a time.
Any suggestions anyone?
Brandon
mstgngr said
very nice plugin.thanks.
GPS said
Great plugin. Thanks
Mike said
Works fine with WP 2.3. Just make sure its in a directory named wpads, not wp-ads.
Thanks-
Giannis said
Thanks for the plugin, is prefect.
I have a small problem: It doesent work well with greek text:
- when i insert the text ia have no problem.
- when showing the text in the page, all goes well
- but, trying to edit the text, i gets scrabbled and if i save the form, it gets scrabbled in the blog as well…
Well, since its a free work, and in english (text) it has no problem, i can’t expect much, but i thought it was good to mention it..
Thanks again for your work.
Onefabnobia said
Two new studies show why some people are more attractive for members of the opposite sex than others.
The University of Florida, Florida State University found that physically attractive people almost instantly attract the attention of the interlocutor, sobesednitsy with them, literally, it is difficult to make eye. This conclusion was reached by a series of psychological experiments, which were determined by the people who believe in sending the first seconds after the acquaintance. Here, a curious feature: single, unmarried experimental preferred to look at the guys, beauty opposite sex, and family, people most often by representatives of their sex.
The authors believe that this feature developed a behavior as a result of the evolution: a man trying to find a decent pair to acquire offspring. If this is resolved, he wondered potential rivals. Detailed information about this magazine will be published Journal of Personality and Social Psychology.
In turn, a joint study of the Rockefeller University, Rockefeller University and Duke University, Duke University in North Carolina revealed that women are perceived differently by men smell. During experiments studied the perception of women one of the ingredients of male pheromone-androstenona smell, which is contained in urine or sweat.
The results were startling: women are part of this repugnant odor, and the other part is very attractive, resembling the smell of vanilla, and the third group have not felt any smell. The authors argue that the reason is that the differences in the receptor responsible for the olfactory system, from different people are different.
It has long been proven that mammals (including human) odor is one way of attracting the attention of representatives of the opposite sex. A detailed article about the journal Nature will publish.
TMorris said
I have tried this html code in our WPAds, but the ad is still not showing up. I have entered “alternate text” with the link and that works GREAT – so all I can induce is that I have the path to the image wrong, but I can’t figure out where. Can you take a look at the html code to see if you can detect any glaring errors?
SAMPLE CODE:
MY CODE:
TMorris said
Code didn’t show above. Here it is again.
SAMPLE CODE:
MY CODE:
TMorris said
OK – I’ll try it one more time – this is what the page source looks like:
div id=”samsarin-php-3″>
</div
Max Zallinkler said
Nice Plugin.. but is not running with wp 2.3.1 …
Dennis said
Great stuff. After I understand who it works
Thássius said
It’s not working with WP 2.3.1.
Muzica said
Yes, i have tested
Muzica Noua said
it work`s very very fine
Manele Noi said
that`s right
ovidiu said
hello, I would like to use your plugin in conjunction with another adsense plugin. see my comment on that authors page: http://shylockblogging.com/shylock-adsense-plugin-tutorial-0911/#comment-3651
that plugin randomizes the position of inserted adds. so in conjunction with your plugi nthat randomizes ads, not positions, it would be amazing. but it seems your plugin gets parsed before the other plugin gets a chance to insert its code
Mark Brown said
Where at specifically in the sidebar template do I put my code so that it displays after all the other widgets?
Here is my code: but I dont know where to put it so that it displays?
Thanks,
Mark
Oldreel said
Thanks, this is what I’ve been looking for.
John said
Hey, great plug in… It worked well. Thanks.
JImmy said
Thanks for the plugin, i have ben looking for these.
tom said
i just tried this, thanks
tom said
damn, this thread is a year old. i saw some december comments and i thought it was more recent. thanks anyway (even though nobody will probably see it).
houserocker said
thanks for this great and very easy to use plugin!!
miatablog said
when i click on wpads under the option page it links me to my blog=(
MD said
Great Plugin! Just downloaded it
sensations said
even though nobody will probably see it…..
100% see
Ash said
Just so you know i installed and it worked fine for me. But if you have permalink enabled and you create a banner for sidebar and place it you can’t see you banner created if you try archives or any other links though the side bar is included in all the pages throughout your website. Anyone knows whats wrong here or what i am doing is incorrect.
Manele noi said
is great, thank you for your efort man!
3GP said
very Nice Plugin man , thank you :*
Marceia said
Thanks for a great plugin! One question – I am running this in WPMU and it works fine. I am trying to see if it’s possible to get the plugin to recognize another plugin I’m am using – phpBay. My goal is to have rotating auctions showing on my homepage.
If I just insert the phpBay code [phpbay]“keyword”, “number of auctions displayed”, “”, “”[/phpbay] — the WPAds sends it out exactly as it looks without parsing the code. Is there anyway to get it to recognize this and get it to parse? MU is so picky about not running PHP directly in a page or post, I’m just trying to find an option to make this work. I’m not even sure if it’s feasible.
thanks.
Rob said
This plugin works great…exactly what I was hoping for.
Would you be interested in adding a “ad date begin” and “ad date end” date for each banner? This would make it really handy for those of us who sell ads by the week to schedule the various advertisers and hopefully wouldn’t be too hard to do.
Once again, thanks for the great plugin.
Ian said
Just installed this and when I got to the WPAds option page and try and add a banner – it just takes me to my WP Dashboard page.
Any help?
ta
zoso said
hello
is there a way to show all the banners at once, but in varios positions?
i have 10 banners in my sidebar, and it would be interesting to show them not in the same place every refresh.
thanx
used cars london said
just what I am looking for. thanks, trying to implement on my blog.
Deb said
Hi -have read all comments, etc…just uploaded into wp-2.3.1. Does anyone know if it works with this version of wp? I can’t locate it. Thanks.
Finally Week 2 is Done! said
[...] link in Drew’s article doesn’t seem to work, the plug-in he was pointing to is here; WP-Ads – This is what I use to rotate the 468×60 ads on the top right of the site. This will be one [...]
Webmastern.se din guide till större inkomster på nätet said
[...] form av annonsprogram kan också behövas, till exempel WP Ads som jag själv använder. Wp ads skapar speciella annonszoner Vilket betyder att när jag lagt ut [...]
ss said
sdf
Bred said
Hello Nick,
pleas contact me or post here your email. I would like to offer you quite interesting offer (modification of this plugin) .
I am looking forward to your reply.
Kind regards,
Bred
Joachim said
hi there,
nice plugin and very small but it does not record the clicks
(
Any chance to modify it to record the clicks too?
so long
Joachim
cash said
Thanks for this plugin. I have been looking for a way to integrate adsense and also use banner ads from other affiliate programs. This is perfect. (click recording would be nice also though)
derrikd said
does this work with wordpress MU?
» Das neue MinutenLohn Theme » Minutenlohn said
[...] integriert und teilweise angepasst sind related Posts, semmelstatz und wpAds. Inwieweit die Anpassungen (die Funktion "sem_showMostReads" wurde um eine [...]
Apoorv said
A nice and useful plugin. Initially faced some issues with it, but works fine now.
Ingrid said
I would also like to make a donation.
We’ve been using your plugin very successfully. Thanks for your work!
Muzica Noua said
heii..where can i promote a website in the us?? tell me some directoryes from us pls….can anibody help me?
tv online said
hi, nice plugin and very small ! Thanks for your work!
Banner Ads | Make Money Online said
I have done a review to some good banner ad rotators.
http://www.myzury.com
www.manelele-noi.com said
Great Post
http://www.manelele-noi.com
Ways to Monetize Your Website - The Arts Lab TurkeY said
[...] for WordPress Sidebar – A simple widget that makes it easy to display text ads in your sidebar. WPAds Plugin – Show and rotate ads on your blog. AdRotator Plugin – Randomly rotates ads that you choose. WP [...]
Andy Hoyland said
Hi there.
Sorry if this is the wrong place to ask – I just tried installing wp-ads and when I try to the options page in WP Admin I just get sent to my 404 page! Any ideas why this might be happening?
Cheers for the plugin.
Andy.
Tim Wheatley said
Because he isnt linking to the plugins dir for the options link, he is linking to the wp-admin dir. You can type the correct dir in yourself until the bug is fixed.
Tim Wheatley said
Correction, the reason for that is because you uploaded the 3 files into /plugins, not /plugins/wpads?
Wordpress插件大全之55个管理相关插件 | 望月 said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 [...]
10 plugins de WordPress para Adsense | Tu guia en la red | iblog said
[...] WPAds: válido para AdSense y para cualquier tipo de banner que desees poner (gracias Jaime). [...]
Essential plugins for your blog | Money Hiker said
[...] WP-ads If you want to place ads on your website, this plugin is fantastic. You can select where you want the ads to be placed and there is even an option enabling you to rotate your ads. [...]
Admin Plugins | The Daily Punt said
[...] flash player.WP Grins – Adds clickable smilies to both the administration area and comments section.WPAds – Add rotating banner and text ads to any location you define on your blog.WP-Custom Login – Allows [...]
storm1969 said
Great widget, cheers! wp 2.3.2 .
just make a folder called wpads and upload it (and the 3 php files in it) to your plugins directory. Then activate, go to options etc, like it says way up above.
How did I get it to be a widget? Get the brilliant execphp from here (down the bottom): http://ottodestruct.com/blog/tag/widgets/ , then go through the wpads settings, and copy/paste the php code it chucks out (eg ), into one of the php-code widget boxes, and there you go
Haven’t tried it as multiple widgets yet, but don’t see why it wouldn’t work.
west28 said
to get this to work as a sitewide thing on wordpress MU. I mean it works fine but you have to go into each blog and activate it and then set up your ads.
Has someone modified this plugin ??
Allison said
Hi, I have a test site that I am working on. The banner ads work great – but they have a blue border around them. Any idea how to take off? I think the border=0 and the margin=0 on the original set-up. I’m not sure why they have the blue border.
Thanks
allisonreed.net/blog/
AHCT-Weblog <Der Computerladen - Blog> » Blog Archive » Wie & Womit wir bloggen / “Unter der Haube” said
[...] die Bannerrotation wird mit “WP-Ads” [...]
Ben said
I am having problems with this — I put the php call in a sidebar widget, but it’s not showing up. I’d checked, double-checked and triple-checked to make sure I have the correct code and URLs.
Is this compatible with WordPress 2.3.3?
Also, is it compatible with putting the php call in a sidebar widget?
Ben said
Nevermind, I figured out the above question about php in the sidebar!
if anyone else is having this problem, it turns out you need an additional plugin to make php work in the sidebar widgets. More info here:
http://ottodestruct.com/blog/2006/04/09/fun-with-widgets/
100 + Ways to Monetize Your Site | Blogsha.com - Making Money With Blogs, Web Hosting Tips, Reviews said
[...] for WordPress Sidebar – A simple widget that makes it easy to display text ads in your sidebar. WPAds Plugin – Show and rotate ads on your blog. AdRotator Plugin – Randomly rotates ads that you choose. WP [...]
Sélection des Meilleurs Plugins Wordpress | Divers said
[...] article – Viper’s Video Quicktags : Facilite l’insertion de vidéos dans les articles – Wp Ads : Gestion et automatisation des bannières – Wp Postratings : Ajoute un module de notation – Wp [...]
15 Wordpress plugins that a professional blog should install » Webhypes said
[...] WPAds A nice and versatile plugin that allows you, as a administrator on a blog, to show and rotate ads on your blog. It can show lots of different banners, from AdSense to text and images. [...]
Vladimir said
Good think I found this before I actually need it. My site is new so not much need for ads tools yet but this looks great much needed tool:
Thanks
http://www.imoneyonline.com
Maurizio said
Hi ,
I love your plugin, it’s something that I was searching from a while of time.
It work very very fine with Mozilla Firefox and Opera.
But it doesn’t display images on Internet Explorer and Opera.
Maybe it need some code on css.
Please help me it is very important for me.
If anyone read this request and know hot to help me,
please visit http://www.deepindub.org and go to contact page and then write to me, I’ll be happy to replay very very soon !
love & lights
Maurizio
Offy Blog said
[...] WP-Ads: This lets you add banner rotators, banner ads and other banner/ad things to your site Bookmark This!SubscribeDiggdel.icio.usFacebookRedditStumbleUponTechnorati [...]
edzillion said
i think you have a bug when using wpads with firefox…
if I put a basic img in the html code of an ad:
it will show in IE but shows nothing in firefox…
it will display text though.
any idea?
Ed
edzillion said
to answer my own question – it appears that adblock plus knows how to block wpads by default
so disable it and images appear!
not so easy for adblock-using customers though…
Ed
262 Links to Affiliate Marketing Resources | Affiliatefrustration.com said
[...] your banner ads to promote different affiliate programs there are several resources available. WPAds AdRotator ASP Ad Rotator Component JavaScript banner rotator PHP Buddy [...]
daburna.de - Der Blog » Blog Archive » Innenleben - benutze Plugins said
[...] WPAds: Zur Verwaltung von Werbebannern. [...]
webbdesign - karl göte said
Great plugin. This is just what I was looking for. I´m using it on my blog and it´s all fine.
50+ Tools For The WordPress Admin said
[...] WPAds – Add rotating banner and text ads to any position you define in your blog. [...]
jocuri barbie said
just what I am looking for. thanks, trying to implement on my blog.
denis said
plugins is good work’s. Thanks!
Toolbe Webmaster Search Engine said
Sounds very nice,
will try to use it at my wordpress blog service http://blogono.com
thx for sharing!
Wpads - Kolay Reklam Yönetimi | Mesut Güngör said
[...] Wpads reklamlarınızı dönüşümlü olarak göstermenizi sağlayan WordPress eklentisidir.Sadece temalarınıza oluşturduğunuz alan kodlarını yerleştirmeniz yeterlidir.Google Adsense,Mynet Adpartner,Reklam Store, veya Ringofon gibi reklam yayıncılarının kodlarını yayınlamanın yanı sıra,kendi belirlediğiniz reklam bannerlerini de dönüşümlü olarak yayınlamanızı sağlar. [...]
Oh God: more than 300 tools move to yours WORDPRESS | 灵度O-Town said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
bogdanel said
nice plugin 10q
one and more wordpress plugin and tools party on wordpress | 灵度O-Town said
[...] – 直接在日志中添加视频。 WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login – 自定义登录界面。 [...]
Top and Best WordPress Plugins You MUST See! said
[...] [WP-Ads] – This is another top plugin that will let you create zones and place various ad units in those zones. You can place more than one ad unit in a zone and WP-Ads plugin will rotate it for you. The plugins page in admin section also shows the number of times the ad units were served. Creating and managing your ad inventory is very easy with this plugin. [...]
WPAds | Wordpress Files Resources Themes and Tutorials said
[...] Click here to Visit WPAds Now [...]
vicky said
wow what a cool plugin. im looking to start a blog soon and this is extremely helpful.
thank you
Mehr Geld online verdienen durch Rotation ⇐ Minutenlohn said
[...] ein zufallsgewähltes Banner anzeigen lässt. Für WordPress hat sich bei mir WPAds [...]
Tatyana said
My goal is to have rotating auctions showing on my homepage.
Best Way to Lose Weight said
Ads have always been the hardest part of my marketing strategy. This will help greatly, thank you!!
Monetizing WordPress Plugins « Lorelle on WordPress said
[...] WPAds WordPress Plugin provides rotating options but also allows you to define the ad positions on your blog. It supports AdSense, Yahoo Publishers Network, and other ads including image banners. [...]
vicky said
cool plugin…. i’ll give it a try on my new blog now
jason said
im using the code in templates and its working great, would it be possible to exclude the ads on certain pages or posts ? .. i tried adding the code below n php file but no go
if (strpos($post_content, ‘ ‘) !== false)
return false;
Credi said
Thanks. It works beautifully
investing said
First of all, thanks for the plugin!
investing said
Hi, this is a comment.
)
Cool site
Ez a SEO blog.. | SEO Blog by Invalid Click :: SEO Blog said
[...] WPAds [...]
Hero said
When Duplicating Content Is Appropriate - And How To Do It In Your WordPress Posts | KeithJamesLock.com said
[...] now for the “how to” part. As mentioned, the plugin to use is called WPAds, and like I said it was written with ads in mind but it works wonders for countless other [...]
Google Ad Manager - Das neue Killertool von Google? « Google, Online-Werbung « Selbständig im Netz said
[...] Dafür gibt es sehr einfache Lösungen, wie z.B. für WordPress-Blogs das Plugin WP-Ads. Aber es gibt auch schon sehr gute und umfangreiche OpenSource-Software, wie z.B. OpenX. [...]
Ben said
This is a great plugin. Thank you very much for developing it!
Is anyone experiencing a problem where the impression counter seems to be a bit too… sensitive? In other words, WPads is counting WAY more impressions than my Analytics software is telling me my site is getting.
Also, I concur with all above who said the ability to monitor click-throughs would be a great addition.
But overall, great work on this.
-ben
Блог интернет-разработчика » WordPress: Плагины админа said
[...] WPAds – Банерокрутилка для блога (банеры, контекст, ссылки в любой части блога). [...]
Smith said
Thank you
Easy program is just that that was looking for!
jr said
I cannot make the wpads to work.
I have my images in the images directory
I then installa and activated the wpads plugin.
I created a new banner as:
on my home.php I put
where homepage is the name of my zone in wpads configuration
When I load my web page I didn’t see the image
What could I be doing wrong ?
Rob said
Thanks for the perfect simple ad plugin. I use it a lot on my shopping blog.
I needed the additional ability to specify a start date and end date for my ads so I added it. I used the php date stuff so you can say things like start “today” and end “today + 10 days” and convenient stuff like that.
If you’re interested, I’ll be happy to send you the code if you’d like to include it in your distribution. I had to add a couple of fields to the banner table so I took the time to make sure the upgrade would work smoothly and tried to program it in your style so it would be easy to maintain.
Thanks again for a great plugin-
-Rob
Alex said
This is a terrific plugin. I’ve been rotating my ads with a php script that was difficult to handle and easy to make usage mistakes. Today it broke my template when I added an ad that contained an apostrophe. Your plugin solved all the problems and it is very easy to use.
» Плагины для этого блога > Блог php-программиста said
[...] на Вашем хостинге также содержит Flash-плеер. WPAds – позволяет “развешивать” баннеры и текстовую [...]
advice said
This is a terrific plugin. I’ve been rotating my ads with a php script that was difficult to handle and easy to make usage mistakes. Today it broke my template when I added an ad that contained an apostrophe. Your plugin solved all the problems and it is very easy to use
komik said
Also we set it up exactly as on his blogs where it works fine, but can not get it to display on my site?
Wordpress插件大整理 | 何必呢 said
[...] – 直接在日志中添加视频。 WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login – 自定义登录界面。 [...]
Blog Profit - Make Money With WordPress Random Ad Generators and Rotators | Useful Talk said
[...] WPAds provides rotating options but also allows you to define the ad positions on your blog. It supports AdSense, Yahoo Publishers Network and other ads including image banners. [...]
Powerfull List of WordPress Lifesavers Plugins said
[...] WPAds- WPAds is a WordPress Plug-in for showing and rotating ads in your blog. You only have to define [...]
UK Paydayloan said
Plugin is great I rotate many different ads without flaw! Thanks
MacGyver said
Will this work with WordPress 2.5?
sonic said
Thanks for the perfect simple ad plugin. I use it a lot on my shopping blog.
I needed the additional ability to specify a start date and end date for my ads so I added it. I used the php date stuff so you can say things like start “today” and end “today + 10 days” and convenient stuff like that.
If you’re interested, I’ll be happy to send you the code if you’d like to include it in your distribution. I had to add a couple of fields to the banner table so I took the time to make sure the upgrade would work smoothly and tried to program it in your style so it would be easy to maintain.
Thanks again for a great plugin-
Bryan said
I’m not seeing where this plig-in actually tracks click-throughs, just impressions. Does it or can it track click-throughs and if so… what am I not seeing?
Click-throughs are key for me to be able to report to advertisers, otherwise this plug-in ROCKS!
Heel said
http://nudekimkardashi.blog.drecom.jp
danny said
is it possible to rotate the banners without refreshing the page after x seconds?
Gill said
I love the plugin, it’s been working out for me.
I often display street team banners for bands using your plugin. Unfortunately, the street team never tells us when the banners are removed from their server, therefore no banner is served when it’s in active in the plugin.
Maybe the ability to see if the banner is active in the admin screen would be great.
精通Wordpress系列教程- 3: 78个强大的Wordpress插件列表 | 帕兰映像 said
[...] Plugin: Here 63) WPAds- [...]
joseph said
Thanks for the plugin.
WORDPRESS GOD: 300+ Tools for Running Your WordPress Blog said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
10 zakon Wordpress plugina, prvi dio said
[...] WPAds – pomaže u prikazivanji i rotaciji [...]
How to Monetize Your Website or Blog by vandelaydesign.com | Cyber Space in One Hand said
[...] for WordPress Sidebar – A simple widget that makes it easy to display text ads in your sidebar.WPAds Plugin – Show and rotate ads on your blog.AdRotator Plugin – Randomly rotates ads that you choose.WP [...]
Joe said
Hi
This is terrific little plugin, but it just needs one improvement.
Can it be modified to show only 1 advertiser per page in all positions? I use AdSense and a few others like Yahoo and they don’t allow you to have Competitive Ads on the same page.
If you add that functionality I would use this plugin on all my sites.
Thanks!
50 plugins utilisimos para administrar wordpress | Blog! Estudio Creativo. Diseño grafico y mucho más said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
50 plugins wordpress | Blog Gootum.com said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
How to Find Advertisers for Your Website: The Ultimate Guide said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
kelly said
This is something i have been looking for and not just for the ads. Im new to blogging and i want to be able to use multiple banners on my blog.
Usando AdSense no WordPress: Compartilhando ganhos, otimizando espaços e ganhando tempo said
[...] WP-Ads [...]
lost indir,lost dizisi,lost 4. sezon said
thanks
The Ultimate WordPress Plugin Library : Get More Reviews said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
Harley said
I work at a advertising field for several years.
My traffic I merge at https://valary.com
I have chosen them as they never shaved, have high bids, PPC and PPA, context ads. I get a detailed statistics and information about my projects. I do really respect them!
Listado con más de 50 plugins muy útiles para Wordpress « Helektron.com said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
50+ plugins para la administración de Wordpress en Cesarius Revolutions | Cibercultura, GNU/Linux y Software Libre. said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
LOLOG - 使用中のwordpressプラグインまとめ2008年4月 said
[...] WP-Ads [...]
Как искать рекламодателей для блога? | WordPress и Поисковая оптимизация сайтов. said
[...] ПО. Если вам нужно просто решение, попробуйте WP-Ads. Если вам нужно более сложно решение попробуйте [...]
[i:rrhoblog] » links for 2008-04-24 said
[...] WPAds A WordPress plugin for showing and rotating ads in your blog. You only have to define the ad positions and the ads you want to rotate in each position, and WPAds will serve your ads randomly. (tags: wordpress wp-plugins plugin werbung adserver) [...]
Chroniques du web » Blog Archive » links for 2008-04-29 said
[...] WPAds « theSandbox Un plugin wordpress pour gérer des bannières (tags: wordpress plugin advertising ads banners) [...]
WPAds — WordPress Plugin Rater said
[...] Download Here Submit a Quick Rating: Loading … Submit a Review [...]
Ganar dinero y éxito con una página web | Emilio José Rodríguez García said
[...] WPAds [...]
Powerfull List of WordPress Lifesavers Plugins | SEO & Web Design said
[...] WPAds- WPAds is a WordPress Plug-in for pass and rotating ads in your blog. You exclusive hit to [...]
Оформление WordPress - плагины | Миша.Мчедлишвили said
[...] WPAds – позволяет “развешивать” баннеры и текстовую рекламу в любом месте вашего блога. [...]
John said
Will this work for 2.5.1 by any chance?
bob marley said
Hi:
The Download link is no longer available
tomdebruin said
im using it in 2.5.1 with no problems.
Doug said
Can not get plug in to work in revolution news theme. I can activate it but under settings the wpads link takes me to a 404 error page.
SEO Зоопарк » Виджет для размещения баннеров в шаблоне WordPress said
[...] Первая часть задачи решилась с помощью плагина WPAds – он позволяет добавлять через админку любое число [...]
host said
tnahk you
hosting said
[...] WPAds [...]
Denis L. said
I’ve already installed this plugin. Thanks.
For people, which gets a 404-error on click at the “WPAds” in the WordPress-options-menu: you must changing one of the last functions…
function wpads_menu() {
if (function_exists(‘add_submenu_page’)) {
add_submenu_page(‘options-general.php’, __(‘WPAds’), __(‘WPAds’), ‘edit_themes’, ‘wpads/wpads-options.php’);
}
}
<— change ‘wpads/wpads-options.php’ into ‘wpads-options.php’
Now, it works.
I also had this problem.
Os melhores plugins Wordpress para rentabilizar monetariamente o seu blog | Fique Rico Online said
[...] de utilizar, para fazer rotação de publicidade ou anúncios no seu blog wordpress. O plugin WPAds permite-lhe fazer rotação de anúncios e também seleccionar onde eles irão aparecer no seu [...]
Plugins that Bloggers should use (SEO-Guide.net) · SEO Guide - Tips, Tricks and Secrets said
[...] WP Ads (Rotate your ads) [...]
SEO-Guide.net - Plugins that Bloggers should use · SEO Guide - Tips, Tricks and Secrets said
[...] WP Ads (Rotate your ads) [...]
南阳SEO网络营销博客 » wordpress插件集锦,收藏留着用 said
[...] WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 Wysiwyg – 加强博客内的图片控制。 [...]
The Best Ad Manager Plugin for Wordpress! | ChaseSagum.com said
[...] hours and hours of searching I came back to the answer I found almost 2 years ago. That is that WPAds is by far the best open source Ad Manager plugin for WordPress. For some reason I forgot about the plugin, and I was in need of an Ad Management plugin for this [...]
jocuri said
thank you for this nice plugin
Los mejores 72 plugins para wordpress - MundoBloggers:::Comunidad de Bloggers said
[...] WPAds – Es otro plugin que te permite rotar publicidad en varias posiciones. [...]
3ai.de » Plugins, Version, Einstellungen, Sidebars, Sidebar, Widgets, Grund, Hier » WordPress 2.51 – was geht und was nicht? said
[...] Blogs vorläufig lieber noch in den Vorgängerversionen. Die Plugins Gregarious und WP-Ads gibt es z.B. noch nicht in einer kompatiblen [...]
bdITjobs.com : : Blog » Blog Archive » How to Reduce Banner Blindness and Use Effective Ads that Work said
[...] although I recommend tracking clicks to monitor its effect. WordPress powered blogs can use the Wpads plugin or Ad Rotator [...]
Simon said
Sorry for the basic question but how do you create a zone?
Ken Ivey said
IE 7 is not displaying Ads. FireFox shows them. Any ideas?
alex said
There isnt a way to know how many clicks are made to the banner??
statusuri said
great plugin verry good thank you
murph said
Can you put more than one ad zone in a section of your blog, like the sidebar or would they conflict? My second ad zone for my sidebar will not show the ad images. Any help is appreciated.
Rotierende Werbung - Adserver für WordPress - Plugin » Der Webmaster Watchblog said
[...] Links: zur Plugin-Homepage [...]
wordpress Plug-in Category collect | 王标 said
[...] Grins – 使后台和评论可以轻松添加表情。 WPAds [...]
CompMonster said
This is a great plug-in. Thank you for making it. It’s easy to use and worked right the first time. After trying other ad rotating scripts, plug-ins, etc, this is by far the easiest. Excellent job!
pxlbuzzard said
For some reason WPAds isn’t showing ads on my blog, even though I can add ads in the admin area. I’m sure that the ad code is correct, so what could be the problem?
triindi said
It’s compatible with all version ?
wgnwhite said
How to merge
******************************
******************************
with php if function exist so that it’ll never ruin the layout even if the plugin deactivated..
wgnwhite said
[?php wpads('header'); ?]
in the
****************************
[?php wpads('header'); ?]
****************************
how to merge it into if function exist code?
WPCandy - WordPress Themes, Plugins, Tips, and Tricks — Plugins We Use said
[...] WPads [...]
Dennis Freeze said
I’ve been using this for over a year now, and I was wondering if you might be extending it any time soon? In particular, I would like to be able to track clicks — this would be a great addition.
As others have noted, I have questions about the randomness of the ads. 3 or 4 times now, I’ve had advertisers hassle me because their ad wouldn’t show up during a bunch of page refreshes…. If there was an easy way to make the rotation more predictable (i.e., showing the ads in order instead of random), that would also be great.
All in all, though, this has been great — easy to use, and rock solid.
Thanks,
Dennis
anılcan said
thanks
Serg said
It is interesting. Never thought of it.
AHCT-Weblog <Der Computerladen - Blog> » Blog Archive » Wie & Womit wir bloggen / “Unter der Haube” II said
[...] die Bannerrotation in der Einzelansicht wird mit der Hilfe von “WP-Ads” v0.2 von Nick Brady realisiert & konfiguriert. [...]
Werbung im eigenen Blog verkaufen - Teil 2 « Blogs, Geld verdienen « Selbständig im Netz said
[...] WordPress-Plugin “WPAds” bietet dagegen nur sehr wenige Funktionen, ist aber kinderleicht zu [...]
Candy Coaching: Woche 2 - Candy College said
[...] WP-Ads – Wenn der Tag der Werbe-Bitte kommt bin ich vorbereitet! [...]
Chika said
Great plugin, thanks
WildBlog » Blog Archive » Los 72 mejores plugins wordpress para facilitarte la vida said
[...] sea de Google o Yahoo!, que te permite seleccionar donde y cuando mostrar los anuncios. * WPAds – Es otro plugin que te permite rotar publicidad en varias [...]
Raj said
This is an excellent plugin that I have been using for quite some time now.
1. A facility to export and import the ads, settings, etc. This will help in migration.
2. PayPal integration so that we can accept paid ads.
XT Commerce-Joomla-Wordpress-SEO » Blog Archive » Youporn Trittbrettfahrer – Sex sells, oder Geld verdienen mit Traffic in der Blog-Szene said
[...] Naheliegend ist es, dass es in absehbare Zeit ein Plugin mit einer Mischung von Landingsite und WP-ADS für WordPress geben wird. Noch ist eine solche Funktion nicht im Web verfügbar. Aber es macht [...]
Wordpress Plugins To help You Monetize Your Content Sites | No More Compromise said
[...] WP_Ads is a WordPress plugin that allows you to add multiple ads for it to cycle through. You provide the HTML for each advert so you can cycle through banners and/or text ads – it really is up to you. [...]
Fashionist said
Hi,
nice Plugin! I installed it and activated the adsense donating. I have these new adsense codes in my blog. The donation system broke down the adsense banner so it didn’t get displayed. If you fix this, i will reactivate it!
Joe said
Hi. We just installed the plug-in, created a banner and set the zone for the banner. Your instructions say to Copy and paste the code for each zone in your templates (it will be something like
Where in the templates should this code be placed?
Thanks!
WPAds Wordpress Plugin said
[...] can show contextual ads (ie, Google AdSense, Yahoo Publishers Network, etc) and also image banners. WPAds « theSandbox Got Banners WordPress [...]
WordPress Sidebar banners - Netpond said
[...] use WP-Ads plugin, works great for banner rotation, just use the php code it gives you into a sidebar [...]
Monetizuojam blogą, Wordpress pluginai | Naudingi straipsniai, patarimai, pamokos, gidai said
[...] WPAds 2. PhpAdsNew 3. Randomize [...]
How to Find Advertisers for Your Website: The Ultimate Guide · ordaso.com said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
50 plugins para la administración de Wordpress — linux y otras cosas said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Plugin Wordpress WP-Ads : faites tourner vos publicités ! said
[...] Download WP-Ads [...]
Rumblings from Nifty Galoot » Blog Archive » Wordpress Plugins I use said
[...] WP-Ads – Useful for showing ads or content wherever you want in your blog [...]
6 Free Advertising Server Plugins for WordPress — Setup, Manage and Track Banner Ads said
[...] WPAds manages banners and other ad codes independently. You need to add the code to the right section of your blog theme / template manually. [...]
Seoflanken said
Great plugin. Thanks
Plugin to place banners between posts? - Netpond said
[...] <?php if ($count4 == 1) : ?> // banner code here <?php endif; $count++; ?> Then I use Wp-Ads and just place he php code it creates for the banner [...]
50+ plugins para la administración de Wordpress « Bloguear por bloguear… said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Plugin to place banners between posts? - Netpond said
[...] <?php if ($count4 == 4) : ?> // banner code here <?php endif; $count++; ?> Then I use Wp-Ads and just place the php code it creates for the banner rotator code Last edited by Bradski : [...]
Ad and Banner Rotator WordPress Plugins said
[...] WPAds WordPress Plugin has various rotating options and even allows you to define various ad positions on your blog. It supports AdSense, Yahoo Publishers Network, and other ads including image banners. [...]
70+博客插件大全 -- 诺亚SQUARE said
[...] Plugin: Here 63) WPAds- [...]
五毒 » Blog Archive » 78个强大的Wordpress插件列表 said
[...] Plugin: Here 63) WPAds- [...]
Comment mener plusieurs tests Adsense en même temps said
[...] plugin juste pour cela n’est pas vraiment tentant. Par contre si vous utilisez le plugin WP-Ads ( qui permet d’afficher aléatoirement des bannières ) autant vous en servir en le [...]
Mathias Poujol-Rost said
Greffon "Pubs WP" pour WordPress (traduction du plugin WP-Ads)…
Je vous propose une traduction du plugin WP-Ads de Nick Brady. Je l’ai appelé "Pubs WP". Antoine Boucherie a rédigé récemment une présentation de ce plug-in. Téléchargement format ZIP, format RAR, fichier pubswp.php, fichier…
50个管理相关的Wordpress插件 : 墨虾 said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 [...]
Mathias Poujol-Rost said
new URL to the translation of the plug-in : http://blogue.mathiaspoujolrost.net/perso/index.php?post/2008/07/11/Greffon-Pubs-WP-pour-WordPress-traduction-du-plugin-WP-Ads
dizi izle,film izle said
thanks
Best 130+WP plugin for manager | MeHook said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 [...]
70+ wordpress plugins for blog edit | MeHook said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 [...]
WordPress: Плагины админа « Articles about Web Development said
[...] WPAds – Банерокрутилка для блога (банеры, контекст, ссылки в любой части блога). [...]
50个与管理相关的Wordpress插件(一) » 托比的天空 said
[...] – 直接在日志中添加视频。 WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login – 自定义登录界面。 [...]
Guideline for How to Find Advertisers for Your Website said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
A Site A Day (Part 3) |Prescott Websites Blog said
[...] WP-Ads [...]
WPAds Wordpress Plugin | Blog About Your Blog said
[...] Download this plugin. [...]
Paul said
Hello,
i find your plugin very useful. I have made a new plugin based on it: WPAdsMod. Can I name it WPAds Mod. New in this version is that you can set if the ads only show the visitors who came over a search engine and set the ads in the middle of the post.
Can I name it so and can i use your plugin for it. I can send you the plugin (paulstelzer [ at ] gmail [dot] com).
Please contact me
online shopping said
In my opinion some blogs have way too many adverts on them. This kind of plugin may bring down the adverts, as it will rather rotate them in one spot. I think, though, that it’s probably just going to mean more advertising space for a lot of bloggers who will just clutter up their blog with more adverts. I suppose that’s okay– I mean, it’s their choice. But there’s no doubt that there is a heck of a lot of advertising on some sites – they look like advertising portals!
Joe said
Ho can I modify this great plugin so we can use as the Banner HTML code?
Any tips would be appreciated… thanks you!
Joe said
We want to use PHP code as the banner HTML, how can we do this?
WordPress - Tools » Blog Archive » 50+ Tools For The WordPress Admin said
[...] WPAds – Add rotating banner and text ads to any position you define in your blog. [...]
stylemagonline said
Thank you for the great plugin!
All the best from Berlin | Germany
Freelocale said
People should be sharing more free things like this. Its what keeps the Internet buzzin’.
知更鸟 » wordpress插件集锦 said
[...] Grins – 使后台和评论可以轻松添加表情。 WPAds [...]
広告Bannerの表示の仕方を強引に変える。 | mikisuke weblog said
[...] WP-Adsを使って、広告Bannerが33%の確率で切り替わる3パターン構成に、左サイドバーの広告を切り替えました。 左側のsidebar.phpの広告が記載されているhtml部分を全部コピー・ペーストして wp-Adsの設定でhtml codeというところがありますが、そこに3パターン入れる。 (既存の同系広告カテゴリー乱さないように同じタイプの広告抜粋) (2パターン新たに作って) 後は、wp-Adsで出来上がった以下のようなphpコード(適当にsidebarなどと3つ作成する時phpコードの()は統一させる。) [...]
KeeK said
Very easy to use. I can now stick any kinds of ads/html code on any spot on my blog. Brilliant. I love it.
Monetizing said
[...] WPAds WordPress Plugin provides rotating options but also allows you to define the ad positions on your blog. It supports AdSense, Yahoo Publishers Network, and other ads including image banners. [...]
Как найти рекламодателей для вашего сайта: Что вам потребуется | Создание и раскрутка блога said
[...] решение, то вам стоит попробовать плагин для WordPress – WP-Ads. Этот плагин поможет вам выводить объявления в тех [...]
money,wp,plugin,googl,google,yahoo,ww,www,w | STARE FIRE 3 said
[...] WP-Ads – WPAds Plugin is a WordPess Plugin for showing and rotating ads on your blog. It’s very user friendly. All you do is define which ads you want to rotate and their position on your blog, WPAds will then do the rest. This WordPress Plugin can show contextural ads like Adsense and banners/images. [...]
said
, , , . . . , , .
How to Find Advertisers for Your Website: The Ultimate Guide | Publisher & Social said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
Tips Blogging Cepat dengan Amazon Content « BLOGGER DUNIA SEHARUSNYA DUNIA BLOGGER said
[...] optional : Different Posts Per Page, FeedBurner FeedSmith, GoCodes, Google Analytics, Google XML Sitemaps, HeadSpace2, WordPress Related Posts, dan WP-Ads [...]
Jules.tv | Custom Wordpress and CMS design based in the North East of England said
[...] dynamic, as the link to an old post may need to stay on top for a while. We’ve used the WPAds plugin for this section so images and links can be altered easily by the [...]
Monetizuojam savo Blogą ar svetainę su Wordpress pluginais (įskiepiais) | Technologijos.eu said
[...] WPAds 2. PhpAdsNew 3. Randomize [...]
happygokate said
Hi all…
I’m using this plugin on my other blogs and it works wonderfully, but I just added it to a new blog I’m working on and it cuts the ads off – see http://shojogirlonline.com. This new blog uses the latest version of WP (2.6 I think?) Is it possible that this plugin isn’t compatible with 2.6 or do I need to keep looking for the problem?
Thanks!
Kate
Los 72 mejores plugins wordpress para facilitarte la vida said
[...] WPAds – Es otro plugin que te permite rotar publicidad en varias posiciones. [...]
50 plugins para la administración de Wordpress said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Which Ad Manager Plugin Makes Managing Ads Easiest? said
[...] Download WPAds. [...]
Which Ad Manager Plugin Makes Managing Ads Easiest? | Photoshop Forever said
[...] Download WPAds. [...]
50多個Wordpress管理員使用的插件 | + Ethereal Wings + 以太之翼 said
[...] WPAds – 添加在Blog上的任何位置可循環顯示的Banner及文字廣告的功能。 WP-Custom Login – 允許你自定登錄界面。 WP- DBManager – 給你一個強經的數據庫優化工具,包括備份,恢復及刪除備份數據庫,清空表,及SQL查詢等功能。 [...]
moises said
Very good plugin
Thanks for the plugin.
Como rodar publicidade no blog, banners, adsense e botões 125x125 | Como Ganhar Dinheiro Online said
[...] Um outro plugin que gostei é o WPAds Este plugin é muito fácil de utilizar e tem muitas opções para uma melhor gestão dos anúncios mas ao contrario do primeiro plugin podem também inserir códigos HTML e outro tipo de banners para alem dos botões 125×125, recomendo que usem este plugin para adsense ou banners com tamanhos grandes e que utilizem o primeiro plugin para botões 125×125. Após terem feito o upload e activação do plugin, vão encontrar no menu “settings” ou definições (não tenho a certeza como está em Português) o “WPAds” cliquem ai e comecem a adicionar a publicidade que querem colocar no blog a rodar. Cliquem em “add new banner” e comecem por completar o pequeno formulário com todos os dados importantes: Descrição da publicidade que vão colocar, o código HTML, pode ser bidvertiser, pepperjam, widgetbucks etc o que quiserem e até pode ser mesmo apenas um pequeno banner depois colocam o nome onde querem colocar o código como por exemplo: sidebar ou o que quiserem, agora têm 2 opções que se destacam neste plugin, podem escolher o peso do banner, o peso indica frequência com que o banner quer que apareça no blog, eu normalmente coloco 1 em tudo assim todos os banners aparecem da mesma maneira e torna-se mais justo para o anunciante. Uma outra opção neste plugin é o facto de poderem escolher quantas views é que o banner vai ter ou seja quantas impressões, existem alguns blogs que vendem publicidade pelas impressões, 15.000 impressões 10€ e por adiante, eu prefiro vender publicidade mensal. Agora só falta colocar o código, se querem que a publicidade apareça na theme do seu blog como no header ou footer ou outro sitio qualquer tem que colocar um código semelhante a este “<?php wpads(’banner’); ?>” mas se quer colocar a publicidade dentro dos posts então vai ter que colocar “<!–wpads#banner–> ” a palavra “banner vai ser substituída pelo nome que deu a sua zone mas não se preocupe pois o plugin da-lhe automaticamente o código que deve colocar. Podem fazer download e ler mais sobre este plugin aqui [...]
Armand said
Great. I’ll try that one.
300 лучших плагинов для WordPress | Спорт, боевые искусства, технологии, МПО said
[...] на Вашем хостинге также содержит Flash-плеер. WPAds – позволяет “развешивать” баннеры и текстовую [...]
Обзор плагинов ротации рекламы в WordPress : Статья : Уроки WordPress said
[...] Скачать плагин WPAds с сайта разработчика [...]
felix said
Hi guys,
I’m using WPAds for a wile on a WordPress Mu, and everything is going great. The thing is I have a doubt about what dose the “Views served” counter measures… Clicks on the Ad? Page views of the Ad?
Please answer me!!
… and thanks for this fantastic plugin!
rick said
i installed plugin and set up banners and zones and got codes for template and code for inserting into post. i insert the one for posts and all that shows up is the code no ads. am usinf WP261 on linux php server help!
Powerfull List of WordPress Lifesavers Plugins | download said
[...] Plugin: Here 63) WPAds- WPAds is a WordPress Plug-in for showing and rotating ads in your blog. You only have to define [...]
78个强大的Wordpress插件列表 | 随心所至 said
[...] Plugin: Here 63) WPAds- [...]
Descargar Plugins para wordpress | Blog de posicionamiento said
[...] WPAds – Es otro plugin que te permite rotar publicidad en varias posiciones. [...]
50 Wordpress plugins | Webmastern.se said
[...] WPAds WordPress Plugin [...]
Chuck said
Hi Nick -
Is there a way to use WPads to display ads by category? We have sponsors of different sections that should only appear within a particular section… I was wondering if there is a way to use WPads to accomplish this. Great plugin, thanks.
300+ Tools for Running Your WordPress Blog « Itz all neu said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
Wordpress Advertising Plug-ins | h7x Organization said
[...] Plugin: Here 63) WPAds- WPAds is a WordPress Plug-in for showing and rotating ads in your blog. You only have to define [...]
Sherry said
Can you explain this step a little further:
Copy and paste the code for each zone in your templates (it will be something like
If my zone name is sidebar_1, what does it look like and which template file do this belong in?
Thank you.
Top 10 Wordpress Plugins - September 2008 | Enterprise Mastermind said
[...] Go to download page A brilliant tool this – enabling you to serve multiple ads within the same post or from postions within your template. Once a banner or other ad has been set up, you simply place the supplied tag where you wish the ad or ads to serve. [...]
Erum said
Great plugin!
I just have a question. Is there any way I can add PHP code to the banner area without it getting mucked up. For example I am trying to add:
< img src=”/images/msp.png” alt=”MiniSitePacks.com” />
The result is:
http://www.erummunir.com/%3C?php%20bloginfo(‘template_directory’);%20?>/images/msp.png
Erum said
Oops it ate my code.
Anyway I was trying to add bloginfo(‘template_directory’);/images/image,png
Sukabumi said
Thanks God, I finnaly found the plugins.
Thanks alot.
5 plugins for Wordpress | All about blogging said
[...] WP-ads : I run adverts on my blogs, this is a simple no frills ad server. I have used it for text ads, [...]
Плагины для показа рекламы в блоге. | Темы и плагины для WordPress said
[...] WPAds . Очень прост в настройке, как говорится – интуитивно [...]
Tjäna pengar på din modeblogg | Webmastern.se said
[...] samma funktion. För att lättare hålla reda på och ändra banners på din blogg kan du använda WPAds. Dessa plugins funkar bara med [...]
fatih said
teşekkürler dostum , eline sağlık..
http://smallvilledizi.blogspot.com/
Expresate aqui!!! » Blog Archive » Los 72 mejores plugins wordpress para facilitarte la vida said
[...] WPAds – Es otro plugin que te permite rotar publicidad en varias posiciones. [...]
¿Que plugin para la gestión de anuncios hace que esta tarea sea más fácil? | Trazos Web said
[...] Descargar WPAds. [...]
Make Money With Your Blog With These Free WordPress Plugins | ahadproject dot com said
[...] WP-Ads – WPAds Plugin is a WordPess Plugin for showing and rotating ads on your blog. It’s very user friendly. All you do is define which ads you want to rotate and their position on your blog, WPAds will then do the rest. This WordPress Plugin can show contextural ads like Adsense and banners/images. [...]
Top 10 Wordpress Plugins - September 2008 :sunlight blog said
[...] Go to download page A brilliant tool this – enabling you to serve multiple ads within the same post or from postions within your template. Once a banner or other ad has been set up, you simply place the supplied tag where you wish the ad or ads to serve. [...]
Expresate aqui!!! » Blog Archive » 50+ Tools For The WordPress Admin said
[...] WPAds – Add rotating banner and text ads to any position you define in your blog. [...]
Los mejores plugins Wordpress - Megacolección | El blog de Crix said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Nikon said
cool plugin!!!
Thanks!
prollallina said
Çäðàâñòâóéòå, áûëî î÷åíüïðèêîëüíî àâñ ïî÷èòàòü. òîëüêî âîò îäíîïëîõî Ñïàìåðû äîñòàëè, ó ìåíÿ ó ñàìîãî åñòü áëîã òàê è íà ïðåìîäåðàöèþ ñòàâèòü âñå ñîîáùåíèÿíå äåëî, à âîò êàïò÷ó íèêàê íå ìîãó óñòàíîâèòü, íå ïîëó÷àåòñÿ…
Wordpress is Top! | Peer to Peer said
[...] WP-Ads [...]
2 neue Tricks um Adsense Einnahmen zu steigern - AdSense, Klickpreise, Einnahmen, Anzeigen, Artikel, Tipps, Abwechslung, Google - Geldkrieg said
[...] AdSense und Bannerwerbung mit einem Plugin abwechseln lassen. 50-50 scheint eine gute Aufteilung zu [...]
Parade Iklan : UNTARA - POJOK CORET said
[...] banner rotator/ads rotator, – seperti yang terlihat di blog ini – saya menggunakan plugin WP-ADS (untuk WordPress). Jangan dengan semena mena memasang semua iklan tersebut di dalam satu halaman. [...]
How to Find Advertisers for Your Website: The Ultimate Guide | Online Money Earn Tips, Tricks, Info & Magic said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
Плагины для WordPress, которые я использую » Записки старого сисадмина said
[...] WP-Ads – Ротация рекламы на сайте. [...]
45 ferramentas para utilizar em marketing e programas de afiliados | Fique Rico Online said
[...] WP Ads Este é um plugin para blogs WordPress que lhe permite colocar vários banners em rotação no seu blog. [...]
搏客 » Wordpress 十大插件 - 2008年9月 said
[...] WP-Ads [...]
Top 5 Plugins para Wordpress | Zona do Dinheiro said
[...] ser concebido para publicidade 125×125 este plugin poderá ser usado em qualquer tamanho. | Download [...]
50 Plugins fundamentales para Wordpress :Como Ganar Dinero desde Casa said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Der kleine Adsense-Tipp - Candy College said
[...] Mit dem Plugin WPAds habe ich also angefangen, statische Plätze für Adsense-Werbung zu “mischen” und habe diese mit Adsense gemixt, damit wir den gewünschten Effekt erzielen. Code eingefügt und ein paar Afiliates mit eingespiegelt, Gewichtung auf 50:50 gestellt und drei Tage auf einen Effekt gewartet und Booyaa: Steigerung um 50%. Kein Witz, es hat einzigartig funktioniert und ich hätte hier für gerne eine Erklärung, weil ich sie selber nicht finde. [...]
Ad Marketplaces and Ad Servers for Bloggers | Traffikd said
[...] WPAds is an older plugin that hasn’t been updated in a while. It was one of the more popular plugins for ad management, but be careful if you’re using a newer version of WordPress, as it may not have been tested. [...]
Beckham said
Все-таки реально нравится мне Ваш блог. Всегда занятно читать, включая эту тему.
押さえておきたいWordpressプラグインまとめ[2008年10月版] | HiGash.Net said
[...] WPAds [...]
Sonika’s blog» Архив блога » WP-Ads баннерокрутилка для WordPress said
[...] плагина WP-Ads Предполагаю, будет работать с большинством версий [...]
coipsewobbill said
Заметил такую тенденцию, что в блогах появилось много не адекватных комментариев, не могу понять, это что кто то спамит так? А зачем, чтоб падлу комуто сделать))) Имхо глупо…
Los mejores plugins Wordpress - Megacolección | Bloggeros said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
pobesnabe said
Здравствуй, чесно сказать не ожидал от вас такого бреда))) побачил твои предыдущие записи, они были более содержательными. Прости за прямоту=)
Oyuncu said
Well, this very nice and wonderful.
Mike said
Thanks! ive been looking for one!
Wordpress Werbung optimieren (WPAds) said
[...] schimpft sich WPads und ist im “TheSandbox-Blog” zu finden. Einfach herunterladen, in den Pluginordner kopieren per FTP und unter WordPress [...]
08年09月WP最佳插件推荐下载 : c2cer said
[...] WP-Ads [...]
Merkkleding said
Nice, well let see if i can do these. Hahahaha. Just kiddin. Well, it is a nice tool and i will share the idea to my friends.
Виджет-плагин для быстрой расстановки баннеров в блоге : Статья : Уроки WordPress said
[...] для первой части задачи нашелся вполне удачный плагин WPAds, поддерживающий работу с баннерами в WP. Его функционал [...]
50个与管理相关的Wordpress插件 said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 [...]
130 WordPress Plugins You Could Ever Need: The Best Of: Part 2 | 1stwebdesigner said
[...] WPads – It is a WordPress plugin for showing and rotating ads in your blog. You only have to define the [...]
Qbrushes said
I had a go at this but it’s missing an important feature, I was trying to get 6 ads to rotate positions but this plugin only only ones plugin to rotate multiple banners..
if your going to add this feature i’d be willing to donate.
Thanks
Plugins I Used for Bestplayerontheplanet.com | ChaseSagum.com said
[...] http://thesandbox.wordpress.com/wpads/ Wpads is being used for random dynamic ad serving throughout the entire site. A very valuable plugin for monetizing this site. [...]
lincoln said
Hi Nick,
Really it is amazing. This is the plugin which i am finding. Thanks for creating this type of plugin.
In this plugin is it possible to rotate different ads in the same zone after a specific time interval without refereshing the page ? Can you please give me information to solve this problem ?
Thanks
Wp » Blog Archive » 130 WordPress Plugins You Could Ever Need said
[...] WPads – It is a WordPress plugin for showing and rotating ads in your blog. You only have to define the [...]
130 WordPress Plugins | Neurosoftware web dev said
[...] WPads – It is a WordPress plugin for showing and rotating ads in your blog. You only have to define the [...]
Banner Plugins und aktuelle Banneraktionen - .wired said
[...] 3. WPAds [...]
adanalı dizisi said
Just go and get it for free. You don’t need to buy anything else.
I’m not sure whether this hidden coupon will be closed soon or not, but
it works until now.
5 Free Alternatives to 5 Premium Wordpress Plugins | ChaseSagum.com said
[...] WP-Ads instead of OIO Publisher If you need ad management, WP-Ads plugin is flexible enough to give you all that you need. You can create ad zones anywhere in your theme and assign multiple ads to that one ad zone. You can put a “weight” to each ad and you can monitor how many ads are being served. [...]
326家» ブログアーカイブ » ワードプレス インストールしたプラグイン一覧 said
[...] WPAds (http://thesandbox.wordpress.com/wpads)(日本語情報) [...]
10 ferramentas e mercados para o ajudar a vender publicidade no seu blog | Fique Rico Online said
[...] 9. WPADS (http://thesandbox.wordpress.com/wpads/) O WPADS é também um plugin WordPress que fez um enorme sucesso na altura em que apareceu. Embora não tenha sido actualizado nos últimos tempos, continua a ser um plugin muito eficiente para gerir publicidade e banners em blogs WordPress. [...]
Standout on DropBuzz.com » Blog Archive » Christmas is Coming! said
[...] template includes a new widget-plugin I wrote to display ad creatives using the WPAds plugin in the sidebar so you don’t have to modify the original template. Very Handy! No Comments [...]
Wordpress插件大整理 | Ruijin Ubuntu Blog 生活中的每一点点滴滴...... said
[...] – 直接在日志中添加视频。 WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login – 自定义登录界面。 [...]
Body34 said
Отличный сайт,я добавил его уже в закладки!!
101 Ways to Monetize Your Website or Blog, Get Paid Sites - General Discussion Discussion said
[...] for WordPress Sidebar – A simple widget that makes it easy to display text ads in your sidebar. WPAds Plugin – Show and rotate ads on your blog. AdRotator Plugin – Randomly rotates ads that you choose. WP [...]
Plugins - Weniger ist oft mehr « Bloggonaut.net said
[...] verankert. Für Anzeigeneinbindung benutze ich jetzt ausschliesslich das einfach zu bedienende WPAds. Den Rotationscode habe ich in die Single.php Datei meines Themes eingebaut und bei Anzeigen die in [...]
Donnette said
I have been looking for awhile for a plugin such as this, but for some reason it is not working for me. I’m new to blogging and website development so I’m still learning about what all the codes mean. I’m not sure if the problem is the theme that I’m using or that I have entered the code in wrong. I filled out the info in form under settings and then I went to the theme editor “sidebar.php” to enter the code, but nothing is showing up. Can you help me to figure this out?
Max Weir said
Hey there, I cant seem to create any ads, the plugin is active but when I go to create an ad after i click ‘Save’ it doesnt show up in the list, even when I click ‘Save’ without adding anything it still says banner added.
I’m using WordPress 2.6.5.
Thanks.
Must Have WP Plugins for Niche Bloggers | WebGal Studios - Wordpress Tips and Tricks said
[...] WP ads – This is a highly useful plugin for anyone using ads of any kind on their site. You simply add the code in the backend, assign a zone for the location of the ad, and the plugin generates code for the that zone. Then you simply enter the above code wherever you want the ad to show in your theme template. So easy! [...]
Dopyswarpsype said
Черт, как для меня работа
十大WordPress优秀插件总结:2008.09月WP最佳插件推荐下载 | 千金易 一饭难 够无良 said
[...] WP-Ads [...]
50个Wordpress管理员插件 | [iD-优活设计] said
[...] WPAds – 添加在Blog上的任何位置可循环显示的Banner及文字广告的功能。 [...]
Dexroory said
Увлекательно! Только не могу понять как часто обновляется блог?
Weliton Cardozo Brito » Blog Archive » Dicas de plugin WorkPress. said
[...] WP-Ads: AdServer para [...]
Sweewsnestfug said
Пост неплохой, закину сайт в избранное.
11 Wordpress Plugins für den Weltreisenden | Affiliate auf Weltreise said
[...] WP-AdsSuper cooler Light Adserver. Leider keine Klickaufzeichnung. Quelle. [...]
PlaimiSoonia said
сайт в опере немного не корректо показывается, а так все супер! спасибки за умные мысли!
Fred said
Thanks
posted under education | No Comments » WORDPRESS: 300+ Tools for Running Your WordPress Blog | Making CIVIL More Enjoyable said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
How To Setup Your Blog Advertising Management | HowToMakeMyBlog.com said
[...] posts and do promotion for your blog. I have tested the best-known WordPress ad management plugins, WP Ads, UBD Block Ad, and [...]
ddkoh92 said
Hello,
First of all I want to thank you for this wonderful plugins. It’s extremely versatile and really really useful. I just need to know one thing, is this plugin supported in version 2.7 of wordpress?
Thanks so much.
Web Host said
Previously I tried with wp ad rotator but not worked. But WPAds works perfectly. Thanks.
Плагины для Wordpress с описанием на русском в 3-х частях. Часть 2. On-line дневник оптимизатора said
[...] на Вашем хостинге также содержит Flash-плеер. WPAds – позволяет “развешивать” баннеры и текстовую [...]
Acai 500 said
This is a fantastic plugin, does exactly what it says it does. Thanks and best wishes for 2009
How to Find Advertisers for Your Website: The Ultimate Guide - Akshay Technologies said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
Axl said
круто..взяла почти все))
SAP Lobby » wordpress插件集锦 said
[...] WPAds -在博客的任意位置展示横幅或文字广告。 WP-AdsenseProfit – 通过调用模板中的一个函数来显示你的Adsense收益。 评论相关 Admin Panel Comment Reply – 在评论管理中添加评论回复选项。 AJAX Comments 2.0 – 基于AJAX的评论系统。 Ajax Comment Preview – 允许读者在发表评论前预览。 Ajax Comments-Reply – 将留言系统设置成Ajax形式,不用刷新即可添加评论。 Akismet – 官方插件,垃圾评论过滤,需要先到WordPress.com申请一个API Key。 Akismet Spam Count – 显示被Akismet过滤的垃圾信息数目。 AuthorHighlight – 高亮显示博客作者的评论。 Bad Behavior – 利用脚本根据现有的留言机器人资料比对HTTP请求,阻止这类垃圾留言。 Bannage – 通过姓名、电子邮件或IP地址禁止某些用户评论。 BlogFollow – 在评论的末尾显示评论作者博客的简单介绍。 Brian’s Threaded Comments – 为每个留言添加一个“回复”按钮,这样读者之间可以更好的针对某一问题讨论。 captcha – 通过显示一个扭曲数字的图片,来阻止垃圾留言。 Close Old Posts – 直接关闭旧日志的留言功能。 Comment Highlighter – 根据作者姓名、email、网址等定义评论显示风格。 Comment Timeout – 关闭旧日志的评论功能。 Comment Twitter SMS Notification – 通过Twitter SMS通知你有新的评论。 CommentCentral – 允许批量打开或关闭日志的评论功能。 Comment Karma – Digg风格的评论投票插件。 Comment Relish – 给首次留言的留言者寄送一封感谢邮件。 Commentluv – 在评论中能显示评论者最新文章标题。 Crossroads – 增加来自Flickr的缩略图和评论。 Custom Smileys – 在评论中添加表情显示。 Defensio 一项垃圾留言过滤服务,用语阻止垃圾留言。 De-link Comment Author – 删除一个评论者的链接但不删除整个留言。 Did You Pass Math? – 发表评论前回答简单的数学题。 Digital Fingerprint — 可用语检测小偷程序。 DMS Guestbook – 为你的博客制作一个留言本。 DoFollow – 去除评论中链接的“nofollow”属性。 DoFollow Trackbacks – 去除通告中的“nofollow”属性。 Edit Comments XT – 允许读者编辑他们发表的评论。 Emotions – 在留言中插入表情,有72中表情。 Extended Comment Options – 可以批量开放或关闭日志的评论/通告功能。 Favatars – 将评论者的博客或网站图标作为他们的头像。 Fresh Comments – 在侧边栏显示最新回复的内容,可以设置不显示 trackback和pingback,如刀客征途的侧边栏最新评论。 Get Recent Comments – 显示最新回复的摘要,可以设置为不显示 trackback。 Gravatar – 在评论中显示基于Gravatar的头像。 Hardened-Trackback – 创建仅一次有效的通告地址以防止垃圾通告。 Latest Comments with Avatars Reloaded – 显示最后发表的评论以及其所有者的MyBloglog头像。 Link Love Plugin – 去除留言者链接里的”nofollow”标签。 Live Comment Preview – 允许读者在发表评论前预览。 MBLA – 在评论中显示基于MyBloglog的头像。 Math Problem Spam Protection – 通过回答一道简单的数学问题来防止垃圾留言。 MyAvatars - 在评论中显示你 MyBlogLog上的头像。 My Top Commentators – 在后台创建一个独立的博客评论统计页面,显示你博客的评论者排名,并列出评论者的邮箱和博客地址,非常方便实用。 My Top Commentators widget – 与Show Top Commentators功能相同,使用Widgets来显示评论最多的访客。 New Posts Pop-up – 在一个新的弹出式窗口里展示最新文章或评论。 Nicer Trackbacks – 改进通告的显示效果。 No ping wait – 不用等待后台 trackback 的 ping 时间。 Numbered Comments 添加评论计数功能。 OpenID Comments – 使用OpenID做为发表评论的认证。 Quoter – 引用已有的评论。 Simple CoComments – 在博客间跟踪评论。 Sexy Comments – 替换原来的评论模板,让评论区域看起来有点像论坛的风格。 Show Top Commentators – 在页面的侧边栏罗列出在你博客中发表最多评论的作者,同时链接到他们的博客。 Spam Karma – 又一个优秀的垃圾评论过滤插件,通过多个选项的权值得分过滤垃圾评论。 Some Chinese Please – 为用中文写作的wordpress blogger准备的拦截spam的plugin,很好很强大,英文评论统杀。 Subscribe to comments – 让回复者订阅该主题的回复。 Threaded Comments – 针对某个留言进行留言,这个留言不出现在最底部,而是在所针对的留言的下方。 TinyMCEComments – 使用富文本编辑器撰写评论。 Trackbackers – 和Show Top Commenters不同,它展示的是引用你的文章最多的博客,而不是评论最多的人。 Webcam Comments – 实现语音或视频留言。 Whisper – 允许用户发表仅某部分人可以看到的私密评论。 WordPress Paged Comments – 评论分页功能,适合一些评论数较多的博客。 WordPress Thread Comment – 评论回复型插件, 可以实现对他人的评论进行针对性回复, 并集中显示。 WP AJAX Edit Comments – 让评论者可以在短时间内重新修改自己的评论。 wp-chunk – 截断评论中过长的地址避免撑破页面。 WP-Contact Form with Spam Protection – 创建一个联系表单使读者可以更方便地联系到你。 WP Grins – 在日志中和留言框上提供可直接点击的表情。 WP-Most Commented Posts – 在侧边栏显示拥有最多评论的日志。 WP-NoSh*t – 过滤评论中的不当用词。 WP-SpamFree – 与Akismet功能差不多的阻止垃圾评论的插件。 SEO相关 Alexa Rank – 显示博客的Alexa全球排名。 All-in-One SEO Pack – 必备的SEO插件,可同时实现标题优化、生成meta描述和meta关键字。 Another WordPress Meta Plugin – 在日志中添加Meta标签和关键字,以优化搜索引擎。 Bad Behavior – 通过分析HTTP请求防止广告爬虫访问你的博客。 cos-html-cache – 为日志生成静态页面,以缓解服务器和数据库的压力,方便搜索引擎收录,可发安装WP Super Cache配合使用。 Dagon Design Sitemap Generator – 生成一个网站地图。 DupPrevent Plugin – 防止你的博客因为重复内容被google惩罚。 Enforce WWW Preference – 使用301永久重定向强迫访问者或搜索引擎访问博客时使用统一的域名。 Find Us – 在博客里生成Google Maps。 GeneralStats – 显示博客用户、分类、日志、评论等数量。 Google PageRank – 显示Google PR值。 Google Sitemaps – 在博客根目录生成一个sitemap.xml文件,并自动提交到Google,方便搜索引擎进行索引。 Google Sitemaps – UTW Tag Addon – 这个插件是针对 Google SiteMap 和 UTW 两个插件,提供 SEO 功能。 Head META Description – 根据你博客的内容为你的博客提供动态的 meta 描述。 Jon’s Showoff Rankings Widget – 显示博客Google PR值、Alexa排名、Technorati排名。 Landing Sites – 如果访问者通过搜索引擎找到你的站点,却发现不是他所需要的内容,大部分时候他就会立即关掉当前窗口。这个插件可以友好地提供你站点上访问者需要的相关内容。 No WWW – 将所有含有www的URL都转向到无www的URL。 Optimal title – title优化插件。 Plug ‘n’ Play Google Map – 自动将日志中的经纬度信息添加到一个独立的基于Google Map页面。 Permalink Migration – 规范化你的URL永久链接。 Permalink Redirect – 实现301转向。 Permacop – 重定向网址。 Post2Page – 将日志转为静态页面。 Quick META Keywords – 自动为已分类日志批量添加META关键词(Keywords )标签。 Robots.TXT – 协助你方便地编辑robots.txt。 Redirection – 这个插件基于Ajax,操作极为方便。插件可以让你自如地管理博客里的301转向,包括创建和修改。在新版本里,不但可以设置301转向,302和307都是允许的。 Search Meter – 记录浏览者的搜索记录。 SEO Title Tag – 针对标题进行 tag 优化。 Simple Tagging – 通过下拉式菜单简化Tag的添加。 Simple Tags – 最简单最好用的 Technorati tag 插件,只需在你的 post 里加上 [tags] [/tags] 标签即可(详细介绍)。 Ultimate Tag Warrior – WordPress 最好的 Tag 插件。 Wikipedia-NoFollow – 在链接到Wikipedia的链接中添加“nofollow”属性。 WP-Supercache – WP-Cache的改进版本,为博客生成Html静态化文件,优化访问速度。 统计相关 AWStats Xtended Info – 加强AWStats统计功能。 Backlinks inbound links counter – 跟踪博客的来源链接。 Bsuite – 跟踪页面浏览、搜索关键词等内容,显示访问量最大的日志以及相关日志。 Bluetrait Event Viewer (BTEV) – 可跟踪用户的登录、删除,无效用户名等情况,可增强安全性。 CountPosts – 统计文章被浏览次数,当你以管理员身份浏览时将不被计数。 DownloadCounter – 统计附件被下载次数。 Dschini Bot Checker – 获得日志被搜索引擎检索的情况。 FirStats – 基于AJAX技术的全功能统计插件。 GeneralStats – 显示用户、分类、文章、留言、页面、链接等等数量情况。 GoStats web counter – 轻松安装GoStats统计代码。 Impress – 显示博客用户、分类、日志、评论等数量。 Lightstats – 生成有关日志、评论、分类等统计数据的条形图或饼图。 Live – 实时监控博客被访问情况。 Open Web Analytics – 统计各种数据并可以通过Google Earth展示访问者。 Posts/Comments Time – 统计一天中发表最多评论的时段,这样你就可以更有针对性的规划发表日志的时间,以获得更多的评论。 Search Phrases – 统计来自搜索引擎的关键词。 Social Traffic Monitor – 监视来自多个社会性网站的访问。 Stats – 浏览者数据统计插件。 Statraq – 相当强大的博客统计插件,可以记录访问者的IP、搜索关键字、访问人数等等。 Ultimate Google Analytics – 更方便的添加Google Analytics统计脚本。 WordPress.com Stats – WordPress官方的统计插件,需要WordPress API Key。 WP OnlineCounter – 在线用户统计。 WP-PostViews – 文章计数统计插件,可以在文章中显示浏览数,还提供了一些统计功能,比如一定时间内浏览最多,评论最多等等。 WordPress Reporter – 方便地在后台查看Google Analytics 和 Feedburner统计数据。 Wp-Shortstat – 在后台显示你 blog 的相关信息。 WP-SlimStat – 提供所有的标准统计数据,而且不会对服务器产生过大的负载。 WP-Stats – 非常全面的统计插件。 WP-User Online – 显示在线人数。 [...]
Norhafidz said
Nice idea pal, I’ll try it soon for sure. Thanks!
Wordpress插件收藏 said
[...] – 直接在日志中添加视频。 WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login – 自定义登录界面。 [...]
EZMoney said
This is a fantastic plugin! Highly recommended, rotates ads, good for google adsense and affiliate marketing ads.
come check out my site to see it in action!
http://www.yourblogismoney.com
Los mejores plugins Wordpress - Megacolección said
[...] WPAds – Agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Twitter Tweets about Adsense as of January 15, 2009 | The Lessnau Lounge said
[...] Reply · View gregmagnus: @chrisbrogan You can use this plugin for adsense and other ads: http://thesandbox.wordpress.com/wpads/ 2009-01-15 15:41:45 · Reply · View clydeboom: @chrisbrogan AdSense Manager plugin [...]
James said
i am using this plugin and it’s great so thanks! but I’m about to install WP super Cache, is this going to fuck with this plugin? Like will my ads still rotate per page view for each user or once they are cached thats it, every user will only see the cached ads??
chiz
Feeds vermarkten | Moneytoaster said
[...] Verbindung mit dem Plugin WP-Ads kann man dann kinderleicht seine Feeds [...]
300+ Tools for Running Your Wordpress Blog « Castalie’s Blog said
[...] WPAds – Add rotating banner and text ads to any location you define on your blog. [...]
steve said
thank you!, great plugin
Comment créer un blog avec 1and1.fr ? - Partie 1 l’installation et la configuration said
[...] – http://www.thulasidas.com/adsense pour gérer facilement vos annonces adsense depuis votre blog – thesandbox.wordpress.com/wpads pour afficher et faire des rotations de bannières de [...]
stephenjames716 said
is it possible to put 2 or 3 instances of this plugin at different points of the sidebar?
thanks.
bear_beer said
goood work!
81 Useful Affiliate Marketing Resources « AffiliateMarketingWarfare.com Blog said
[...] your banner ads to promote different affiliate programs there are several resources available: 1. WPAds – A WordPress plugin that will allow you to rotate banner ads on your blog. 2. AdRotator – Another [...]
Nischenblog & Co. - Zwischenstand auf haviki.de - haviki.de said
[...] praktisch, einfach die Analytics-ID angeben und schon ist Analytics auf allen Seiten eingebaut. 5. WP-Ads, ist wohl eher ein Geheimtipp. Dieses Plugin kann ich jedem ans Herz legen der einen guten [...]
guapita said
meloniamaster juegos
Comment réaliser un Blog de A à Z - Partie 1 « Marketing & Innovation said
[...] – http://www.thulasidas.com/adsense pour gérer facilement vos annonces adsense depuis votre blog – thesandbox.wordpress.com/wpads pour afficher et faire des rotations de bannières de [...]
SanMartin said
Прикольно, но неактуально. Может быть посмотреть на общую концепцию thesandbox.wordpress.com сначала?
Наум said
Очуметь просто! Почти все, блин, всё знают, кроме меня
Drop Buzz! » Blog Archive » Updated Version of WP-Domainer is OUT! said
[...] updated the WP-Domainer plugin with an additional feature: if you’ve also got the WP-Ads plugin installed, you can now integrate THAT with WP-Domainer showing a WP-Ads Zone instead of a static [...]
Chris said
Love to have the ability to associate keywords with ads and keywords with pages/posts so instead of randomly rotating ads through zones, I could display them intelligently based on context.
Speaking Up » Blog Archive » How to Find Advertisers for Your Website said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
dedline said
i’m using wp 2.5. i’ve loaded the plug in as instructed, and it’s activated. i go to settings and click on wp ads. instead of getting the option to configure the plug, i go to my 404 page.
does this plug in work with wp 2.6+?
is my 404 messing with the plug?
please assist.
dedline said
sorry, im using 2.6…NOT 2.5
ASE said
Thanks a bunch, loving wordpress and am very thankful for this really easy smooth plugin, its the best since slide bread. Once i get some money ill make sure to give you a juicy donation. Thanks again for all your hard work and i will make sure to include this plugin in my future wordpress guide.
افزونه تبليغات براي وردپرس « فعلا از اسم خبري نيست said
[...] افزونه wpads رو ميتونيد از اينجا دريافت كنيد [...]
Oba Kicth said
Hello Nick I love the plugin everything seems to be working except for the header ad slot. I wondering if it had something to do with some Javascript code that I installed yesterday because before then It was working perfectly. Here is the link to the site and the php code that is for the header. Thanks in advance for your help and for creating such an easy to use plugin.
http://wwww.focusedmag.com
php code below
*************************************************
<!–
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors=”,args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!=”") {
if (test.indexOf(‘isEmail’)!=-1) { p=val.indexOf(‘@’);
if (p<1 || p==(val.length-1)) errors+=’- ‘+nm+’ must contain an e-mail address.\n’;
} else if (test!=’R') { num = parseFloat(val);
if (isNaN(val)) errors+=’- ‘+nm+’ must contain a number.\n’;
if (test.indexOf(‘inRange’) != -1) { p=test.indexOf(‘:’);
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max
$(document).ready(function(){
$(“#show1″).hide();
$(“#show2″).hide();
$(“#show2″).hide();
$(“#show3″).hide();
$(“#showbtn”).hide();
$(“#button1″).click(function () {
$(“#show1″).slideToggle(“slow”);
$(“#show2″).hide(“slow”);
$(“#show3″).hide(“slow”);
});
$(“#button2″).click(function () {
$(“#show2″).slideToggle(“slow”);
$(“#show1″).hide(“slow”);
$(“#show3″).hide(“slow”);
});
$(“#button3″).click(function () {
$(“#show3″).slideToggle(“slow”);
$(“#show2″).hide(“slow”);
$(“#show1″).hide(“slow”);
});
$(“#clickyes”).click(function () {
$(“#showbtn”).slideToggle(“slow”);
});
$(“#wrong”).click(function () {
$(“#showbtn”).hide(“slow”);
});
});
<meta http-equiv=”Content-Type” content=”; charset=” />
<meta name=”generator” content=”WordPress ” />
<link rel=”Shortcut Icon” href=”/wp-content/themes/church_10/images/favicon.ico” type=”image/x-icon” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”" />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”" />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”" />
<link rel=”pingback” href=”" />
<!– @import url( ); –>
<!–
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls = document.getElementById(“nav”).getElementsByTagName(“li”);
// if you only have one main menu – delete the line below //
var sfEls1 = document.getElementById(“subnav”).getElementsByTagName(“li”);
//
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=” sfhover”;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
}
}
// if you only have one main menu – delete the “for” loop below //
for (var i=0; i
<script src=”/javascript/date.js” type=”text/javascript”>
<a href=”"><img style=”vertical-align:middle” src=”/images/rss.gif” alt=”Subscribe to ” /><a href=”">News Feed<a href=”"><img style=”vertical-align:middle;margin-left:10px;” src=”/images/rss.gif” alt=”Subscribe to ” /><a href=”">Comments
<a href=”/”><img src=”/images/logo.png” alt=”" />
The Web’s Most Diverse Magazine
<a href=”">Home
<!–
<form id=”searchform” method=”get” action=”">
–>
<form id=”searchform” method=”get” action=”">
Plugins Wordpress « W2K - XP y sus noticias said
[...] WPAds: agrega un rotador de publicidad en cualquier lugar de tu blog. [...]
Max said
Brand Viagra, drugs, pills. The Internet a drugstore of medicines for your health. For sexual pleasure new preparations checked up
inKostroma said
Catalog-rating of all hotels of Kostroma and Kostroma region
steve said
hello,
could someone please tell me where I put the generated code in my sidebar? I would appreciate it.
thanks!
wordpress功能插件集锦四 | 小人物大坏蛋 said
[...] WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 Wysiwyg – 加强博客内的图片控制。 [...]
Алена said
Секс видео – лучшие секс и порно ролики. Неограниченный доступ в течении месяца к секс фильмам. Красивый секс в фильмах
витя said
Увидел такую тенденцию, что в блогах возникло много не адекватных комментареев, не могу понять, это что кто то спамит так? А для чего, чтобы падлу комуто сделать))) Имхо глупо…
Watch Gossip Girl said
Awesome plugin. I use this all the time. Thanks to the creator of this app. Made my life a little bit easier.
louis said
excellent job , just the thing I was looking for , so easy to use ,
mahdee said
عالی بود ،ممنون !
abh3s said
Thanks for the information
Tia said
Not only am I getting admin page not found, if i manually add the corrcet path Im seeing this error:
Fatal error: Call to undefined function current_user_can() in /home/password/public_html/wp-content/plugins/wpads/wpads-options.php on line 5
Can nayone help with this?
mostafa said
hi
I’m mostafa soufi,i am a irani and my Language is persian (farsi).
your Plugin wpads at sort intact and standard in farsi rendition.
have a nice day ! bye
http://bia2arak.parsaspace.com/wordpress/wpads_fa.zip
Aleks said
Good plugin installed on their blogs. Thank you very much!
CanFree said
When I put the code into post,it don’t display? Why?
Ash said
Excellent plugin and real lifesaver. I tried Adrotator plugin but its not working in wordpress 2.7.1 for some reasons. Then i tried this plugin and it worked like a charm.
I appreciate the efforts involved in doing this.
Thank You very much.
78 plugins Wordpress indispensables…Partie 2 | Pimp Your Blog said
[...] le plugin: Ici 63) WPAds- WPAds est un plugin WordPress pour afficher et permuter les annonces pubs de votre blog. Vous [...]
Tutorial: Adsense, erste Schritte zur Monetarisierung » Beitrag » Netffiliate.de said
[...] tolles WordPress Addon welche einem diese Rotation erleichtert ist WPAds dieser kleine Helfer sorgt mit einfachem PhP Code dafür das sich Anzeigen in [...]
Cubaleo.net » Ads para wordpress: said
[...] WPAds, es un módulo para mostrar y rotar publicidades en nuestros blogs. Lo único que resta a hacer es definir las posiciones y la publicidad que deseamos utilizar para cada posición, WPAds sen encargara del resto aleatoriamente. [...]
How to Find Advertisers for Your Website: The Ultimate Guide « ide-pedia said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
50 Killer Ways To Make Money Blogging : Free Videos On How To Make Money Blogging said
[...] WPAds [...]
wordpress插件总动员 | 愉快 said
[...] WP Grins – 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 Wysiwyg – 加强博客内的图片控制。 [...]
asu411 said
A simple mod to wpads-options.php to make it easy for someone to add an image and a link:
getBanners();
$zones = $bannersManager->getZones( $banners, $donate );
?>
(<a href=”&action=new”>)
<tr class=”>
banner_id;?>
banner_description;?>
banner_zones;?>
banner_active;?>
banner_weight;?>
banner_maxviews;?>
banner_views;?>
<a href=”&action=edit&id=banner_id;?>” class=”edit”>
<a href=”&action=delete&id=banner_id;?>” class=”delete”>
<a href=”&action=new”>
You have not defined any banners yet. <a href=”&action=new”>Add a new banner to begin using WPAds.
0 ) { ?>
These are the zones you have defined in your banners. Next to each zone you can see all the banners associated with that zone, together with the probability of each banner in that zone. The third and fourth column give you the code you have to copy and paste in your templates or inside your posts, wherever you want the zone to show up
()
<tr class=”>
zone_name; ?>
banners as $banner ) { ?>
banner_description != “WPAds Support” ) { ?>
<a href=”&action=edit&id=banner_id;?>”>
banner_description; ?>
(banner_probability); ?>%)
banner_description; ?> (banner_probability); ?>%)
<?php wpads(‘zone_name; ?>’); ?>
<!–wpads#zone_name; ?>–>
There are no zones because you have not defined any banners yet.
Support this plugin
If you want to support the development of this plugin, we would appreciaty if you consider donating some of your ad impressions to us.
If you check this option, 3% of you Google AdSense impressions will include our AdSense client-id
(in case you’re wondering, this is not against Google AdSense Terms and Conditions).
This change will be completely transparent to your readers, who will not see anything different on your blog.
By checking this option, you will reward us for our efforts and help us release new versions. Of course, if you decide you don’t want to
donate, you’re welcome to do so and this plugin will still be fully functional.
<form name=”donate” method=”post” action=”">
<input name=”wpads_donate” type=”checkbox” value=”Y” 0 ? “checked” : “”);?> />
Yes, I want to donate 3% of my ad impressions to the developers of this plugin
<input type=”submit” name=”submit” value=”" />
getBanner( $banner_id );
?>
<form name=”banner_edit” method=”post” action=”">
<input type=”hidden” name=”banner_id” value=”banner_id;?>” />
ID
banner_id;?>
Description
<input name=”banner_description” type=”text” size=”50″ value=”banner_description);?>” />
Any text that helps you identify this banner
HTML Code
function setSimpleLinkImageHTMLCODE()
{
banner_html.value = ‘‘;
}
Simple Image with Link: Image: Link:
banner_html);?>
Copy and paste the HTML code to show the ad (for example, the Google AdSense code)
Zones
<input name=”banner_zones” type=”text” size=”50″ value=”banner_zones;?>” />
Enter names of the zones where this banner will show, separated by commas. Example: sidebar1, sidebar2
Active
<input name=”banner_active” type=”checkbox” value=”Y” banner_active == “Y” ? “checked” : “”);?> />
Weight
<input name=”banner_weight” type=”text” size=”10″ value=”banner_weight;?>” />
Sets how much a banner is displayed in relationship with other banners in the same zone. Default: 1
Max views
<input name=”banner_maxviews” type=”text” size=”10″ value=”banner_maxviews;?>” />
Maximum number of times this banner will be shown. Default: 0 (unlimited views)
<input type=”submit” name=”submit” value=”" />
$value ) {
$banner[$key] = stripslashes( $value );
}
}
$bannersManager = new Banners();
$banners = $bannersManager->updateBanner( $banner );
echo ‘Banner updated’;
}
/**
* Show the new banner page
*/
function showNewBanner() {
global $options_url;
?>
<form name=”banner_edit” method=”post” action=”">
Description
Any text that helps you identify this banner
HTML Code
function setSimpleLinkImageHTMLCODE()
{
banner_html.value = ‘‘;
}
Simple Image with Link: Image: Link:
Copy and paste the HTML code to show the ad (for example, the Google AdSense code)
Zones
Enter names of the zones where this banner will show, separated by commas. Example: sidebar1, sidebar2
Active
Weight
Sets how much a banner is displayed in relationship with other banners in the same zone. Default: 1
Max views
Maximum number of times this banner will be shown. Default: 0 (unlimited views)
<input type=”submit” name=”submit” value=”" />
$value ) {
$banner[$key] = stripslashes( $value );
}
}
$bannersManager = new Banners();
$banners = $bannersManager->addBanner( $banner );
echo ‘Banner added’;
}
/**
* Delete a banner
*/
function deleteBanner() {
global $options_url;
$banner_id = $_REQUEST["id"];
if( $banner_id > 0 ) {
$bannersManager = new Banners();
$banners = $bannersManager->deleteBanner( $banner_id );
echo ‘Banner deleted’;
}
}
/**
* Update donate option
*/
function updateDonate() {
global $wpdb;
$wpads_donate = $_REQUEST["wpads_donate"];
if( $wpads_donate == “Y” ) {
update_option( ‘wpads_donate’, ‘3′ );
echo ‘Option updated. Thanks for your support!‘;
} else {
update_option( ‘wpads_donate’, ‘0′ );
echo ‘Option updated’;
}
}
/**
* Check if WPAds is installed
*/
function checkInstall() {
global $wpdb;
global $table_prefix;
$version = get_option(‘wpads_version’);
if( $version == “” ) {
$sql = <<query( $sql );
add_option( ‘wpads_version’, ‘0.1′, ‘WPAds version number’, ‘yes’ );
add_option( ‘wpads_donate’, ‘0′, ‘WPAds support developers’, ‘yes’ );
}
}
?>
asu411 said
Yeah, that got cut up to hell, get it here…http://www.resistdesign.com/media/wpads-options.txt
RadarBob said
I like the app and will be gladly donating on my blogs. Could you please tell me what zones are available to specify? Thanks,
RadarBob
Como vender publicidade direta no seu blog! | COMO GANHAR ONLINE said
[...] WpAds [...]
idea-pedia » Blog Archive » How to Find Advertisers for Your Website: The Ultimate Guide (1) said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
101 modi per guadagnare con il tuo blog | Provatoo Blog said
[...] WPAds Plugin – Mostra e giragli ads sul tuo blog. [...]
Esther said
Hello,
Thank you for this plugin !! But I’m really struggling with it.
I’ve managed to activate the plugin and define all the zones (right sidebar)
nothing happens !
Thank you in advance for your help !
les meilleurs Plugins Wordpress MUST HAVE | MarocTechie said
[...] WPAds – Plug-in des bannières publicitaires rotative et des liens textes sponsorisés. [...]
Steven said
Associating a zone with a category would be very helpful to newspaper-style wordpress themes, where categories and ads are wildly different (travel vs movies)
随影博客 » Blog Archive » wordpress插件大集合 said
[...] 直接在日志中添加视频。 WP Grins - 使后台和评论可以轻松添加表情。 WPAds -在博客的任意位置展示横幅或文字广告。 WP-Custom Login - [...]
M.Anwar said
Really nice plugin
M.Anwar said
Nice blog
vasya said
очень полезная вешь!
Finding Advertisers For Your Blog | Blogger Institute said
[...] you will need to install an Adserver. If you are looking for a simple solution you should try WP-Ads. This WordPress plugin will serve ads for specific ad zones that you create. The only drawback is [...]
УГУ said
Thank you for this plugin !!
Maximillian Reiter said
Hello Nick,
i use WP 2.7.1 for an local expat newspaper site in Russia and got a little confused. (www.spzeitung.ru)
After activation of the plugin the OPTIONS entry didnt work out.
Clicking on the options “WPAds”
it searches “http://www.spzeitung.ru/wp-admin/wpads/wpads-options.php”
didnt find this “URL” in the system (permalink error ) ?
anything i can do to activate the right way ?
farfarella said
thank’s! simple and useful plugin
Артур Конев said
Конечно же присоединяюсь к вышесказанному!
temi said
I wonder what version of WP this plugin works for. I installed in in WP 2.71 the options menu you mentioned in your instruction did not show up.
Thanks
fredster said
it’s under “settings” – is there a way to make it apear as a single/own menu-box?
Los 72 mejores plugins wordpress | lo tecnologico said
[...] WPAds – Es otro plugin que te permite rotar publicidad en varias posiciones. [...]
Plugins Installed At My WP Blog : CODE NAME: UNTARA said
[...] – This plugin will managed to show and display advertising banners randomly on the WordPress blog. You can see it in action on my site here -250×250 banners, 125×1