bokoo Posted January 6, 2014 Share Posted January 6, 2014 I tried posting this a few minutes ago but I think my connection timed out, sorry if it is a re-post. I am trying to add an HTML snippet from ZipRecruiter (a job posting website/service) in a CMS page with no luck. I accidentally got it to work when I was testing a week ago and now I can't remember how in the world I did it. Here is the code: <script type="text/javascript" src="https://www.ziprecruiter.com/jobs-widget/v1/94095e90/all"></script><a href="https://www.ziprecruiter.com" id="jobs_widget_link">Powered by ZipRecruiter</a> I tried it in the WYSIWYG HTML editor and it gives me an error message. Any suggestions? Link to comment Share on other sites More sharing options...
bokoo Posted January 6, 2014 Author Share Posted January 6, 2014 Oh and I do have iframes enabled, if it makes a difference... Link to comment Share on other sites More sharing options...
bokoo Posted January 7, 2014 Author Share Posted January 7, 2014 Any thoughts on this one? I've been trying to solve this all day Link to comment Share on other sites More sharing options...
NemoPS Posted January 7, 2014 Share Posted January 7, 2014 You need to add this in a .tpl file, such as header.tpl for example. Or, you can use a module such as my html block, as you can place it where you want with it (you can find in on my store, see the signature) Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 it doesnt work because cms rich text editor doesnt support <script>, you have to extend it. extend tinymce cms features moreover, as far as i know, modules to insert html blocks doesnt allow to insert these blocks inside cms pages Link to comment Share on other sites More sharing options...
bokoo Posted January 7, 2014 Author Share Posted January 7, 2014 I'll try extending tinymce and post results. Thanks for the help!! Link to comment Share on other sites More sharing options...
bokoo Posted January 7, 2014 Author Share Posted January 7, 2014 That worked perfectly. Great work on the clear instructions as well! Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 thank you for your kind words. i can go ahead and mark this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts