I have a code snippet from http://www.notifystack.com that allows me to display a twitter feed banner at the top of my website. In Joomla 1.5+ I was able to just add this to the index.php file in my custom template directory.
The code snippet is similar to below:
- Code: Select all
<script src="https://s3.amazonaws.com/files.notifysnack.net/app/js/notifybar.js"></script>
<script type="text/javascript">var notifyBarWidget = new NotifySnack();notifyBarWidget.init({hash:"blahblah"});</script>
<noscript>To view this notification widget you need to have JavaScript enabled. This notification widget was easily created with <a href="http://www.notifysnack.com/"title="NotifySnack - Website bar">NotifySnack</a>.<br /></noscript>
In Joomla 3.x Publisher template where can I add this code snippet?