News Feed Online Integration using the RSS-Newsfeed RSS is an electronic news format which allows users to receive updates from a website without the need of visiting the page at all. Online Integration using Javascript The feed of this website can also be displayed in your website in a very simple way. Simple put the following code into your website: <script language="JavaScript" type="text/javascript"> <!-- // These variables are optional var rssFeedFontColor = '#000000'; // Font color var rssFeedFontSize = 8; // Font size var rssFeedFont = 'Arial, Verdana'; // Font var rssFeedLimit = 10; // Number of news messages to be displayed var rssFeedShowDate = true; // Show date of the news message var rssFeedTarget = '_blank'; // _blank | _parent | _self | _top var rssFeedContainer = 'news_rss_feeds'; // --> </script> <script type="text/javascript" language="JavaScript" src="https://www.nohkano.gov.ng/feed/news_en.js"></script> <noscript> <a href="https://www.nohkano.gov.ng/feed/news_headlines_en.xml">www.nohkano.gov.ng - Show news</a> </noscript> <div id="news_rss_feeds"> </div>