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




















Thanks for the great extention
Comment by Minh — November 15, 2008 @ 7:57 am
Thanx for this info
Comment by sujith — December 14, 2009 @ 7:09 am
worked a treat! thank you, solved an issue that’s been haunting me for weeks
Comment by Jamie — December 28, 2009 @ 6:08 am
I have written this following code at my module.
{source}
To get the oil price, please enable Javascript.
{/source}
but it not work
Comment by yam — February 13, 2010 @ 12:15 am