Click here to Skip to main content
15,884,998 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can any body help me I want create a news Widget. Here are the codes below please help
XML
<!-- Feedzilla Widget BEGIN -->

<div class="feedzilla-news-widget feedzilla-07742650817326002" 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-left-to-right',
    culture_code: 'en_za',
    c: '147',
    sc: '6025',
    title: 'Top News',
    caption: 'Top stories',
    order: 'relevance',
    count: '20',
    w: '250',
    h: '300',
    timestamp: 'true',
    scrollbar: 'false',
    theme: 'ui-darkness',
    className: 'feedzilla-07742650817326002'
});
</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 -->
Posted
Updated 26-Jan-11 3:19am
Comments
Kristian Sixhøj 26-Jan-11 9:04am    
You have to be more specific. What exactly is your problem/where are you stuck?
Indivara 26-Jan-11 9:19am    
[minor edit] All caps are annoying. Fixed title.
Dave Kreskowiak 26-Jan-11 9:39am    
Help with what? You haven't speicifed what the problem is or where you're stuck.
Sandeep Mewara 26-Jan-11 10:21am    
No idea, what kind of help you are asking here. :doh:

Just posting some code would not help. Elaborate on what you tried and got stuck up with.

That's not code to create a 'widget'. It's code to use an existing control. If you want to use that control, talk to the people who create it, or read their documentation.
 
Share this answer
 
Comments
Davids Sukamanga 27-Jan-11 1:01am    
I understand that but this code you copy and paste on the web page but it is not working as they say. Thanks
Davids Sukamanga 27-Jan-11 5:07am    
I have managed to create a widget with the same code. I will be able to help somebody with the same problem David Kabwe Sukamanga
I finally created my own codes for news update
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900