Popis
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.
Je také schopen automaticky vložit kód AdSense na konci každého článku.
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(); ?>
Instalace
- Unzip and Upload the folder ‚WP-Simple-Adsense-Insertion‘ to the ‚/wp-content/plugins/‘ directory
- Activate the plugin through the ‚Plugins‘ menu in WordPress
- Go to Settings and configure the options eg. Copy and paste the Google Adsense code that you want to use.
- Add the trigger text [wp_ad_camp_1] to a post or page where you want it to appear.
Nejčastější dotazy
-
Does this plugin allow complex adsense management?
-
Ne.
-
Mohu AdSense vložit automaticky v každém článku?
-
Ano.
-
Can I automatically insert adsense inside every article?
-
Ano. Můžete automaticky vložit po každém druhém odstavci každého článku.
-
I am updating an older version of the plugin. Will it still work?
-
The method for displaying ads changed in version 1.2. The old style will continue to work in this version, but it highly suggested that you update all the adcode in your content to the new method.
An easy way to do this would be to install the find/replace plugin (https://wordpress.org/extend/plugins/search-and-replace/) and update all your old tags. Example: Find and replace it with [wp_ad_camp_1].
Recenze
Autoři
WP Simple Adsense Insertion je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „WP Simple Adsense Insertion“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “WP Simple Adsense Insertion” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
2.1
- Added nonce check in the admin settings menu update action.
2.0
- Added a new option to automatically insert adsense code at the end of every article. Thanks to Drew Glows for providing the update.
1.9
- Ability to use in-article ad code. If specified, the ad code is inserted after the 2nd paragraph of every posts.
1.8
- Updated the code to remove a couple of the debug mode warnings.
Older
1.7 – WordPress 4.2 compatibility
1.6 – WordPress 3.8 compatibility
1.5 – Added a 5th ad code slot
1.4 – Added a 4th ad code slot
1.3 – Added a new shortcode implementation to display the adsense ads
1.2 – Changed from displaying adcodes through content filtering to the shortcode method