Breaking News
Loading...

Recent Post

Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts
Thursday, December 19, 2013
Best alternatives to Google Adsense

Best alternatives to Google Adsense

Well,  yeah.  I see so many bloggers and web designers not being able to monetize their blog or websites, just because they think Google Adsense is the only way by which they can do it. No, it’s not. We have a good list of companies that shall let you earn from your blog or website. We’ll be discussing the best among the lot here -

1. Infolinks
 I’ll rank it best in the lot of “Best alternatives to Google Adsense” as far as text advertisements are concerned. It provides users with PayPerClick (PPC) advertising system. I’ve used it personally, and I really feel that instead of waiting for your Google Adsense account to be approved, you should definitely try it out.
Visit Website
Minimum Payout – $50 via PayPal

2. Chitika
Well, the environment is pretty much similar to Google Adsense. Though it might not have a great revenue, but it definitely lies among the top companies who help users monetize their blogs or websites.
Visit Website
Minimum Payout – $10 via PayPal, $50 via Cheque

3. BuySellAds
You’ll definitely face a tough time getting a BuySellAds’ account. Once you’ve got hold of it, the journey will be a great one. It provides a store where the users can sell or buy ads.
Visit Website
Minimum Payout – $50 via PayPal

4. Clicksor
I might not recommend it to a user who has recently launched a blog or his website. Clicksor is annoying, seriously it is. It shall return with a huge amount of pop-ups and in-text advertisements. The users might not like it and you might lose traffic. The only plus point is, they approve your account in a single click. You’ll not have to wait for long to monetize your blog or website if you use Clicksor.
Visit Website
Minimum Payout – $50 via PayPal

5. Tribal Fusion
Again, the problem lies in getting your account approved. The users having huge amount of traffic and still not got their Adsense account approved, should definitely give this a try. And if you really have a good traffic, you can earn a lot from it. .
Visit Website
Minimum Payout – $50 via cheque

Saturday, January 19, 2013
Add "Touch Me" Social Widget For Blogs

Add "Touch Me" Social Widget For Blogs



  • To Add This Widget Go To Your Blogger Dashboard
  • Then Click On Layouts 
  • Then CLick On Add A Widget---->Htnl/Javascript
  • And Paste The Below Coding





<style>
.touchme a {
display:block;
height:50px;
width:50px;
padding:0 4px;
float:left;
background:transparent url(http://mybloggertricks.googlecode.com/files/Sharing%20Touch%20Me.png) no-repeat;
-webkit-transition: ease-in 0.2s all;   
-moz-transition: ease-in 0.2s all;   
-o-transition: ease-in 0.2s all;   
-ms-transition: ease-in 0.2s all;   
transition: ease-in 0.2s all;
cursor:pointer;
}
.touchme a.googleplus {
background-position: 0px -58px;
}
.touchme a.googleplus:hover {
background-position: 0px 0px;
}
.touchme a.twitter {
background-position: 0px -290px;
}
.touchme a.twitter:hover {
background-position: 0px -232px;
}
.touchme a.facebook {
background-position: 0px -406px;
}
.touchme a.facebook:hover {
background-position: 0px -348px;
}
.touchme a.rss {
background-position: 0px -174px;
}
.touchme a.rss:hover {
background-position: 0px -116px;
}
</style>
<div class='touchme'>
<!--RSS-->
<a class='rss' href="YOUR RSS LINK" rel='external nofollow' target='_blank'></a>
<!--Google Plus-->
<a class='googleplus' href="YOUR GOOGLE PROFILE LINK" rel='external nofollow' target='_blank'></a>
<!--Facebook-->
<a class='facebook' href="YOUR FACEBOOK LINK" rel='external nofollow' target='_blank'></a>
<!-- Twitter -->
<a class='twitter' href="YOUR TWITTER LINK" rel='external nofollow' target='_blank' ></a>
</div>
 Replace YOUR RSS LINK with your Feed burner link.
Replace YOUR GOOGLE PROFILE LINK with your Google+ URL
Replace YOUR FACEBOOK LINK with your Facebook URL
Replace YOUR TWITTER LINK with your Twitter Profile URL


  • Save The Widget And All Done
Copyright © 2012 DzireZOne All Right Reserved
Designed by Pirate Rex