Showing posts with label Blogging Tricks. Show all posts
Showing posts with label Blogging Tricks. Show all posts

Friday, 21 February 2014

Add Android Emulator Element in Your Blogger

Add Android Emulator Element in Your Blogger

1.Download Script   Click Here
 2. Go to Blogger->New Post->Paste Code in body
 
 



Demo:-

Read More »

Thursday, 20 February 2014

Adfly Not Working In India

Adfly Not Working In India


Hello Guyz,
Today CandyRoid comes with a very helpful thing, which will help Indian Adfly Users.
As we all know adf.ly stop working in india because of some circumstances. It works when we use HTTPS At the place of HTTP in Domain
                for eg:- Not working :- http://adf.ly/4342460/ 
                            Working       :- https://adf.ly/4342460/

Read More »

Saturday, 7 September 2013

How To Add Animated Buttons in Blogger

Animated Buttons For Blogger : Let's Do Something interesting , today we are going to share some beautiful style buttons which can be easily made by using CSS.Actually these buttons makes your "download links" attractive and stylish.For adding these buttons you have to add a Script in template HTML , so first backup your Blog Template and then implement this hack !

How To Add Animated Buttons in Blogger

  • Go To Blogger
  • Click On Template
  • Edit HTML
  • Search For  ]]></b:skin> 
  • Copy the Below CSS Script and paste it above  ]]></b:skin>
CSS Script
.button {display: inline-block;position: relative;padding: 10px 20px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;text-decoration: none!important;text-shadow: 1px 1px 0 rgba(255,255,255,0.4);font: 15px Calibri,Arial,sans-serif;white-space: nowrap;vertical-align: baseline;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png');background-position: bottom left;background-position: bottom left,top right,0 0,0 0;background-repeat: no-repeat;background-clip: border-box;-webkit-box-shadow: 0 0 1px #fff inset;-moz-box-shadow: 0 0 1px #fff inset;box-shadow: 0 0 1px #fff inset;-webkit-transition: background-position 1s;-moz-transition: background-position 1s;transition: background-position 1s;cursor: pointer;}
.button:hover {background-position: top left;background-position: top left,bottom right,0 0,0 0;}
.button:active {bottom: -1px;}
.button.big {font-size: 30px;}
.button.medium {font-size: 18px;}
.button.small {font-size: 13px;}
.blue.button {border: 1px solid #84acc3!important;color: #0f4b6d!important;background-color: #48b5f2;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),-moz-linear-gradient(#4fbbf7,#3faeeb);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(89,208,244,1) ),to(rgba(89,208,244,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#4fbbf7),to(#3faeeb));}
.blue.button:hover {background-color: #63c7fe;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),-moz-linear-gradient(#63c7fe,#58bef7);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(109,217,250,1) ),to(rgba(109,217,250,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#63c7fe),to(#58bef7));}
.green.button {border: 1px solid #96a37b!important;color: #345903!important;background-color: #79be1e;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27,#74b317);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(162,211,30,1) ),to(rgba(162,211,30,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#82cc27),to(#74b317));}
.green.button:hover {background-color: #89d228;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31,#7fc01e);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(183,229,45,1) ),to(rgba(183,229,45,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#90de31),to(#7fc01e));}
.orange.button {border: 1px solid #bea280!important;color: #693e0a!important;background-color: #e38d27;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f,#d4821f);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(232,189,45,1) ),to(rgba(232,189,45,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#f1982f),to(#d4821f));}
.orange.button:hover {background-color: #ec9732;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746,#e18f2b);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(241,192,52,1) ),to(rgba(241,192,52,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#f9a746),to(#e18f2b));}
.gray.button {border: 1px solid #a5a5a5!important;color: #525252!important;background-color: #a9adb1;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca,#92989c);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(197,199,202,1) ),to(rgba(197,199,202,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#c5c7ca),to(#92989c));}
.gray.button:hover {background-color: #b6bbc0;background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-moz-radial-gradient(center bottom,circle,rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6,#9fa5a9);background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png'), url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxA_A08ujfHrep_nWt9ZF9bfUtBNYYZwoGh882EtaXfZsd5KfTvOPBTpEVbW5jLlDe9ufA6AFe4tjgIRscxsib74bI2elPmrGgGt7zDsra7nkPjjtxusu2O8i__M7MH5zgGmgzyiZ-khTY/s144/button_bg.png') ,-webkit-gradient(radial,50% 100%,0,50% 100%,100,from(rgba(202,205,208,1) ),to(rgba(202,205,208,0) )),-webkit-gradient(linear,0% 0,0% 100%,from(#d1d3d6),to(#9fa5a9));}
  • After adding this CSS Script Save the template!
  • Now Add any of the below HTML Code/Script in Post where you want to appear the Buttons.

 HTML For Large Size Buttons

<a class="button big blue" href="#">text</a>
<a class="button big green" href="#">text</a>
<a class="button big orange" href="#">text</a>
<a class="button big gray" href="#">Text</a> 

HTML For Media Size buttons

<a class="button medium blue" href="#">text</a>
<a class="button medium green" href="#">text</a>
<a class="button medium orange" href="#">text</a>
<a class="button medium gray" href="#">Text</a>
Customization : Replace # in the script(HTML) with the URL and Text with the Anchor Text .

So What's Up : Adding these Bubble Buttons makes your post more attractive and Cool.So if You Can why not implement it?Stay Blessed , Happy Blogging!
Read More »

Wednesday, 21 August 2013

Show Post Titles Only On HomePage in Blogger

 This Tutorial will enables you to Display Posts Titles in a dwelling sheet along-with Comments Bubble on your Blog Home Page.These Titles are link with the original posts , the time One Click On Any title it brings him/her into the Specific Post.Moreover it makes your Blog Easy to navigate, so your Blog readers can easily navigate any post.Now How To Implement this Hack in Blogger, follow the below easy steps.

 How To Show Post Titles Only On HomePage in Blogger

  • Go To Blogger Dashboard
  • Click On Template
  • Then Click On Edit HTML
  • Search For </head> Tag
  • Now Copy the Below Script and paste it Before </head> tag
<style type='text/css'>

<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>

.post {
margin:.5em 0 1.5em;
border-bottom:0px dotted $bordercolor;
padding-bottom:1.0em;
height:50px;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:20px;
font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
font-weight:normal;
line-height:1.4em;
color:#cc6600;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:#cc6600;
font-weight:normal;
}

.post h3 strong, .post h3 a:hover {color:#333333;}

.post-body {display:none;}
.post-footer {display:none;}
.comment-link {display:none;}
.post img {display:none;}
.post blockquote {display:none;}
.post blockquote p {display:none;}
h2.date-header {display:none;}
.post-labels {display:none;}
.post-rating {display:none;}

</b:if>
</b:if>

</style>
  • Now Just Hit Save Template
  • Now Go To Layout >>  Page Elements >> Click Edit >> Enter The "Number Of Posts On Main Page".
  • Hit Save and that's it!
Read More »

Tuesday, 30 July 2013

Cool Advertise Here Text with Hover Effect

Cool Advertise Here Text with Hover Effect: Keeping Affiliate and Link Selling in view the Ad which will be placed on your site should be an attractive One.Visitors really like creativity and awesomeness of any thing in Your Web Log,it is a common problem these days that every Blogger who Place ads in his/her blog is really a dull One.In This regards,we gonna help you to add a significant Style Advertise Banner which will surely help you to get some bounty from visitors and you will get alot of chances to get advertisement from different Companies.


Cool Advertise Here Text with Hover Effect


How To Add Cool Advertise Here Text with Hover Effect

  • Go To Blogger Dashboard.
  • Click On Layout
  • Click On Add a Widget at the Right Side-bar
  • A Box will Pops-up
  • Select HTML/JavaScript
  • Copy the Below Script and paste it over there
<style>#text{-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);color:#FFF!important;font-family:arial;font-size:60px;font-weight:300;letter-spacing:-5.5px;line-height:45px;text-align:center;margin:20px 10px}#text a{color:#333;text-shadow:1px 1px #000, 3px 3px #EEEEEE, 5px 5px #DDDDDD, 7px 7px #AAAAAA, -1px -1px #000;text-transform:lowercase;-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;-kmoz-transition:all .3s ease-in 0}#text a:hover{-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;-kmoz-transition:all .3s ease-in 0;text-shadow:1px 1px #000, 3px 3px #EEEEEE, 5px 5px #DDDDDD, 7px 100px transparent, -1px -100px transparent;color:transparent}inf{color:#d2a}#text a:focus,#text a:active{color:#eee!important;-moz-transition:all 0 ease-in-out!important;-o-transition:all 0 ease-in-out!important;-kmoz-transition:all 0 ease-in-out!important;-webkit-transition:all 0 ease-in-out!important}</style><div id="text" class="rent"><a href="URL" target="blank"><blink>&#8669;</blink> Here is a free space.<br />Contact <inf>a&#8574;??? for more information</inf><blink>&#8668;</blink></a></div>
Note: Change "URL" to the link of the Page where you want to redirect the visitors when they click the ad.Now Just hit Save and that's it ! Ask any Question freely ;) We are here to Solve Your Problems,Happy Blogging!
Cool Advertise Here Text with Hover Effect
Last Reviewed by Iftikhar on July 31 2013
Rating: 4.5
Read More »

Tuesday, 23 July 2013

How To Link Google AdSense And Google Analytics Accounts

It is necessary for you to incorporate Search engines AdSense Consideration with your Search engines Statistics.The Reward Factor is that you can quickly monitor the ad performance(i.e CPM,CTR,etc) of every web page of your Weblog without developing AdSense Programs.You Can See all details About your Blog/Website at Search engines Statistics.


How To Link Google AdSense And Google Analytics Accounts

  • Go To Your Google Analytics Account and Login there(if you don't have any account create it)
  • Once You enter into Google Analytics Dashboard >> Click On Admin Tab as shown

  • Now There Click On The Site(URL) which You want to link with AdSense Account.
  • Another Window will Pops-up >> Click On User Tab
  • Now Click On New User Tab


  • Now After these Steps add your AdSense E-mail Address which you want to Link with Google Analytics >> Give Administrator Permission to the entered e-mail.
  • Now Logout from Google Analytics Account and Sign in to AdSense Account >> Click On Account Settings Tab
  • Now Go To Access and Authorization Tab >> There Click Google analytic integration tab and Edit(Accounts Link).


  • Now for linking Account Just Click On Link and for Unlinking Click Unlink Option !


  • That's it ! Happy Blogging!

So What's Up : By Linking Google AdSense and Google Analytics Accounts You will get some extra information's about Your AdSense Earning and improvement or dropping in Earning.However for the best analysis I recommend "Linking Of Adsense Account with Google Analytics".

How To Link Google AdSense And Google Analytics Accounts
Last Reviewed by IfTiKhar! on July 23 2013
Rating: 4.5
Read More »