Easy Adsense Injection Plugin

설명

This WordPress plugin allows users to inject Google Adsense in a WordPress post or any part of the WordPress theme quickly. Simply add the Adsense code in the plugin settings and use shortcodes or functions to place ads anywhere on your site. You can also use this plugin to add any kind of ads anywhere in a WordPress-based website.

Automatic Ad Placement:

The plugin now supports automatic ad placement, allowing you to effortlessly insert ads:
* Above the header
* Below the post title
* Between paragraphs (configurable after how many paragraphs)
* Below the post content
* Below the footer

This ensures that ads are placed strategically without requiring manual shortcodes or function calls.

Manual Ad Placement:

Use these shortcodes within the post:

  • [easy_ad_inject_1]
  • [easy_ad_inject_2]
  • [easy_ad_inject_3]
  • [easy_ad_inject_4]
  • [easy_ad_inject_5]

Use these functions to add ads in the theme:

  • <?php echo put_wp_ad_1(); ?>
  • <?php echo put_wp_ad_2(); ?>
  • <?php echo put_wp_ad_3(); ?>
  • <?php echo put_wp_ad_4(); ?>
  • <?php echo put_wp_ad_5(); ?>

스크린샷

  • Screenshot of ad code files for manual placement
  • Screenshot of ad code files for Automatic placement

설치

Unzip the plugin in the Wp-content/plugins folder or install directly from the dashboard.
Activate the plugin and then go to the plugin settings page.
Enter your Adsense code and choose between manual or automatic ad placement.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Easy Adsense Injection Plugin”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Easy Adsense Injection Plugin”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • Added automatic ad placement for seamless integration.
  • Removed Alternate ads option to show alternate ads for users using an ad blocker.