WP Simple Adsense Insertion
Easy to use Wordpress plugin to insert Google Adsense to your posts, pages and sidebar.
The facts
- Rating
- 4.5★ from 19
- Active installs
- 3k+
- Price
- Free
- Last updated
- 4 Jul 2024
- Added
- Nov 2008
- Requires WP
- 5.5
- Tested up to
- WP 6.6.7
- Downloads
- 220,004
Our analysis
AI-assistedWP Simple Adsense Insertion is a WordPress plugin that allows you to insert Google Adsense codes into your posts, pages, and sidebar using shortcodes or PHP functions. It is designed to be straightforward, making it suitable for users who may find more complex Adsense management tools overwhelming.
The plugin enables you to save 1-3 Adsense codes for easy insertion and can automatically place ads within articles or at the end of posts. It also supports storing any ad code, not just Adsense.
Best for: This plugin is best for WordPress users looking for a simple way to manage Adsense ads.
What it does well
- ✓Easy to use for beginners
- ✓Supports shortcode and PHP function for insertion
- ✓Can automatically insert ads in articles
- ✓Allows storage of multiple ad codes
Where it falls short
- •Limited information on advanced features
- •Focuses primarily on Google Adsense
Verdict
WP Simple Adsense Insertion provides a basic solution for integrating Adsense into WordPress, making it accessible for those new to the platform.
From the developer
mra13 / Team Tips and Tricks HQ's own description of WP Simple Adsense Insertion, lightly tidied.
Use this plugin to quickly and easily insert Google Adsense to your posts, pages and sidebar by using a shortcode or calling the php function from your theme’s template file.
There are many plugins and services which can add Google Adsense to your WordPress site. However I found that even though something like Adsense Manager or Adsense Deluxe provides a lot of customizable options, it can be overwhelming and isn’t really simple enough for people who are new to WordPress.
I found that most of the time I only use two or three types of Google Adsense units in various places and posts throughout my sites.
That’s why I wrote my own Simple Adsense Insertion Plugin for WordPress, to focus on having 1-3 Google Adsense codes saved and use them where ever I want to on my site by inserting a simple shortcode text to my posts, pages and sidebar.
This plugin can also be used to automatically insert in-article ad code. If specified, the ad code is inserted after the 2nd paragraph of every posts.
It also has the ability to automatically insert adsense code at the end of every article.
You can use this plugin to store any ad code too (it doesn’t have to be just adsense code).
For information and updates, please visit the simple Google Adsense plugin page
Usage:
There are two ways you can use this plugin:
Use the shortcodes:
- [wp_ad_camp_1]
- [wp_ad_camp_2]
- [wp_ad_camp_3]
- [wp_ad_camp_4]
- [wp_ad_camp_5]
Call the function from template files:
- <?php echo show_ad_camp_1(); ?>
- <?php echo show_ad_camp_2(); ?>
- <?php echo show_ad_camp_3(); ?>
- <?php echo show_ad_camp_4(); ?>
- <?php echo show_ad_camp_5(); ?>