Menu
 

I usually Don't post such stuff but as few of my friends who are new to blogging has asked me to post few tutorial on blogging so just making this small post for them .
Hoe to Make AD Banners Widget for Blog
Now here is one of the way to make money from your blog, this will give you a Random 468 by 60 AD Banner widget on your blog or websites. They are displayed often at the upper part portion of blogs or other websites. the coding for this widget is quite simple and editable. The banners will change randomly upon each page load or page refresh.


Steps to add Advertise here Widget


1. Go To Blogger > Layout.

2. Click Add a Page element or Add a gadget ,add a html type widget.

3. Now Go to Edit HTML.

4. Paste the following code in it.

<script language="JavaScript">

images = new Array(3);

images[0] = "<a href = 'URL OF ADVERTISER' rel='nofollow' ><img src='URL OF BANNER’S IMAGE-1' border='0' height='60px' width='468px' alt='AD DESCRIPTION'></a>";

images[1] = "<a href = 'URL OF ADVERTISER' rel='nofollow' ><img src='URL OF BANNER’S IMAGE-2' border='0' height='60px' width='468px' alt='AD DESCRIPTION'></a>";

images[2] = "<a href = 'URL OF ADVERTISER' rel='nofollow' ><img src='URL OF BANNER’S IMAGE-3' border='0' height='60px' width='468px' alt='AD DESCRIPTION'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

</script>


The Changes You can do:

  • Replace URL OF ADVERTISER with the Website link of the Advertiser.

  • Replace "URL OF BANNER’S IMAGE-1"  and "URL OF BANNER’S IMAGE-2" and "URL OF BANNER’S IMAGE-3" with the Image url of the Advertiser’s banners.

  • Replace AD DESCRIPTION with some information related to the Ad. The description appears on mouse hover. You can leave it blank if you wish.


Yup Now check it i am sure it would have done any problem if you face do comment i am here to help you !

Post a Comment

  1. Hello! Someone in my Myspace group shared this site with
    us so I came to take a look. I'm definitely enjoying
    the information. I'm book-marking and will be tweeting this to my followers!
    Superb blog and outstanding design and style.

    Feel free to visit my weblog: hostgator Ratings ()

    ReplyDelete

Feel Free To Ask Your Query we Love To Answer

 
Top