Can't save Javascript in WordPress text widget -
i'm trying embed aweber sign-up form primary sidebar using javascript , text widget. however, when click save progress wheel spins forever. when refresh page after lengthly amount of time code gone. real problem save not working when code pasted in there. saving works instantly text , html i'm assuming javascript what's holding up. i've never had problem before. used save without problem. here code i'm trying save.
<script type="text/javascript" src="http://forms.aweber.com/form/78/2041064078.js"></script>
i upgraded wordpress latest version (3.5.2) 3.4.1 still experiencing same problem.
it sounds mod_security isn't allowing post that. might able turn off in .htaccess (see here: how can disable mod_security in .htaccess file?).
you may able trick posting different like, say, <div></div><script type="text/javascript" src="http://forms.aweber.com/form/78/2041064078.js"></script>
.
alternatively, can hard code directly template.
Comments
Post a Comment