It appears that you're running an Ad-Blocker. This site is monetized by Advertising and by User Donations; we ask that if you find this site helpful that you whitelist us in your Ad-Blocker, or make a Donation to help aid in operating costs.

Do you allow syndication of your content?

What Is Covered

Summary
Forum Feeds
Site Feeds
Customizing JavaScript Feeds


 

Summary


We provide RSS feeds for all site content. We also require that users syndicating content attribute the site (link to content) versus simply "copying" content to their site (user sites not attributing original content will be banned from the RSS feeds). Feed URLs are displayed below; you will need an RSS parser on your site to syndicate content.


 

Forum Feeds


Forum RSS Feeds - Single Forums


Debates & Rants: https://www.undergroundnews.com/forum/cache/rss2.xml
Open News: https://www.undergroundnews.com/forum/cache/rss6.xml
Recommended Systems: https://www.undergroundnews.com/forum/cache/rss37.xml
Site News (we favor the site blog as of 2015): https://www.undergroundnews.com/forum/cache/rss26.xml
Tech News: https://www.undergroundnews.com/forum/cache/rss27.xml


Forum RSS Feeds - Multiple Forums


Latest Posts: https://www.undergroundnews.com/forum/cache/global_rss3.xml
Latest Threads: https://www.undergroundnews.com/forum/cache/global_rss9.xml
News: https://www.undergroundnews.com/forum/cache/global_rss4.xml
Reviews: https://www.undergroundnews.com/forum/cache/global_rss8.xml


 

Site Feeds


Site RSS Feeds


Archive: https://www.undergroundnews.com/archive/rss.html
Article: https://www.undergroundnews.com/article/rss.html
Ask: https://www.undergroundnews.com/ask/rss.html
Blog: https://www.undergroundnews.com/blog/rss.html
FAQ: https://www.undergroundnews.com/faq/rss.html
Linux - Commands: https://www.undergroundnews.com/linux/rss/command.html
Linux - Distributions: https://www.undergroundnews.com/linux/rss/distribution.html
Linux - Software - Linux Packages: https://www.undergroundnews.com/linux/rss/software/linux.html
Linux - Software - Windows Titles: https://www.undergroundnews.com/linux/rss/software/windows.html
Reviews: https://www.undergroundnews.com/review/rss.html
Staff: https://www.undergroundnews.com/staff/rss.html
Terminology: https://www.undergroundnews.com/terminology/rss.html
Torrent: https://www.undergroundnews.com/torrent/rss.html
Video: https://www.undergroundnews.com/video/rss.html


Site JavaScript Feeds


Archive: https://www.undergroundnews.com/archive/javascript.html
Article: https://www.undergroundnews.com/article/javascript.html
Ask: https://www.undergroundnews.com/ask/javascript.html
Blog: https://www.undergroundnews.com/blog/javascript.html
FAQ: https://www.undergroundnews.com/faq/javascript.html
Linux - Commands: https://www.undergroundnews.com/linux/javascript/command.html
Linux - Distributions: https://www.undergroundnews.com/linux/javascript/distribution.html
Linux - Software - Linux Packages: https://www.undergroundnews.com/linux/javascript/software/linux.html
Linux - Software - Windows Titles: https://www.undergroundnews.com/linux/javascript/software/windows.html
Reviews: https://www.undergroundnews.com/review/javascript.html
Staff: https://www.undergroundnews.com/staff/javascript.html
Terminology: https://www.undergroundnews.com/terminology/javascript.html
Torrent: https://www.undergroundnews.com/torrent/javascript.html
Video: https://www.undergroundnews.com/video/javascript.html


 

Customizing JavaScript Feeds


JavaScript feeds can be loaded via a standard JavaScript inclusion call on your site:
Code
<script src="//www.undergroundnews.com/module/javascript.html"></script>



The JavaScript feeds are loaded on your site as a list which you can customize easily with CSS; the following CSS classes are defined in the feed:
• js_feed - The class of the div that contains the feed.
• js_data_a/js_data_b - Every item alternates a or b, useful if you want to alternate colors of the list.

A simple CSS Style for these items would be:
Code
<style type="text/css">
.js_feed {
border: 1px solid #000000;
}
.js_feed ul {
margin:0;
padding:0;
}
.js_feed li {
list-style-type: none;
}
.js_data_a {
background: #E9EBF2;
padding: 10px;
padding-left: 5px;
padding-right: 5px;
}
.js_data_b {
background: #F6F8FF;
/* border-bottom: 1px solid #b1b0c4; */
padding: 10px;
padding-left: 5px;
padding-right: 5px;
}
</style>


Note
All syndicated content is cached for to prevent abuse and server overload.

Posted By Gremelin Posted on October 1st, 2015 · Updated on July 20th, 2016
▼ Sponsored Links ▼
▲ Sponsored Links ▲

Comments

( Posted)

Related Products

▼ Sponsored Links ▼
▲ Sponsored Links ▲
Donate Today