Title: Insert Adsense Auto Ads
Author: topplugins
Published: <strong>May 5, 2018</strong>
Last modified: February 28, 2019

---

Search plugins

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

![](https://ps.w.org/insert-adsense-auto-ads/assets/icon-256x256.png?rev=2041552)

# Insert Adsense Auto Ads

 By [topplugins](https://profiles.wordpress.org/topplugins/)

[Download](https://downloads.wordpress.org/plugin/insert-adsense-auto-ads.zip)

 * [Details](https://wordpress.org/plugins/insert-adsense-auto-ads/#description)
 * [Reviews](https://wordpress.org/plugins/insert-adsense-auto-ads/#reviews)
 *  [Installation](https://wordpress.org/plugins/insert-adsense-auto-ads/#installation)
 * [Development](https://wordpress.org/plugins/insert-adsense-auto-ads/#developers)

 [Support](https://wordpress.org/support/plugin/insert-adsense-auto-ads/)

## Description

An easy to use, with intuitive interface, WordPress Plugin that gives you the ability
to easily insert Adsense Auto Ads (or whatever javascript or CSS code)in the head
section of every page or post of your website (sitewide).

No need to edit your theme files in order to add Adsense Auto Ads code in the header.

[Check a working demo on this this CodyCross website](https://www.codycrosssolutions.com/).
In this example I have added the Google Analytics Code.

**Features**

 * We don’t ask for any kind of permissions and we do not store any data.
 * Compatible with all WordPress versions and all WordPress Themes
 * Lightweight and fast
 * Secure code with using clear coding standards
 * Intuitive interface with many settings
 * Cross browser compatible (work smooth in any modern browser)

**Key features include…**

 * Inserts scripts in the end of HEAD tag

**Supported**

 * JavaScript (in HTML tag)
 * CSS (in HTML tag)

**Minimum system requirements:**

 * [PHP](https://php.net) version **5.2** or higher.
 * [MySQL](https://www.mysql.com) version **5.0** or higher.

**Recommended system requirements:**

 * [PHP](https://php.net) version **5.6** or higher.
 * [MySQL](https://www.mysql.com) version **5.6** or higher.

## Screenshots

 * [[
 * Plugin page.
 * [[
 * Plugin page with Google Tag Manager code added.
 * [[
 * Plugin page with Google Analytics tracking code added.

## Installation

Install “Insert Adsense Auto Ads” just as you would any other WordPress Plugin.

Automatically via WordPress Admin Area:

 1. Log in to Admin Area of your WordPress website.
 2. Go to “`Plugins`” -> “`Add New`“.
 3. Find this plugin and click install.
 4. Activate this plugin through the “`Plugins`” tab.

Manually via FTP access:

 1. Download a copy (ZIP file) of this plugin from WordPress.org.
 2. Unzip the ZIP file.
 3. Upload the unzipped catalog to your website’s plugin directory (`/wp-content/plugins/`).
 4. Log in to Admin Area of your WordPress website.
 5. Activate this plugin through the “`Plugins`” tab.

After installation and activation, the “Insert Adsense Auto Ads” menu item will 
appear in the “Settings” section of Admin Area. Click on it in order to view the
plugin settings page.

## FAQ

  Q. Will this plugin work on my WordPress.COM website?

A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.

  Q. How does it work?

A. Simply go to the plugin settings page, place your scripts in the field and click
the “Save changes” button. Enjoy the result of applying your scripts. It’s that 
simple!
 You can find the plugin settings page at “`WordPress Admin Area`” -> “`
Settings`” -> “Insert Adsense Auto Ads”.

  Q. How much of scripts I can enter in the field?

A. We don’t limit the number of characters.

  Q. Does this plugin requires any modification of the theme?

A. Absolutely not. This plugin is configurable entirely from the plugin settings
page that you can find in the Admin Area of your WordPress website.

  Q. Does this require any knowledge of HTML or CSS?

A. This plugin can be configured with no knowledge of HTML or CSS, using an easy-
to-use plugin settings page. But you need to know the HTML or CSS in order to add/
remove/modify the HTML or CSS code by using this plugin.

  Q. Can I add my script to a specific page of my website?

A. For now, this plugin does not have an option to apply the custom scripts only
on specific pages. I plan to add this feature soon. But for now in order to apply
your script only on specific pages of your website, you need to wrap your script
in a PHP code that will determine the page you want. You need something like this:

    ```
    function my_custom_script() {

        // Stop the function if this is not the Home page of website
        if ( !is_home() ) {
            return;
        }

        // Print the script
        echo '<script>YOUR SCRIPT</script>';
    }
    add_action( 'wp_head', 'my_custom_script' );
    ```

To apply the PHP code on a website, I can recommend you to use another my plugin
called [My Custom Functions](https://wordpress.org/plugins/my-custom-functions/).

  Q. It’s not working. What could be wrong?

A. As with every plugin, it’s possible that things don’t work. The most common reason
for this is a web browser’s cache. Every web browser stores a cache of the websites
you visit (pages, images, and etc.) to reduce bandwidth usage and server load. This
is called the browser’s cache.​ Clearing your browser’s cache may solve the problem.

It’s impossible to tell what could be wrong exactly, but if you post a support request
in the plugin’s support forum on WordPress.org, we’d be happy to give it a look 
and try to help out. Please include as much information as possible, including a
link to your website where the problem can be seen.

  Q. The last WordPress update is preventing me from editing my website that is 
using this plugin. Why is this?

A. This plugin can not cause such problem. More likely, the problem are related 
to the settings of the website. It could just be a cache, so please try to clear
your website’s cache (may be you using a caching plugin, or some web service such
as the CloudFlare) and then the cache of your web browser. Also please try to re-
login to the website, this too can help.

## Reviews

![](https://secure.gravatar.com/avatar/b31714b3d6c7adf113094f74c258645bef26d10b7a1c013d599ae5389f8cfa3b?
s=60&d=retro&r=g)

### 󠀁[I found what I was searching for ..](https://wordpress.org/support/topic/i-found-what-i-was-searching-for/)󠁿

 [solutionsjdl](https://profiles.wordpress.org/solutionsjdl/) March 5, 2019

After I installed and uninstalled a dozen of Adsense plugins I found this one. It’s
very easy to use and very ergonomic. I recommend.

 [ Read all 1 review ](https://wordpress.org/support/plugin/insert-adsense-auto-ads/reviews/)

## Contributors & Developers

“Insert Adsense Auto Ads” is open source software. The following people have contributed
to this plugin.

Contributors

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

“Insert Adsense Auto Ads” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/insert-adsense-auto-ads/contributors)
for their contributions.

[Translate “Insert Adsense Auto Ads” into your language.](https://translate.wordpress.org/projects/wp-plugins/insert-adsense-auto-ads)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/insert-adsense-auto-ads/),
check out the [SVN repository](https://plugins.svn.wordpress.org/insert-adsense-auto-ads/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/insert-adsense-auto-ads/)
by [RSS](https://plugins.trac.wordpress.org/log/insert-adsense-auto-ads/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

Design Fixes
 Fixed a known bug: removal of links and versions of other plugins 
on wp-admin/plugins.php caused by activating the plugin Added plugin Icons Edited
description

#### 1

 * Initial version.

## Meta

 *  Version **1.1**
 *  Last updated **7 years ago**
 *  Active installations **100+**
 *  WordPress version ** 3.9 or higher **
 *  Tested up to **5.1.22**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/insert-adsense-auto-ads/) and [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/insert-adsense-auto-ads/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/insert-adsense-auto-ads)
 * Tags
 * [adsense](https://wordpress.org/plugins/tags/adsense/)[insert javascript](https://wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://wordpress.org/plugins/tags/insert-js/)
 *  [Advanced View](https://wordpress.org/plugins/insert-adsense-auto-ads/advanced/)

## Ratings

 5 out of 5 stars.

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

[Your review](https://wordpress.org/support/plugin/insert-adsense-auto-ads/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/insert-adsense-auto-ads/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/insert-adsense-auto-ads/)