Adding Outside Feed (i.e. FeedZilla)
Hi,
Okay I figured out part of what I want to do but it's not quite right and I do not know where to go to kix it!
I created a new content template (FileZilla) for the home page and it works great but its not quite fitting as I expected.
Where/how do I modify the code to make this work?
http://www.AllIslander.com Right column "Feed"
Original code segment...
<!-- Feedzilla Widget BEGIN -->
<div class="feedzilla-news-widget feedzilla-3051671621926853" style="width:250px; padding: 0; text-align: center; font-size: 11px; border: 0;">
<script type="text/javascript" src="http://widgets.feedzilla.com/news/iframe/js/widget.js"></script>
<script type="text/javascript">
new FEEDZILLA.Widget({
style: 'slide-top-to-bottom',
culture_code: 'en_us',
title: 'Sports',
caption: 'Water Sports - Sailing',
order: 'relevance',
count: '20',
w: '250',
h: '300',
timestamp: 'true',
scrollbar: 'true',
theme: 'smoothness',
className: 'feedzilla-3051671621926853',
tabs: [{name: 'Water Sports - Sailing', c: '27', sc: '1497'}]
});
</script><br />
<a href="http://widgets.feedzilla.com/news/builder/index.html?utm_source=feedzilla&utm_medium=widget&utm_campaign=widget%2Blink" target="_blank">Get Your News Widget</a>
</div>
<!-- Feedzilla Widget END -->