Selamat datang di Layla Blog

Sunday, January 13, 2013

How to Install Ad Blog


How to Install Ad Blog - What's up bloggers?? Trick this time will try to discuss about how PPC advertising on blogs. Previously I've posted an article about how to place ads next to articles and how to create pop up ads containers - arrived, but unfortunately I have thoughts to write an article about how to advertise in the blog (Blogspot).

As we all know, that other than as a means of casting ideas and aspirations, the blog is also a means of finding loose change, be it in the form of dollars or rupees. Currently, many services of PPC (pay per click) or pay per click 1 time available and can register for free. one satuhnya is Kumpul Blogger. This time, we will focus on the advertising of bloggers gathering. Buddies who are interested in installing script ads on the blog please follow the following tutorial.

1. Go to the site and click Register kumpulblogger or just click on this link
2. Enter email buddy in the provided box and then fill it captha and click register.

3. Then open the incoming email to the email address of the buddy list and grab that and password.
4. Now log in to your blogger buddies together with your username (email pal) and the password was.

5. After that, my friend will see some display the menu as follows.
1) Script Text Advertising for your Blog: is a form of classified ads script (writing)
2) Script Mini Banner for your Blog: script is shaped banner (image)
6. Choose the one (two - both also do not what what) and grab the script that is given and then attach it in HTML / Javascript blog.

How:
Draft -> Page Elements -> Add a gadget -> Choose HTML / Javascript
Enter the ad script into the provided box.
Click Save.
Or my friend wanted to install floating on your blog? follow the following trick.

1. Draft -> Page Elements -> Add a gadget -> Choose HTML / Javascript
2. Enter the following code into the provided box.
<style type="text/css">
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}


.gbcontent{
float:right;
border:2px solid #A5BD51;
background:#ffffff;
padding:10px;
}
</style>

<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.top = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>

<div id="gb">

<div class="gbtab" onclick="showHideGB()"> </div>

<div class="gbcontent">

<div style="text-align:right">
<a href="javascript:showHideGB()">
Close Klik 2X
</a>
</div>
<center>

SCRIPT IKLAN SOBAT

<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.center = (30-gb.offsetWidth).toString() + "px";
</script></center></div></div>

3. Click save and see the results.

added:
Speaking PPC means speaking visitors, so I suggest before mate PPC advertising, it's good pal first consider the number of visitors to your blog.

0 comments: