Easily add your Adsense Auto Ads (or any other javascript code) to the WordPress header section.
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. In this example I have added the Google Analytics Code.
Features
Key features include…
Supported
Minimum system requirements:
Recommended system requirements:
Install “Insert Adsense Auto Ads” just as you would any other WordPress Plugin.
Automatically via WordPress Admin Area:
Plugins
” -> “Add New
“.Plugins
” tab.Manually via FTP access:
/wp-content/plugins/
).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.
A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
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”.
A. We don’t limit the number of characters.
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.
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.
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.
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.
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.
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