1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to Put Adsense Ad in Article Dashboard

Discussion in 'Content Management' started by @SHFAQ, Aug 20, 2006.

  1. #1
    I want to use article dashboard script for my article site but i didnt know how to add adsense ads in it.
    I also check article dashboard university site but cant understand method, plz anyone give easy method to ad adsense because i didnt know php but know html very well.
     
    @SHFAQ, Aug 20, 2006 IP
  2. bentong

    bentong Banned

    Messages:
    3,543
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    0
    #2
    look into /templates directory. Add the code on index.tpl and article.tpl.
     
    bentong, Aug 20, 2006 IP
  3. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #3
    You can also put in other places like the member navigation menu (membernav.tpl) or index navigation menu (indexnav.tpl)

    Just click on "edit templates" in your admin cp and select the template you want to edit.
     
    sachin410, Aug 20, 2006 IP
  4. @SHFAQ

    @SHFAQ Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    Yesterday i spend some time to understand it, i think in these files we can add googel ads: Indexnav, Membernav, Article, Header, Footer .....
    Now tell me can i add google ad by creating a table and putting google code in it or put code by "div align" commanc ?
    I want to add ads by inline frame command, in html we use ifram comand to call ad files to show and i think in php we use include command, plz tell me which one is good to call ad files ? IFRAM OR INCLUDE ? if include then how to control width and height by include command ?
     
    @SHFAQ, Aug 21, 2006 IP
  5. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #5
    I am not sure about include and php , but this is how I do it:

    (This is a code for Adsense within an article with left alignment)

    <p class="articletext">
    <div style="float: left; margin: 3px 3px 3px 3px;">
    
    <script type="text/javascript"><!--
    google_ad_client = "pub-XXXXXXXXX";
    google_alternate_ad_url = "http://www.yoursite.com.com";
    google_ad_width = 336;
    google_ad_height = 280;
    google_ad_format = "336x280_as";
    google_ad_type = "text";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "000000";
    google_color_url = "000000";
    google_color_text = "000000";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    </div>
    Code (markup):
     
    sachin410, Aug 21, 2006 IP
  6. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #6
    You are right sachin thats perfect step :)
    You can also check out my site's ads palcement wisearticles.com
     
    amitpatel_3001, Aug 21, 2006 IP
  7. @SHFAQ

    @SHFAQ Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #7
    Sachin bro you are right we will use this code in article.tpl
    I have read some where that remove keyword tag {keyword} tag with your whole site keywords in Header.tpl, Is it True ? and how to use 468x60 baner with site logo ?
     
    @SHFAQ, Aug 22, 2006 IP
  8. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #8
    Ashfaq,

    You will have to replace the logo.gif file in the images folder to change the logo. This has to be done from the cpanel.

    You can alter the size from header.tpl.

    You will find this line in header.tpl. Change the size as per your requirement.

    src="{BASEURL}/images/logo.gif" width="282" height="56"></a></td>
    Code (markup):
    This will change the banner size in the home page only. You can change others pages similarly from other tpl files.


    I didnt get your keyword question.
     
    sachin410, Aug 22, 2006 IP
  9. @SHFAQ

    @SHFAQ Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #9
    Dear open header file there you will see keywords tag with category, i read on article dashboard that remove categeory from keyword and put you site keywords there as they will include in all site bcoz header is included in all files.

    Most important thing is how to auto make or update article dashbaord sitemap every time when i add some new articles, is there any script that automatically update my article site.

    Bro will you plz explain me what is ping mean, i have read somewhere that this blog add new stuff and automatically ping and call google to submit new stuff, will we use this trick with our article site ?
     
    @SHFAQ, Aug 23, 2006 IP
  10. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #10
    I wouldnt do that because if you put your site keywords , all pages in your site will have the same keywords. However if you use the keyword tag , different pages will have different keywords.

    e.g. If you use keyword "submit article" in header tpl , all articles will also have "submit article" keyword. However if you use the keyword tag, articles will have a keyword according to the category they are in - which is better from a SEO prespective.

    Anyway keywords meta tag is not of much use nowadays.

    Not sure about the site maps and ping.

    I have never felt the need to use a site map. If one has sufficient amount of backlinks ,search engines will index inner pages well, irrespective of whether a site map is used or out. The newer articles are always displayed first on the home page and categories page, thus it is easier for the search engines to find them.

    Get your site a lot of backlinks and search engines will love your site.
     
    sachin410, Aug 23, 2006 IP
  11. @SHFAQ

    @SHFAQ Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #11
    Thanks again bro.
    Did you know any good way to make backlinks, or if you know some good article sites for link trade then plz tell me.

    I know now google didnt take meta tags, only title and contents play most importand part to show page relevant ads.

    Dear i have think a way to know everything about article dashboard very easily, just open some famous article sites that are using article dashboard script then in internet explorer open their template files like article.tpl, header.tpl, indexnav.tpl.... and see there source code , in this way we will learn everything very easily that how to ad google ads and how to customize.
     
    @SHFAQ, Aug 23, 2006 IP
  12. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #12
    Directory submissions is a good way to start your link building. There are a lot of free directories coming up everyday.

    Links from directories may or may not help to get good search engine positions , but they will definitely make the search engines crawl your site deeper and more frequently.

    Not a bad idea . :D
     
    sachin410, Aug 23, 2006 IP
  13. @SHFAQ

    @SHFAQ Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #13
    Dear i have tried to add new categories by admin panel but new categories are not showing in index page.
     
    @SHFAQ, Aug 26, 2006 IP