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.
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.
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 ?
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):
You are right sachin thats perfect step You can also check out my site's ads palcement wisearticles.com
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 ?
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.
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 ?
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.
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.
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 .
Dear i have tried to add new categories by admin panel but new categories are not showing in index page.