webgomer
04-15-2008, 05:58 PM
I hope you can help. I am trying to add a custom feed from to bring in listings that I need to display that are targeted to the category title. I am trying to set this up to be in a right-hand block but am failing miserably. Can someone help me implement this?
This is the code I need to use and it must key off of the category title. The "web+hosting" is the area that must change dynamically for the targeted feed to work.
<script type="text/javascript"
src="http://xml.exactseek.com/cgi-bin/js-feed.cgi?id=16999&term=web+hosting&l=10">
</script>
Example that does not work:
<script type="text/javascript"
src="http://xml.exactseek.com/cgi-bin/js-feed.cgi?id=16999&{$category.title|escape:"html"}&l=10">
</script>
This is the code I need to use and it must key off of the category title. The "web+hosting" is the area that must change dynamically for the targeted feed to work.
<script type="text/javascript"
src="http://xml.exactseek.com/cgi-bin/js-feed.cgi?id=16999&term=web+hosting&l=10">
</script>
Example that does not work:
<script type="text/javascript"
src="http://xml.exactseek.com/cgi-bin/js-feed.cgi?id=16999&{$category.title|escape:"html"}&l=10">
</script>