Franze is an 100% Responsive, Under Construction Blogger Theme for your Coming Soon Website. Franze Blogger template comes with jQuery countdown timer, social profile buttons and Feedburner email subscribe box.
How To Configure jQuery Countdown Timer
Find this line:
var tsnbt = (new Date(2015,10,18,20,0,0));
Change the date as you like. Date format is : year, month, day, hours, minutes, seconds
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='socialiconsnbt'> <ul> <li><a href='#' rel='nofollow' target='_blank'><img src='http://1.bp.blogspot.com/-315rQLb4RDc/Vcl2bR-0ywI/AAAAAAAAPBY/eguqwJYr2Dg/s1600/facebook.png' title='facebook'/></a></li> <li><a href='#' rel='nofollow' target='_blank'><img src='http://4.bp.blogspot.com/-msAu5_bjGmA/Vcl2bR8XdYI/AAAAAAAAPBg/e6CagV7ca08/s1600/twitter.png' title='twitter'/></a></li> <li><a href='#' rel='nofollow' target='_blank'><img src='http://1.bp.blogspot.com/-l0UPHfiMSY0/Vcl2bfUgWeI/AAAAAAAAPBk/LMqp7dMKZ1Y/s1600/google.png' title='google'/></a></li> </ul> </div>
Add your own social links replacing "#" marks.
How To Configure Email Subscribe Box
Find this in "Edit HTML":
<form action='http://feedburner.google.com/fb/a/mailverify' id='searchformnbt' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=newbthemes', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'> <input id='UserEmailnbt' onblur='if (this.value == '') {this.value = 'Email';}' onfocus='this.value = '';' type='text' value='Email:'/> <input name='uri' type='hidden' value='newbthemes'/> <input name='loc' type='hidden' value='en_US'/> <input id='btn-submitnbt' type='submit' value='Submit'/> </form>
Add your feedburner ID replacing my feedburner ID (newbthemes).