Adding Outside Feed (i.e. FeedZilla)

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/21/2011 1:46:06 PM
Gravatar
Total Posts 383
Thanks Squire Dude

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 --> 

You must sign in to post in the forums. This thread is closed to new posts.