You are here

README.txt in Simple AdSense 7

CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

For site builders: This module brings Google AdSense AD unit into Drupal
as block simplely.

For developers: call theme('ad-unit', array($client="ca-pub-XXX", $slot='XXX'))
directly, eg: in page.tpl.php.


Requirements
------------
 * Google Adsense Account (https://www.google.com/adsense)

RECOMMENDED MODULES
-------------------

 * Goolgle Adsense (https://www.drupal.org/project/adsense):

INSTALLATION
------------
 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.

CONFIGURATION
-------------

Simple AdSense Block

 * Go to admin/config/content/simple_adsense and config. Blow are available
real world settings for testing purpose:

   - Client: ca-pub-9513614146655499
   - Slot #1: 5270097160
   - Slot #2: 5556618763
   - Slot #3: 6746830361

 * Open admin/structure/block, you'll see block(s) like this

   - Simple AdSense (3793363962)
   - Simple AdSense (5270097160)

 * Layout those block(s) as usual.


MAINTAINERS
-----------

Current maintainers:
 * Qiangjun Ran (jungle) - https://drupal.org/u/jungle

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. For site builders: This module brings Google AdSense AD unit into Drupal
  12. as block simplely.
  13. For developers: call theme('ad-unit', array($client="ca-pub-XXX", $slot='XXX'))
  14. directly, eg: in page.tpl.php.
  15. Requirements
  16. ------------
  17. * Google Adsense Account (https://www.google.com/adsense)
  18. RECOMMENDED MODULES
  19. -------------------
  20. * Goolgle Adsense (https://www.drupal.org/project/adsense):
  21. INSTALLATION
  22. ------------
  23. * Install as you would normally install a contributed Drupal module. See:
  24. https://drupal.org/documentation/install/modules-themes/modules-7
  25. for further information.
  26. CONFIGURATION
  27. -------------
  28. Simple AdSense Block
  29. * Go to admin/config/content/simple_adsense and config. Blow are available
  30. real world settings for testing purpose:
  31. - Client: ca-pub-9513614146655499
  32. - Slot #1: 5270097160
  33. - Slot #2: 5556618763
  34. - Slot #3: 6746830361
  35. * Open admin/structure/block, you'll see block(s) like this
  36. - Simple AdSense (3793363962)
  37. - Simple AdSense (5270097160)
  38. * Layout those block(s) as usual.
  39. MAINTAINERS
  40. -----------
  41. Current maintainers:
  42. * Qiangjun Ran (jungle) - https://drupal.org/u/jungle