Title: Ads Easy
Author: tepelstreel
Published: <strong>12 Mart 2011</strong>
Last modified: 26 Şubat 2016

---

Eklentilerde ara

![](https://ps.w.org/adseasy/assets/banner-772x250.png?rev=545336)

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/adseasy/assets/icon-128x128.png?rev=1015234)

# Ads Easy

 [tepelstreel](https://profiles.wordpress.org/tepelstreel/) tarafından

[İndir](https://downloads.wordpress.org/plugin/adseasy.3.3.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/adseasy/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/adseasy/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/adseasy/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/adseasy/#developers)

 [Destek](https://wordpress.org/support/plugin/adseasy/)

## Açıklama

If you need to place some Advertisements on your blog, but you don’t need other 
stats, than those from your adprovider and you don’t want to have ads in your posts,
this is the solution. You can define the widget style yourself or you can leave 
it to your theme. Show your ads on every type of page or just on the frontpage. 
Keep your registered users adfree when they are logged in if you want. If you use
Google AdSense, you can wrap the AdSense tags automatically around your loop, header,
footer and / or sidebars. In the editor, you have a button appearing, that will 
wrap content in the Google ignore tags. Simply select some text and press the button,
the shortcode will do the rest for you.

Ads Easy was tested up to WP 4.5. It should work with versions down to 2.7 but was
never tested on those.

## Ekran Görüntüleri

[⌊The plugin's work on a testsite, user not logged in⌉⌊The plugin's work on a testsite,
user not logged in⌉[

The plugin’s work on a testsite, user not logged in

[⌊The plugin's work on a testsite, user logged in⌉⌊The plugin's work on a testsite,
user logged in⌉[

The plugin’s work on a testsite, user logged in

[⌊The widget's settings section⌉⌊The widget's settings section⌉[

The widget’s settings section

## Yükleme

 1. Upload the `adseasy` folder to the `/wp-content/plugins/` directory
 2. Bu eklentiyi “Eklentiler” menüsünden etkinleştirin
 3. Place and customize your widgets
 4. Customize your links in the settings

## SSS

  I styled the widget container myself and it looks bad. What do I do?

The styling of the widget requires some knowledge of css. If you are not familiar
with that, try adding

    ```
    padding: 10px;
    margin-bottom: 10px;
    ```

to the style section.

  My widget should have rounded corners, how do I do that?

Add something like

    ```
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    ```

to the widget style. This is not supported by all browsers yet, but should work 
in almost all of them.

  My widget should have a shadow, how do I do that?

Add something like

    ```
    -moz-box-shadow: 10px 10px 5px #888888;
    -webkit-box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;
    ```

to the widget style to get a nice shadow down right of the container. This is not
supported by all browsers yet, but should work in almost all of them.

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Ads Easy” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

“Ads Easy” 32 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/adseasy/contributors)
teşekkürler.

[“Ads Easy” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/adseasy)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/adseasy/), [SVN deposuna](https://plugins.svn.wordpress.org/adseasy/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/adseasy/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/adseasy/) abone
olun.

## Değişiklik Kaydı

#### 3.3

 * description of the button in the editor fixed
 * WP 4.5 ready

#### 3.2.2

 * WP 4.3 ready

#### 3.2.1

 * WP 4.2 ready

#### 3.2

 * Framework updated
 * Widget options refined

#### 3.1

 * Framework updated

#### 3.0

 * Debugging functions added
 * Framework updated

#### 2.9.2

 * Interference with WordPress Page Widgets eliminated

#### 2.9.1

 * DSS is now compressable

#### 2.9

 * Framework updated

#### 2.8

 * Instead of styling each individual widget, you can style now the whole class

#### 2.7

 * Smaller streamlining done

#### 2.6.5

 * Smaller issues fixed in framework

#### 2.6.4

 * Small bugfix

#### 2.6.3

 * Small bugfix and inner beauty added

#### 2.6.2

 * Small bugfix in framework

#### 2.6.1

 * Small bugfix in a filename

#### 2.6

 * Small changes to the framework
 * Better performance of the Google AdSense Tags

#### 2.5

 * The Ad for search engines stays now for as many minutes as you define in the 
   settings

#### 2.4

 * Added a checkbox to show the widget only if visitors come from search engines;
   unfortunately at the moment it happens only one time. but I don’t have the time
   to write code. If anybody has suggestions, you are all wellcome to help with 
   solutions.

#### 2.3.1

 * Fixed some jQuery error

#### 2.3

 * Bug that caused problems with some themes fixed.

#### 2.2

 * Typo fixed. Translations fixed. Code optimized.

#### 2.1

 * AdSense Tag functionality added.

#### 2.0

 * Resizable Textareas work now. Check all function added.

#### 1.0

 * Stable version with Dutch and German language files.

## Meta

 *  Sürüm **3.3**
 *  Son güncelleme **11 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 3.0 veya üstü **
 *  Test edilen sürüm **4.5.33**
 *  Diller
 * [Basque](https://eu.wordpress.org/plugins/adseasy/), [Bengali (Bangladesh)](https://bn.wordpress.org/plugins/adseasy/),
   [Bulgarian](https://bg.wordpress.org/plugins/adseasy/), [Czech](https://cs.wordpress.org/plugins/adseasy/),
   [Dutch](https://nl.wordpress.org/plugins/adseasy/), [English (Canada)](https://en-ca.wordpress.org/plugins/adseasy/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/adseasy/), [English (UK)](https://en-gb.wordpress.org/plugins/adseasy/),
   [English (US)](https://wordpress.org/plugins/adseasy/), [Esperanto](https://eo.wordpress.org/plugins/adseasy/),
   [Finnish](https://fi.wordpress.org/plugins/adseasy/), [French (Belgium)](https://fr-be.wordpress.org/plugins/adseasy/),
   [French (France)](https://fr.wordpress.org/plugins/adseasy/), [German](https://de.wordpress.org/plugins/adseasy/),
   [Greek](https://el.wordpress.org/plugins/adseasy/), [Hindi](https://hi.wordpress.org/plugins/adseasy/),
   [Irish](https://ga.wordpress.org/plugins/adseasy/), [Japanese](https://ja.wordpress.org/plugins/adseasy/),
   [Malay](https://ms.wordpress.org/plugins/adseasy/), [Panjabi (India)](https://pan.wordpress.org/plugins/adseasy/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/adseasy/), [Romanian](https://ro.wordpress.org/plugins/adseasy/),
   [Russian](https://ru.wordpress.org/plugins/adseasy/), [Serbian](https://sr.wordpress.org/plugins/adseasy/),
   [Slovenian](https://sl.wordpress.org/plugins/adseasy/), [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/adseasy/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/adseasy/), [Spanish (Guatemala)](https://es-gt.wordpress.org/plugins/adseasy/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/adseasy/), [Spanish (Spain)](https://es.wordpress.org/plugins/adseasy/),
   [Swedish](https://sv.wordpress.org/plugins/adseasy/), [Ukrainian](https://uk.wordpress.org/plugins/adseasy/)
   ve [Welsh](https://cy.wordpress.org/plugins/adseasy/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/adseasy)
 * Etiketler
 * [ads](https://tr.wordpress.org/plugins/tags/ads/)[advertising](https://tr.wordpress.org/plugins/tags/advertising/)
   [multi widget](https://tr.wordpress.org/plugins/tags/multi-widget/)[sidebar](https://tr.wordpress.org/plugins/tags/sidebar/)
   [widget](https://tr.wordpress.org/plugins/tags/widget/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/adseasy/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/adseasy/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/adseasy/reviews/)

## Katkıda bulunanlar

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/adseasy/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VRMSV3NXQDXSA)