See also: Examples List
You may show faucet only as a reward for some action. Here visitor will access the faucet after visiting the link:
play on jsfiddle
play on jsfiddle
<a href='#' onClick='window.open("https://wmexp.com/"); document.getElementById("faucet_wrap").style.display="block"; wmexp_render_faucet_123456();'>Visit this link and get rewarded</a> <div id='faucet_wrap' style='display:none;'> <h2>Thank you!</h2> <div id='wmexp-faucet-123456'>loading...<div> <script src='https://wmexp.com/faucet/123456/'></script> </div>
Try it: Visit this link and get rewarded