Currently running efiction 3.5.2
This is probably insanly simple but I can't get the phrasing right !
I'm looking to add a twitter feed service to my site called juitter, here is a site with all the explaination : http://interactive.finelight.com/blog/aggregating-twitter-feeds/
However I can't find where to place the code :
<script type=”text/javascript” src="”js/" jquery-1.3.1.min.js”></script>
<script type=”text/javascript” src="”js/system.js”></script>"
<script type=”text/javascript” src="”js/" jquery.juitter.js”></script>
I'm guessing it's in the header.php around the line : echo "<script language="javascript" type="text/javascript" src="""._BASEDIR."includes/javascript.js"></script>"
But I can't get the wording correct and end up with errors ... please can someone point me in the right direction ?
Now in my 11th fiction filled year !!
SailormoonFiction.com
I tried to add in :
echo "<script language="javascript" type="text/javascript" src="""._BASEDIR."js/jquery-1.3.1.min.js"></script>"
echo "<script language="javascript" type="text/javascript" src="""._BASEDIR."js/javascript.js"></script>"
echo "<script language="javascript" type="text/javascript" src="""._BASEDIR."jquery.juitter.js"></script>"
but I ended up with Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home2/sailormo/public_html/sailormoonfiction/revolution/header.php on line 224
what am I doing wrong !!
Now in my 11th fiction filled year !!
SailormoonFiction.com
It is early here and the coffee has yet to kick in so there may be something else wrong. However each line needs to end with a ";
Thank you for your reply 🙂
I tried adding ; to the end of each row and still got error : Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home2/xxxxxx/public_html/sailormoonfiction/revolution/header.php on line 224
I wondered about the ; thing too but noticed that the line echo "<script language="javascript" type="text/javascript" src="""._BASEDIR."includes/javascript.js"></script>"
doesn't end with one 😕
Now in my 11th fiction filled year !!
SailormoonFiction.com
Nyanko,
I think Calash meant you needed both the quotation and the semi-colon.
******************************************
Mucking around in eFiction since circa 2001 (ver. 1.0)
Now running v.3
Ah ok I see 😀
I've updated that and am no longer getting errors... the javascript isn't working but I can tweak from here (I hope)
Many thanks for all of your help xxx
Now in my 11th fiction filled year !!
SailormoonFiction.com