Why can't I import new modules?

Category: 

  • Question

I would like to add either this https://www.drupal.org/project/countdown or this http://www.powr.io/tutorials/how-to-add-countdown-timer-plugin-to-your-d... to the homepage of a website I'm working on. However, I don't have the option to import such modules' zip files into the site. Because of that, I've been trying to enter JS and CSS via the injectors provided but nothing is showing up. Is there any workaround?

12/25/14

Drupal Cloud users don't have access to install modules or themes. CSS/JS Injector should work to put custom CSS/JS in your site, and will appear in your page header in the form of something like

@import url("http://yoursite.mit.edu/sites/default/files/css_injector/css_injector_1.css?ngrg7v");

and

<script src="http://yoursite.mit.edu/sites/default/files/js_injector/js_injector_1.js?ngrg7v"></script>

1/5/15