Search Box

Has anyone had any luck integrating this on a WriteFreely blog? It seems like WF sanitizes it, and I can’t see it on my blog.

This is the code:



<form method="get" action="https://www.mojeek.com/search">
	<input size="30" name="q" placeholder="Search with Mojeek">  
	<input type="submit" value="Search"> 
	<div> 
		 <select name="site">
			<option value="https://cri.cl">buscar en este sitio</option>
		</select> 
	</div>
</form>


Or this one:

<script data-letterbirduser="cri" src="https://letterbird.co/embed/v1.js"></script>

This didn’t work too:

https://pollcode.com/

<form method="post" action="https://poll.pollcode.com/27298745"><div style="background-color:#EEEEEE;padding:2px;width:175px;font-family:Arial;font-size:small;color:#000000;"><div style="padding:2px 0px 4px 2px;"><strong>Testing</strong></div><input type="radio" name="answer" value="1" id="answer272987451" style="float:left;" /><label for="answer272987451" style="float:left;width:150px;">test</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="2" id="answer272987452" style="float:left;" /><label for="answer272987452" style="float:left;width:150px;">test2</label><div style="clear:both;height:2px;"></div><div align="center" style="padding:3px;"><input type="submit" value=" Vote ">&nbsp;<input type="submit" name="view" value=" View "></div><div align="right" style="font-size:10px">pollcode.com <a href="https://pollcode.com/">free polls</a></div></div></form>