About RSS feeds
A feed is a function of special software that allows feed readers to access a site, automatically looking for new content, and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites. There are several kinds of feeds, read by different feed readers. Some feeds include RSS (alternately defined as “Rich Site Summary” or “Really Simple Syndication”), Atom, or RDF files.
For further information, visit this blog;
https://wordpress.org/support/article/wordpress-feeds/
Embedding RSS feeds in webpages
https://surfing-waves.com/feed.htm offers an easy and customized way to embed RSS feeds in HTML webpages. This service is currently applied on the webpage https://christiansailer.ch/ using the following parameters:
rssfeed_url = new Array();
rssfeed_url[0]=”https://blog.christiansailer.ch/?feed=rss2″;
rssfeed_frame_width=”360″;
rssfeed_frame_height=”300″;
rssfeed_scroll=”on”;
rssfeed_scroll_step=”6″;
rssfeed_scroll_bar=”off”;
rssfeed_target=”_blank”;
rssfeed_font_size=”12″;
rssfeed_font_face=””;
rssfeed_border=”off”;
rssfeed_css_url=””;
rssfeed_title=”on”;
rssfeed_title_name=”Blog Christian Sailer”;
rssfeed_title_bgcolor=”#555″;
rssfeed_title_color=”#fff”;
rssfeed_title_bgimage=””;
rssfeed_footer=”off”;
rssfeed_footer_name=”rss feed”;
rssfeed_footer_bgcolor=”#fff”;
rssfeed_footer_color=”#333″;
rssfeed_footer_bgimage=””;
rssfeed_item_title_length=”100″;
rssfeed_item_title_color=”#555″;
rssfeed_item_bgcolor=”#fff”;
rssfeed_item_bgimage=””;
rssfeed_item_border_bottom=”on”;
rssfeed_item_source_icon=”on”;
rssfeed_item_date=”off”;
rssfeed_item_description=”on”;
rssfeed_item_description_length=”250″;
rssfeed_item_description_color=”#000″;
rssfeed_item_description_link_color=”#333″;
rssfeed_item_description_tag=”off”;
rssfeed_no_items=”5″;
rssfeed_cache = “de03d2b31a353dc07918e38c2a401772”;