That Doesn't work . Check Out ThIS !! i Have exactly same Problem . . how to add Wordpress phpshortcode into HTML page or custom template?
for sure it's php error .i wanna ad this Shortcode [<?php echo do_shortcode('[wpdreams_ajaxsearchlite] '); ?>
] to my custom html template , so for this, i have to change my html based template to a php based and while changin html to php !!
i got this error !!
Parse error: syntax error, unexpected 'camera' (T_STRING), expecting ',' or ';' on line 205
and 2nd line in below code is line 205
<ul id="nav">
<li><a href="javascript:goTo('camera');"><i class="fa fa-home"></i><p><span style="color: #ffffff;"><strong>Home</strong></span></p></a></li>
<li><a href="javascript:goTo('Movies');"><i class="fa fa-film" ></i><p><span style="color: #ffffff;"><strong>Movies</strong></span></p></a></li>
<li><a href="javascript:goTo('TVshow');"><i class="fa fa-television"></i><p><span style="color: #ffffff;"><strong>TV.Show</strong></span></p></a></li>
<li><a href="javascript:goTo('Filter');"><i class="fa fa-filter"></i><p><span style="color: #ffffff;"><strong>Filter</strong></span></p></a></li>
<li><a href="javascript:goTo('Contact');"><i class="fa fa-envelope"></i><p><span style="color: #ffffff;"><strong>Contact</strong></span></p></a></li>
</ul>