Vous pouvez profiter des publicités google sur votre site Plone en y ajoutant un "portlet" spécifique. Ce "portlet" apparaîtra dans les pages que vous aurez choisies et contiendra les liens publicitaires proposés par Google, comme dans la colonne de droite "Liens Goooogle".

En mettant en oeuvre ce portlet, vous contractez avec google ! Prenez le temps de vous renseigner.

Le Page Template :

portlet_googlead.pt :

  <html xmlns:tal="http://xml.zope.org/namespaces/tal"'
    xmlns:metal="http://xml.zope.org/namespaces/metal"'
    i18n:domain="plone">
    <body>
      <!-- The google-announce box -->
      <div metal:define-macro="portlet" tal:omit-tag="">
        <div class="portlet" id="portlet-googlead">
          <h5>Liens Goooogle</h5>
          <tal:block>
            <div class="portletBody">
              <script type="text/javascript"><!--
                google_ad_client = "pub-5776210962136766";
                google_alternate_ad_url = 
                "http://www.praksys.org/portail-developpeurs/plone/googleads/googlead-160x90.html";
                google_ad_width = 160;
                google_ad_height = 90;
                google_ad_format = "160x90_0ads_al";
                google_ad_channel ="";
                google_color_link = "436976";
                google_color_url = "436976";
                google_page_url = document.location;
                //--></script>
              <script type="text/javascript"
                src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
              </script>
            </div>
          </tal:block>
        </div>
      </div>
    </body>
  </html>

La page html affichée dans le portlet :

googlead-160x90.html :

  <html>
    <head>
      <title>GoogleAd praKsys</title>
      <meta type="keywords" content="support linux toulouse"/>
    </head>
    <body>
      <a href="http://www.praksys.org/" target="_top">
        <img src="http://www.praksys.org/portail-developpeurs/plone/googleads/banniere-praksys-160x90"
          alt="praksys support linux toulouse"/>
      </a>
    </body>
  </html>

Créé par gpernot
Personnes ayant contribué: gpernot@praksys.org
GPLv2
Dernière modification lundi 21 mars 2005 14:04