Thanks for your reply Jeremy. Please find below is the script I used.
In this, you can find the feed title as Kerala, National, Business,
Sport, Entertainment, World, Gulf Countries. Those links directory
going to the Google News's sections. So I need to disable links on
that. Let display only the Title but without linked. Is that be
possible?
Thank you again.
Sumesh
----------------------------------------------------------------
<script type="text/javascript">
function LoadDynamicFeedControl() {
var feeds = [
{title: 'Kerala',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=kl&ict=ln&output=rss'
},
{title: 'National',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=iekl&ict=ln&output=rss'
},
{title: 'Business',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=b&ict=ln&output=rss'
},
{title: 'Sports',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=s&ict=ln&output=rss'
},
{title: 'Entertainment',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=e&ict=ln&output=rss'
},
{title: 'World',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=w&ict=ln&output=rss'
},
{title: 'Gulf Countries',
url: '
http://news.google.com/news/section?
cf=all&ned=ml_in&topic=awkl&ict=ln&output=rss'
}];
var options = {
stacked : true,
horizontal : false,
numResults : 10,
displayTime : 5000,
title : "Today's Main News"
}
new GFdynamicFeedControl(feeds, 'feed-control', options);
}
// Load the feeds API and set the onload callback.
google.load('feeds', '1');
google.setOnLoadCallback(LoadDynamicFeedControl);
</script>
----------------------------------------------------
On Nov 22, 1:12 am, Jeremy Geerdes <
jrgeer...@gmail.com> wrote:
> To remove the link from the subtitles of the Dynamic Feed Control,
> you're going to have to edit the code so that the links are not added.
> To provide more specific help, you're going to need to be more
> specific which title(s) you're wanting to not link. Namely, are you
> looking to remove the links from the entry titles or the feed titles?
>
> Jeremy R. Geerdes
> Effective website design & development
> Des Moines, IA
>
> For more information or a project quote:http://jgeerdes.home.mchsi.comhttp://jgeerdes.blogspot.comhttp://
jgeerdes.wordpress.com
>
jgeer...@mchsi.com
>
> Unless otherwise noted, any price quotes contained within this
> communication are given in US dollars.
>
> If you're in the Des Moines, IA, area, check out Debra Heights
> Wesleyan Church!
>
> And check out my blog, Adventures in Web Development, athttp://
jgeerdes.blogspot.com