Adding Javascript to Template Manager - Joomla! Forum - community, help and support
hello joomla forums,
i wanted use external media player [url not permitted] template. provide code below:
<script type="text/javascript" src="http://stratus.sc/stratus.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$stratus({
links: 'http://[url not permitted].com/foofighters/sets/wasting-light'
});
});
</script>
i entered in head tag, , did not pop up. there needs altered or changed work in joomla.
note: thing suggested make sure "jquery" on.
i wanted use external media player [url not permitted] template. provide code below:
<script type="text/javascript" src="http://stratus.sc/stratus.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$stratus({
links: 'http://[url not permitted].com/foofighters/sets/wasting-light'
});
});
</script>
i entered in head tag, , did not pop up. there needs altered or changed work in joomla.
note: thing suggested make sure "jquery" on.
firs of need firebug
on tab console see errors.
then write them , see wtah problem!
on tab console see errors.
then write them , see wtah problem!
Comments
Post a Comment