Wednesday, 6 April 2016

New Responsive News Ticker with Thumbnail & Date for bloggers

Add new and responsive News ticker plugin with Thumbnail & Date in blogspot blog - Hey guy's I'm back with a new blogspot plug, called News Ticker. This plugin will help you to show the recent posts of your blog in a very stylish way. This news ticker plugin is not like others, the best part of this News Ticker plugin is that it will show the thumbnail of the post with date and the Author name.
For those, who want to try this plugin make sure to take a look of this Ticker by clicking on the below demo button.
Now if you like it and want to install it on your own blog then, simply follow the below simple steps and install it without any problem.

How To Install Responsive News Ticker Plugin?

At the first, go to the blogger dashboard - Login
Go to the "Template" section and then click on the "Edit Html" button.
Now copy the below css code and paste it just before ]]></b:skin>
/* CSS News Ticker */
.ticker-wrap{display:block;text-align:center;margin:20px auto 0 auto;padding:2px;background:#fefefe;border:1px solid rgba(0,0,0,0.1);border-left:5px solid #3cc091}
.ticker-wrap>span{display:inline-block;background:#fefefe;padding:0;font:700 13px 'roboto',sans-serif;}
.ticker-wrap>span>a{color:#222;text-decoration:none}
#ticker{height:45px;overflow:hidden;background:#fefefe;text-align:left}
#ticker ul{padding:0;margin:0;list-style:none}
#ticker ul li{height:45px;white-space:nowrap}
#ticker ul li img{float:left;width:35px;height:35px;margin:5px 7px 5px 5px}
#ticker ul li h3{margin:0;font:700 16px 'roboto',sans-serif}
#ticker ul li h3 a{color:#333;text-decoration:none;line-height:25px!important}
#ticker ul li .tickermeta{font:400 13px 'roboto',sans-serif;line-height:20px!important;color:#999}

After that, copy the below JavaScript code and paste it just before </body>.
<script type='text/javascript'>
//<![CDATA[
// News ticker
function getauthor(t){for(var e=0;e<t.length;e++)var i=t[e].name.$t;return i}function getmeta(t){var e=[];e[1]="Jan",e[2]="Feb",e[3]="Mar",e[4]="Apr",e[5]="May",e[6]="Jun",e[7]="Jul",e[8]="Aug",e[9]="Sep",e[10]="Oct",e[11]="Nov",e[12]="Dec";var i=t.substring(0,4),a=t.substring(5,7),n=t.substring(8,10),r=e[parseInt(a,10)]+" "+n+" "+i;return r}function arlinadesignTicker(t){var e=document.querySelector("#ticker"),i=t.feed.entry,a="<ul id='ticket-wrapper-inner'>";if(i){for(var n=0;n<i.length;n++){for(var r=i[n],s=0;s<r.link.length;s++)if("alternate"==r.link[s].rel){var l=r.link[s].href;break}try{var o='<img src="'+r.media$thumbnail.url+'"/>'}catch(t){var o=""}var u=r.title.$t,c=getauthor(r.author),d=getmeta(r.published.$t);a+="<li>"+o+'<h3><a href="'+l+'">'+u+'</a></h3><div class="tickermeta"><span>'+c+"</span> - <span>"+d+"</span></div></li>"}a+="</ul>",e.innerHTML=a}$("#ticker").vTicker()}!function(t){var e={speed:700,pause:4e3,showItems:1,mousePause:!0,height:0,animate:!0,margin:0,padding:0,startPaused:!1},i={moveUp:function(t,e){i.animate(t,e,"up")},moveDown:function(t,e){i.animate(t,e,"down")},animate:function(e,i,a){var n=e.itemHeight,r=e.options,s=e.element,l=s.children("ul"),o="up"===a?"li:first":"li:last";s.trigger("vticker.beforeTick");var u=l.children(o).clone(!0);if(0<r.height&&(n=l.children("li:first").height()),n+=r.margin+2*r.padding,"down"===a&&l.css("top","-"+n+"px").prepend(u),i&&i.animate){if(e.animating)return;e.animating=!0,l.animate("up"===a?{top:"-="+n+"px"}:{top:0},r.speed,function(){t(l).children(o).remove(),t(l).css("top","0px"),e.animating=!1,s.trigger("vticker.afterTick")})}else l.children(o).remove(),l.css("top","0px"),s.trigger("vticker.afterTick");"up"===a&&u.appendTo(l)},nextUsePause:function(){var e=t(this).data("state"),i=e.options;e.isPaused||2>e.itemCount||a.next.call(this,{animate:i.animate})},startInterval:function(){var e=t(this).data("state"),a=this;e.intervalId=setInterval(function(){i.nextUsePause.call(a)},e.options.pause)},stopInterval:function(){var e=t(this).data("state");e&&(e.intervalId&&clearInterval(e.intervalId),e.intervalId=void 0)},restartInterval:function(){i.stopInterval.call(this),i.startInterval.call(this)}},a={init:function(n){a.stop.call(this);var r=jQuery.extend({},e);n=t.extend(r,n);var r=t(this),s={itemCount:r.children("ul").children("li").length,itemHeight:0,itemMargin:0,element:r,animating:!1,options:n,isPaused:n.startPaused?!0:!1,pausedByCode:!1};t(this).data("state",s),r.css({overflow:"hidden",position:"relative"}).children("ul").css({position:"absolute",margin:0,padding:0}).children("li").css({margin:n.margin,padding:n.padding}),isNaN(n.height)||0===n.height?(r.children("ul").children("li").each(function(){var e=t(this);e.height()>s.itemHeight&&(s.itemHeight=e.height())}),r.children("ul").children("li").each(function(){t(this).height(s.itemHeight)}),r.height((s.itemHeight+(n.margin+2*n.padding))*n.showItems+n.margin)):r.height(n.height);var l=this;n.startPaused||i.startInterval.call(l),n.mousePause&&r.bind("mouseenter",function(){!0!==s.isPaused&&(s.pausedByCode=!0,i.stopInterval.call(l),a.pause.call(l,!0))}).bind("mouseleave",function(){(!0!==s.isPaused||s.pausedByCode)&&(s.pausedByCode=!1,a.pause.call(l,!1),i.startInterval.call(l))})},pause:function(e){var i=t(this).data("state");if(i){if(2>i.itemCount)return!1;i.isPaused=e,i=i.element,e?(t(this).addClass("paused"),i.trigger("vticker.pause")):(t(this).removeClass("paused"),i.trigger("vticker.resume"))}},next:function(e){var a=t(this).data("state");if(a){if(a.animating||2>a.itemCount)return!1;i.restartInterval.call(this),i.moveUp(a,e)}},prev:function(e){var a=t(this).data("state");if(a){if(a.animating||2>a.itemCount)return!1;i.restartInterval.call(this),i.moveDown(a,e)}},stop:function(){t(this).data("state")&&i.stopInterval.call(this)},remove:function(){var e=t(this).data("state");e&&(i.stopInterval.call(this),e=e.element,e.unbind(),e.remove())}};t.fn.vTicker=function(e){return a[e]?a[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void t.error("Method "+e+" does not exist on jQuery.vTicker"):a.init.apply(this,arguments)}}(jQuery),$(function(){var t=document.createElement("script");t.src="http://"+$(".ticker-wrap").data("domain")+"/feeds/posts/summary?alt=json&callback=arlinadesignTicker",t.type="text/javascript",document.getElementsByTagName("body")[0].appendChild(t)});
//]]></script>

Note:- Add the below css code to make this plugin responsive just after @media only screen and (max-width:640px) (Not Required).
.artabs-menu li span,.top-menunavi li.infoarlina,.top-menunavi li.searchbutton,.ticker-wrap {display:none;}}

Click on the save template button to apply these changes.


Now go to the "Layout" section.
Click on the add a widget option. (According to your need)
Select Html/JavaScript from the popup menu.
Add the below Html code in the Html/javascript box.
<div class='ticker-wrap' data-domain='askwithloud.com'>
<div id='ticker'>
</div>
Click on the orange save button then, refresh your blog and see the magic.
Note- Don't forget to replace the above highlighted text with your own blog URL.
That's it! I hope you like this plugin! Stay tuned for more cool plugins like this! Thanks for reading +Prince Chaudhri 

Topdealoffers.com: One best Coupon & deal Site in India for online shopping

Here is now, I'm going to sharing with you a best deals & Coupon Site of India for online shopping! On this website you will Get best deals,coupons and exclusive discounts!

As you already know guy's, The Indian e-commerce industry continues to grow at a rapid pace and players such as flipkart , amazon , snapdeal , PayTM etc continue to bring out exclusive deals and offers . But however, due to large number of offers and deals, we really miss some exclusive good-ones as they’re purposefully not made public so as to limit the number of purchasers. 

In such scenarios, coupons and deals sites come to our rescue. These best deals & coupon websites not only provide us coupons, and discounts on our products but also suggest deals of the day which saves our shopping costs and let us save huge amount! . Some of these, even provide Cashback or additional discounts on your product purchases so that you save even further!

Topdealoffers.com

TopDealOffers.com is the first website an online shopping insider will go to for checking discounts, available coupon codes, as well as to check out ongoing deals on online merchants. The UI of Topdealoffers.com is really fabulous and makes it very easy to get the coupons/deals which you are looking or searching for. I will really recommend you on filtering the deals/coupons list by merchants, as the number of services for which topdealoffers provides coupons is so large that you’ll simply end up thinking more on “what should i buy ?” , instead of thinking upon “which is the best available discount for (xxx) product?” 

On Topdealoffers.com you will get:
  1. Cashback offers.
  2. Deal of the day offers.
  3. Latest Deal.
  4. Huge discounted products.
  5. Coupons 
  6. and much more..

So hurry up and visit now to get latest deal and discount offers at very low price - Topdealoffers.com
That's it! I hope you love this article! Stay tuned for more cool updates like this! Thanks for reading +Prince Chaudhri 

Friday, 18 March 2016

Easy way to get extra income from your traffic- shorte.st

How to earn money from shorte.st - Smart and easy way to get extra income from your traffic, just monetize your website and links you share. Shorte.st will turn your links into earning ones by adding an ad layer. Your visitors will see an ad before reaching a destination page and you will make money. (For better understanding see the below image.)
Easy way to get extra income from your traffic- shorte.st

Shorte.st is an fast growing and reliable ad network. The benefits of this ad network are listed below.

  1. HIGHLY CONVERTING ADS- Well-suited, safe and good quality advertisements.
  2. PAYOUT ON TIME!- Get paid through global and trusted payment platforms.
  3. DEDICATED CUSTOMER AGENT- Our helpful assistants are always at your fingertips.

Shorte.st provides Variety of tools designed for different needs and purposes.

  1. COMPLETE STATS- See what brings you the most earnings and modify strategies to increase your profits.
  2. WEBSITE SCRIPTS- Use copy-and-paste configurable scripts and easily monetize visits to your website in various ways.
  3. SOCIAL WIDGETS- Have even your Facebook, Twitter, G+ shares monetized
  4. WP & BLOGSPOT TOOLS- Benefit from smart solutions for the most popular website engines and blogging platforms.
  5. AFFILIATES- Get paid every time you refer someone. Earn a 20% life-time commission!
  6. API- Shorten links more quickly with easy to use API and bring your creative and advanced ideas to life.
That's it! I hope you like this article! Stay tuned for more tips like this! Thanks for reading +Prince Chaudhri  

Tuesday, 23 February 2016

Simple Sure Ways To Make Money With Your Website

Simple Sure Ways To Make Money With Your Website- The first thing you should do is to make a list of the products you are selling. You should be able to sell your own product to the people who are interested in buying from you:

 - make money by selling products or services
 - sell your product to people who are in demand
 - make money by doing business with a web host
 - sell your product or service to your clients 

The first thing you need to do is to make sure that your website is in the proper place:

 - You can do this by making a simple statement about your products and services
 - You can use the website to get your visitors to buy your stuff
 - You can use the affiliate marketing software to make sure that you are getting the right information
 - You can use these tools to make sure that you are getting the best deal for your business
 - The affiliate program is a tool that you can use to get your business back on track 

Key Point: A great way to get rich with this is by making money with the online marketing opportunities. 

Website?

The most important part of the marketing strategy is to use the most effective way of generating traffic to your website. This is the most effective strategy for attracting more traffic to your website. The first strategy is to use the most effective way of generating targeted traffic to your web site. This is the most common technique used by most web marketers to generate a lot of money. The second thing you must do is to create a website that is related to your product or service. This is the most effective way to get a website to reach people. 

The most important part of the marketing strategy is to use the most effective way of advertising. It is a simple method to get your website traffic to the top of the search engines. The key to this is to make the right choice. Also, the key to successful online business is to get your customers to know about your product or service. This is the most common reason why people are using this information to get their products and services. The most important part of any successful online business is getting your customer to know about your product or service. 

Google adsense is a program that is currently on the market for a number of advertisers. The advertisers are paying for the ads on the website that they are promoting. Plus, google adsense is a way for advertisers to earn a large percentage of their income. The key to this is to make your adsense earnings a bit more than just a few clicks from the ads. 

Google adsense is a program that is free to use and allows you to monetize your blog:

 - use adsense to earn a lot of money
 - use blogger to make money on the web
 - make money by selling your own products or services
 - earn income by selling products or services online
 - sell products and services to people 

The ads are displayed on the web pages and they are embedded in the text. This is the text that is placed on the page where the ads are clicked. Additionally, this is done by placing text ads on the web. 

The second thing you need to do is to choose the right domain name:

 - You can do this by clicking on the link to the web page
 - You can use the link to get a name that is related to your website
 - You can use the name of the search engine to get the link to your website
 - This is the most popular method of creating links to your websites
 - You can use the links to get more information about your business 

The adsense program is a great way to get your website ranked higher in the search engines:

 - place ads on your site and earn a commission on the sale of your website
 - make a lot of cash by selling your affiliate programs
 - make your own ad and use it as a way to earn money from affiliate programs
 - use your own affiliate program to promote your products and services
 - use affiliate marketing to make your own business 

The third method is to use a web site to distribute your product or service. This is a great way to generate income for your business. You can use the affiliate program to promote your products or service. Also, you can use affiliate marketing to generate more income. 

The most successful marketing strategy is to use a system that is easy to use and simple to use. It is a system that is designed to be used to promote your products or services. 

Affiliate marketing is a way to earn a living from the comfort of your own home. You can make a living by doing this by joining affiliate marketing programs. Plus, affiliate marketing is a popular way to earn a living from a home based online business. It is a home-based business that offers a great opportunity for earning money online. 

The third method is to use a website that is hosted on the web. The payment is done by the webmaster who is paid for the advertisement. The advertiser will pay the fee for the sale of the product. The fee is charged for the advertiser who clicks on the ad. The pay per advertisement is the most effective way of promoting the sale of a product or service. The advertiser can earn a handsome return by using the ppc methods. 

Affiliate marketing is a great way to earn income from your own home:

 - earn commissions by referring others to your product or service
 - make a lot of income by joining affiliate marketing and you can earn commissions from other people
 - join a number of companies that are interested in your products and services
 - join a network of companies that are interested in your products and services 

Affiliate marketing is a great way to earn extra cash from your home:

 - a percentage of the sale by selling your product or service
 - a commission by referring other people to your product or service
 - commissions by referring others to your product or service
 - commissions by referring people to your product or company
 - money by referring people to your product or company 

And you can sell your ebook to the public. The next issue is to have a good time to get a copy of your ebook. You can get a copy of the ebook and get it in the market. The ebook is a great way to get your readers to your website. You can also write a book about your ebook. 

We have talked about several areas in this article. We started off with how the most important factor in the way to get traffic to your website is to advertise your products or services. Secondly, a good way to get your adsense ads done is to pay for the content you are promoting. Third, affiliate programs are a great way to make extra income from your online business. Fourth, and you can make money by selling your own ebook. 
That's it! I hope you like this! Stay tuned for more articles! Thanks for reading @Albert Noah

Saturday, 20 February 2016

Add Star Rating in your Popular Post Widget

Lear how to add stylish star rating system in popular post with with the help of some CSS codes. For those who want to try this, simply follow the below simple steps.
How to Add Star Rating in your Popular Post Widget

How to add this star rating?

At the first, go to your blogger dashboard - Visit
Go to the "Template" section and then click on the "Edit Html" button.
Copy any one (Style1,2,3) from below and paste it just before ]]></b:skin>.
Style 1
/* Popular Post */
.PopularPosts ul{background:#fff;list-style:none;margin:0;padding:5px 5px 0;overflow:hidden;border-top:none}
.PopularPosts li,.PopularPosts li img,.PopularPosts li a,.PopularPosts li a img{margin:0;padding:0;list-style:none;border:none;background:none;outline:none}
.PopularPosts ul{margin:0;list-style:none;color:#64707a}
.PopularPosts ul li img{background:#fafafa;display:block;margin:0 10px 0 0;width:60px;height:60px;overflow:hidden;float:left;}
.PopularPosts ul li{position:relative;background-color:#fff;margin:0;padding:.7em 0!important;border:0;position:relative;border-bottom:1px dotted rgba(0,0,0,0.2)}
.PopularPosts ul li:before{font-family:fontawesome;content:'\f005\f005';display:inline-block;position:absolute;color:#f39c12;text-align:center;bottom:0;right:0;margin:9px 0;font-size:11px;padding:0;font-weight:normal;line-height:normal;transition:all .3s}
.PopularPosts ul li:nth-child(1):before{font-family:fontawesome;content:'\f005\f005\f005\f005\f005';}
.PopularPosts ul li:nth-child(2):before{font-family:fontawesome;content:'\f006\f005\f005\f005\f005';opacity:.9}
.PopularPosts ul li:nth-child(3):before{font-family:fontawesome;content:'\f006\f006\f005\f005\f005';opacity:.85}
.PopularPosts ul li:nth-child(4):before{font-family:fontawesome;content:'\f006\f006\f006\f005\f005';opacity:.8}
.PopularPosts ul li:nth-child(5):before{font-family:fontawesome;content:'\f006\f006\f006\f006\f005';opacity:.75}
.PopularPosts ul li:hover:before{opacity:1}
.PopularPosts ul li:first-child{border-top:none}
.PopularPosts ul li:last-child{border-bottom:none}
.PopularPosts ul li .item-title a,.PopularPosts ul li a{color:#333;font-size:13px;}
.PopularPosts ul li a:hover{color:#2476e0;}
.PopularPosts .item-thumbnail{margin:0;}
.PopularPosts .item-snippet{display:none}
.PopularPosts .item-title{font-weight:700;padding-bottom:.2em;padding:0 5px}
Style 2
/* Popular Post */
.PopularPosts ul{background:#fff;list-style:none;margin:0;padding:5px 5px 0;overflow:hidden;border-top:none}
.PopularPosts li,.PopularPosts li img,.PopularPosts li a,.PopularPosts li a img{margin:0;padding:0;list-style:none;border:none;background:none;outline:none}
.PopularPosts ul{margin:0;list-style:none;color:#64707a}
.PopularPosts ul li img{background:#fafafa;display:block;margin:0 10px 0 0;width:60px;height:60px;overflow:hidden;float:left;}
.PopularPosts ul li{position:relative;background-color:#fff;margin:0;padding:.7em 0!important;border:0;position:relative;border-bottom:1px dotted rgba(0,0,0,0.2)}
.PopularPosts ul li:before{font-family:fontawesome;content:'\f005\f005';display:inline-block;position:absolute;color:#f39c12;text-align:center;bottom:0;right:0;margin:9px 0;font-size:11px;padding:0;font-weight:normal;line-height:normal;transition:all .3s}
.PopularPosts ul li:nth-child(1):before{font-family:fontawesome;content:'\f005\f005\f005\f005\f005';}
.PopularPosts ul li:nth-child(2):before{font-family:fontawesome;content:'\f005\f005\f005\f005\f006';opacity:.9}
.PopularPosts ul li:nth-child(3):before{font-family:fontawesome;content:'\f005\f005\f005\f006\f006';opacity:.85}
.PopularPosts ul li:nth-child(4):before{font-family:fontawesome;content:'\f005\f005\f006\f006\f006';opacity:.8}
.PopularPosts ul li:nth-child(5):before{font-family:fontawesome;content:'\f005\f006\f006\f006\f006';opacity:.75}
.PopularPosts ul li:hover:before{opacity:1}
.PopularPosts ul li:first-child{border-top:none}
.PopularPosts ul li:last-child{border-bottom:none}
.PopularPosts ul li .item-title a,.PopularPosts ul li a{color:#333;font-size:13px;}
.PopularPosts ul li a:hover{color:#2476e0;}
.PopularPosts .item-thumbnail{margin:0;}
.PopularPosts .item-snippet{display:none}
.PopularPosts .item-title{font-weight:700;padding-bottom:.2em;padding:0 5px}
Style 3
/* Popular Post */
.PopularPosts ul{background:#fff;list-style:none;margin:0;padding:5px 5px 0;overflow:hidden;border-top:none}
.PopularPosts li,.PopularPosts li img,.PopularPosts li a,.PopularPosts li a img{margin:0;padding:0;list-style:none;border:none;background:none;outline:none}
.PopularPosts ul{margin:0;list-style:none;color:#64707a}
.PopularPosts ul li img{background:#fafafa;display:block;margin:0 10px 0 0;width:60px;height:60px;overflow:hidden;float:left;}
.PopularPosts ul li{position:relative;background-color:#fff;margin:0;padding:.7em 0!important;border:0;position:relative;border-bottom:1px dotted rgba(0,0,0,0.2)}
.PopularPosts ul li:before{font-family:fontawesome;content:'\f005\f005';display:inline-block;position:absolute;color:#f39c12;text-align:center;bottom:0;right:0;margin:9px 0;font-size:11px;padding:0;font-weight:normal;line-height:normal;transition:all .3s}
.PopularPosts ul li:nth-child(1):before{font-family:fontawesome;content:'\f005\f005\f005\f005\f005';}
.PopularPosts ul li:nth-child(2):before{font-family:fontawesome;content:'\f005\f005\f005\f005';opacity:.9}
.PopularPosts ul li:nth-child(3):before{font-family:fontawesome;content:'\f005\f005\f005';opacity:.85}
.PopularPosts ul li:nth-child(4):before{font-family:fontawesome;content:'\f005\f005';opacity:.8}
.PopularPosts ul li:nth-child(5):before{font-family:fontawesome;content:'\f005';opacity:.75}
.PopularPosts ul li:hover:before{opacity:1}
.PopularPosts ul li:first-child{border-top:none}
.PopularPosts ul li:last-child{border-bottom:none}
.PopularPosts ul li .item-title a,.PopularPosts ul li a{color:#333;font-size:13px;}
.PopularPosts ul li a:hover{color:#2476e0;}
.PopularPosts .item-thumbnail{margin:0;}
.PopularPosts .item-snippet{display:none}
.PopularPosts .item-title{font-weight:700;padding-bottom:.2em;padding:0 5px}

After that, save the template and view the results.
Note-  Don't forget to add the fontawesome css code just before</head>.
That's it! I hope you like this plugin! Stay tuned for more cool stuffs like this! Thanks for reading +Prince Chaudhri 

Thursday, 14 January 2016

2 Stylish Css Demo Download Button For Blogger

How to add new and Stylish Demo and Download button with mouse hover effect - If you have a template blog and you are looking for a demo and download button for your blog, then you are at the right place. Because today, with the help of this article I'm going to share with you a new and stylish demo and download button for your blog which comes with mouse hover effect.
2 Stylish Css Demo Download Button For Blogger
If you want to see the demo of this buttons, then scroll down this page at the bottom.
For those who want to add this buttons on their own blog, simply follow the below simple steps.

How to add?

At the first, visit to the blogger dashboard - Visit
Go to the "Template" section.
Click on the "Edit Html" button.
Now add any one "Style Css" code in your template just before ]]></b:skin> or </style>.
/* CSS Button Style 1 by indzign.blogspot.com */
.button{float:left;list-style:none;text-align:center;width:95%;margin:10px;padding:2px;font-size:14px;clear:both}
.button ul{margin:0;padding:0}
.button li{display:inline;margin:5px;padding:0;list-style:none}
.button li a.demo,.button li a.download{position:relative;padding:9px 48px 9px 16px;background:#f39c12;color:#fff!important;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;border-radius:3px;box-shadow:0 1px rgba(0,0,0,0.1);line-height:normal;transition:all .3s}
.button li a.download{background:#3498db}
.button li a.demo:hover,.button li a.download:hover{background:#666}
.button li a.demo:active,.button li a.download:active{cursor:pointer}
.button li a.demo:after,.button li a.download:after{content:'\f135';background:rgba(0,0,0,0.1);position:absolute;right:0;top:0;font-weight:normal;display:inline-block;margin:0 0 0 10px;color:#fff;padding:11px;font-family:fontawesome}
.button li a.download:after{content:'\f019'}

<----->OR<----->

/* CSS Button Style 2 by indzign.blogspot.com */
.button2{float:left;list-style:none;text-align:center;width:95%;margin:10px;padding:2px;font-size:14px;clear:both}
.button2 ul{margin:0;padding:0}
.button2 li{display:inline;margin:5px;padding:0;list-style:none}
.button2 li a.demo,.button2 li a.download{position:relative;padding:14px 48px 14px 16px;background:#f39c12;display:block;color:#fff!important;font-weight:700;font-size:14px;text-align:left;text-transform:uppercase;letter-spacing:.2px;border-radius:3px;box-shadow:0 1px rgba(0,0,0,0.1);line-height:normal;transition:all .3s;max-width:170px;margin:auto;overflow:hidden}
.button2 li a.download{background:#3498db}
.button2 li a.demo:hover,.button2 li a.download:hover{background:#666}
.button2 li a.demo:active,.button2 li a.download:active{cursor:pointer}
.button2 li a.demo:after,.button2 li a.download:after{content:'\F054';background:rgba(0,0,0,0.1);position:absolute;right:0;top:0;font-weight:normal;display:inline-block;margin:0 0 0 10px;color:#fff;padding:16px 24px;font-family:fontawesome;transition:all .3s}
.button2 li:hover a.demo:after,.button2 li:hover a.download:after{background:transparent;-webkit-animation:bounceright .3s alternate ease infinite;animation:bounceright .3s alternate ease infinite}
@-webkit-keyframes bounceright{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(3px)}}
@keyframes bounceright{from{transform:translateX(0)}to{transform:translateX(3px)}}

Save your template.
After that, add any one HTML code while making a post in HTML mode.
<div style="text-align: center;">
  <ul class="button">
    <li><a class="demo" href="http://askwithloud.blogspot.com" target="_blank">Demo</a></li>
    <li><a class="download" href="http://askwithloud.blogspot.com" target="_blank">Download</a></li>
  </ul>
</div>
<div class="clear"></div>

<----->OR<----->

<div style="text-align: center;">
  <ul class="button2">
    <li><a class="demo" href="http://askwithloud.blogspot.com" target="_blank">Demo Link</a></li>
    <li><a class="download" href="http://askwithloud.blogspot.com" target="_blank">Download Link</a></li>
  </ul>
</div>
<div class="clear"></div>

Note- Replace the above highlighted URL with your own URL.
STYLE 1

STYLE 2

That's it! I hope you like this buttons! Stay tuned for more cool buttons like this! Thanks for reading +Prince Chaudhri