Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

countdown

// Add Shortcode
function custom_shortcode() {

	<iframe src="http://free.timeanddate.com/countdown/i5vhx035/n594/cf111/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cacfff/cpc000/pc900/tc900/fs175/szw448/szh189/tatEnd%20of%20Early%20Bird%20Promo/tac000/tptSorry%20you've%20missed%20out!/tpc000/mac000/mpc000/iso2017-10-31T23:59:00" allowTransparency="true" frameborder="0" width="448" height="189"></iframe>
	

}
add_shortcode( '', 'custom_shortcode' );