Good morning everyone,

I would like to join the national moment of silence for Sandy Hook today on my Drupal site (http://www.webmomentofsilence.org/?force_the_moment) by adding the following javascript to my site. There are many major websites (yahoo, adobe, foursquare, etc) so I believe this is legit; however, I am not sure where to insert the code below into my drupal installation.

<script src="http://www.causes.com/moment_of_silence.js">
	showText: true;  
	text: 'Find out how you can stay involved'; 
	url: 'http://causes.com/momentforsandyhook'; 
</script>

Does anyone know where I would put this in my D6 installation so that we can participate in this on our website?

Comments

bawoor’s picture

try this
Create new block, paste that js code. Use 'full HTML' filter as input format.

ꦱꦠꦽꦶꦪ

bstrange’s picture

Thanks for the fast reply!

I'll give that a whirl :)

Do you know if there is any way I can test this to make sure it's working before 9:30am?

bstrange’s picture

Your solution worked GREAT!

Thank you very much!