Page 1 of 1
inserting code into <BODY> with a plugin
Posted: Sun Jun 01, 2008 11:35 am
by Joe Dobiecki-Davies
Hai Guys!
I want to add a flying letters script to my header words. Is there a plugin that would let me do that without accessing the server and changing the page source directly?
Thanks
Joe

Re: inserting code into <BODY> with a plugin
Posted: Sun Jun 01, 2008 1:36 pm
by garvinhicking
Hi!
Coulkd you show an example of what you mean?
Are you talking about flash/javascript animation? That you can easily put into the index.tpl file of your template, you don't need a plugin for that.
Just remember to replace { with {ldelim} and } with {rdelim} if you put any javascript code into your index.tpl.
Regards,
Garvin
Posted: Mon Jun 02, 2008 11:12 am
by d_cee
Hi Joe
as I've already told you, if you want to put some javascript inside the <body> you can use serendipity_event_page_nugget plugin.
If you want to put the javascript inside the <head> then you can use the serendipity_event_head_nugget plugin.
Dave