DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:googleads

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plugin:googleads [2009-10-11 11:21] – moved plugin page from tatewake.com to here, merged information tatewakeplugin:googleads [2020-09-15 10:37] – [Download] tjgrant@tatewake.com
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Allows you to include Google AdSense advertising into your wiki template. Based on the Google Analytics plugin+description: This tool allows you to set a code for use with Google AdSense, which allows you to put targeted advertisements on your site
-author     : Terence J. Grant, Bernd Zeimetz+author     : Terence J. Grant
 email      : tjgrant@tatewake.com email      : tjgrant@tatewake.com
 type       : admin type       : admin
-lastupdate : 2007-04-09 +lastupdate : 2020-09-15 
-compatible : current+compatible : 2020-07-29 "Hogfather", 2018-04-22 "Greebo", 2017-02-19 "Frusterick Manners", 2016-06-26 "Elenor Of Tsort"
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : google_adsense2+similar    : 
 tags       : advertising, google, embed tags       : advertising, google, embed
 +
 +downloadurl: https://github.com/tatewake/dokuwiki-plugin-googleads/archive/master.zip
 +bugtracker : https://github.com/tatewake/dokuwiki-plugin-googleads/issues
 +sourcerepo : https://github.com/tatewake/dokuwiki-plugin-googleads/
 +donationurl: https://www.paypal.com/xclick/business=tjgrant%40tatewake.com&item_name=Google%20Adsense%20for%20DokuWiki%20Donation&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US
 ---- ----
- 
-====== Google Adsense for DokuWiki ====== 
- 
-**Note** Bugs, feature requests, etc have moved to the discussion page for the project. 
  
 ===== License ===== ===== License =====
  
-  * **Author:** [[tjgrant@tatewake.com|Terence J. Grant]] (Current), [[bernd@bzed.de|Bernd Zeimetz]] (Original)+  * **Author:** [[tjgrant@tatewake.com|Terence J. Grant]]
   * **License:** [[http://www.opensource.org/licenses/gpl-license.php|GNU GPL v2]]   * **License:** [[http://www.opensource.org/licenses/gpl-license.php|GNU GPL v2]]
-  * **Last Update:** 2007-04-09 +  * **Donate:** [[https://www.paypal.com/xclick/business=tjgrant%40tatewake.com&item_name=Google%20Adsense%20for%20DokuWiki%20Donation&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US|Click here.]]
-  * **Donate:** [[https://www.paypal.com/xclick/business=tjgrant%40tatewake.com&item_name=Google%20Adsense%20for%20DokuWiki%20Donation&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US|{{:projects:button_donate.gif}}]] +
- +
-It's not required, but please consider linking to [[:projects:google_adsense_for_dokuwiki|this page]] or the main page from your site if you like this product.+
  
 ===== Download ===== ===== Download =====
Line 33: Line 31:
  
   * This is the **latest version**, compatible with **The Latest DokuWiki**:   * This is the **latest version**, compatible with **The Latest DokuWiki**:
-    * Latest Version: {{http://cloud.github.com/downloads/tatewake/dokuwiki-plugin-googleads/googleads-stable.tar.gz}} - April 9, 2007 +    * Latest Version: {{http://cloud.github.com/downloads/tatewake/dokuwiki-plugin-googleads/googleads-stable.tar.gz}} 
-    * Github URL:  [[http://github.com/tatewake/dokuwiki-plugin-googleads]]+    * Github URL:  [[https://github.com/tatewake/dokuwiki-plugin-googleads]]
  
   * Older downloads are available on request only.   * Older downloads are available on request only.
Line 98: Line 96:
 ==== Mar 14, 2007 ==== ==== Mar 14, 2007 ====
   * Initial release (Based on Google Analytics plugin.)   * Initial release (Based on Google Analytics plugin.)
 +
 +===== Localization =====
 +
 +  * [[http://yadi.sk/d/4YRmfNZeG4F8X|Russian translation]]
  
 ===== Discussion ===== ===== Discussion =====
  
   * Start all subtopics using H2. (Heading 2.)   * Start all subtopics using H2. (Heading 2.)
 +
 +
 +==== Fatal error: Call to undefined method admin_plugin_googleads::plugin_locale_xhtml() ====
 +
 +**Fix:** Fatal error: Call to undefined method admin_plugin_googleads::plugin_locale_xhtml() in /lib/plugins/googleads/admin.php on line 94
 +
 +Edit <code> plugins\googleads\admin.php </code>
 +
 +Replace: <code>print $this->plugin_locale_xhtml('intro');</code>
 +With: <code>print $this->locale_xhtml('intro');</code>
 +
 +Regards.
 +
 +==== How to disable ads for one particular page? ====
 +Is is possible with this plugin to not run the ads on some particular page?
 +
 +Regards
 +----
  
plugin/googleads.txt · Last modified: 2020-09-15 10:38 by tjgrant@tatewake.com

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki