
內容簡介
這個WordPress外掛讓使用者可以快速在文章或任何WordPress佈景主題中嵌入Google Adsense廣告。您只需要在外掛設置中添加Adsense代碼,並使用短代碼或函數將廣告添加到WordPress中。您也可以使用此外掛在WordPress網站的任何位置添加任何種類的廣告。
在添加廣告代碼的文本框下方,您還可以看到添加替代廣告代碼的框。這個框會接受其他廣告代碼,以便在遊客使用廣告拦截器的情況下展示廣告。您可以添加聯盟橫幅作為備用廣告以永遠不錯過向訪問者展示廣告的機會。建議您將圖像存儲在自己的服務器上並使用鏈接遮蔽來有效地使用替代廣告。如果您直接使用公司提供的聯盟橫幅與代碼,那可能會被廣告拦截器屏蔽。
您可以以以下兩種方式使用此外掛程式:
在文章中使用這些短代碼:
[easy_ad_inject_1]
[easy_ad_inject_2]
[easy_ad_inject_3]
[easy_ad_inject_4]
[easy_ad_inject_5]
在佈景主題中使用以下函數添加廣告:
<?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(); ?>
閱讀更多:http://quickwebresources.com/?p=5566
外掛標籤
開發者團隊
原文外掛簡介
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:
