Placeholder is another simple blogger template, which is suitable for "Under construction" blogs. A countdown timer to let your visitors know when your website will be live, social buttons and simple e-mail op-in form to allow users to follow your progress.
Change the "logo" of the template
Go to the "Edit HTML". find this : http://3.bp.blogspot.com/-WKVWLTci-qw/TdVnz4cETvI/AAAAAAAAAPA/XYSNo163ifw/s1600/logo.png
replace it with your logo url.
Setup Feedburner Email Box
Go to the "Edit HTML".
Replace "newbthemes" with your Feedburner ID (in 2 places you can see this).
Configure the Counter for future date
find this:
<script type='text/javascript'> jQuery(function () { jQuery('#timer').countdown({until: new Date(2014,12 - 1,31, 20, 30), format: 'DHMS'});}); </script>
change 2014 to any value set the year.
change 12 to any value set the month.(between 1-12 value).
change 31 to any value set the day.(between 1-31 value).
change 20 to any value set the hour.(between 00-23 value).
change 30 to any value set the minutes.(between 01-31 value).
Configure Social Links
find this:
<div class='social-links'> <div class='link'> <a class='twitter' href='http://www.twitter.com/TWITTER_USERNAME'>Twitter</a> </div> <div class='link'> <a class='facebook' href='http://www.facebook.com/FACEBOOK_USERNAME'>Facebook</a> </div> <div class='link'> <a class='contact' href='mailto:hello@email.com'>Contact</a> </div> <div class='link last'> <a class='subscribe' expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Subscribe</a> </div> <div class='fix'/> </div>
Change,
TWITTER_USERNAME with Twitter username.
FACEBOOK_USERNAME with Facebook username.
hello@email.com with your Email address.