Adding Javascript, PHP, CSS in Joomla 1.5 content is made easy
To enable you to place Javascript, PHP and CSS right in to your content! Not only in your articles, but also in sections, categories, modules, components, META tags, etc. Click the link below to visit the Joomla plugins.
Sourcerer! …place any code in Joomla!
How to use:
Paste this code:
{source}your code{/source}
Example : Adding javascript in content
{source}
<script type="text/javascript">
<!–
document.write(’This text is placed through JavaScript!’);
//–>
</script>{/source}
If you view source the code look like this:
{source}
<script type="text/javascript"><br />
<!–<br />
document.write(’This text is placed through JavaScript!’);<br />
//–><br />
</script>{/source}
More syntax examples and usages:
http://www.nonumber.nl/sourcerer
Ratings:
Posted in:
Javascript, Joomla — admin|
|
|




















Thanks for the great extention
Comment by Minh — November 15, 2008 @ 7:57 am