Adding StackNotify To Joomla 3.x Template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 28, 2014 9:52 pm
Reply with quote
Report this post
Hi.

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?
User avatar
Fresh Boarder

teitbite
Sun Mar 02, 2014 9:04 pm
Reply with quote
Report this post
Hi

File equal to index.php is located in /layout/default.php
User avatar
Moderator


cron