How to install QuickRss for Wownder Welcome to the installation guide for QuickRSS , an essential add-on for your Wowonder social network. QuickRSS enhances your platform by enabling users to generate personalized RSS feeds for profiles and pages. With this add-on, users can subscribe to updates using popular RSS readers like Feedly, Inoreader, NewsBlur, OldReader , or any default RSS application. This tutorial will guide you through the step-by-step process of installing and configuring QuickRSS to ensure seamless integration with your Wowonder network. Whether you're a developer or a site administrator, this guide will help you get QuickRSS up and running effortlessly. What You’ll Learn: How to upload and configure QuickRSS files. How to integrate QuickRSS buttons into profiles and pages. Testing and verifying the functionality for users. Let’s get started and take your Wowonder platform to the next level with the power of QuickRSS ! Step 1: Upload the files Upload all the files to your root following the zip structure Visite youSite.com/installrss.php Step 2: Edit files Open htaccess and add (Please backup any file that you will edit) # **** RSS FEEDS**** RewriteRule ^rss(/?|)$ index.php?link1=rss [QSA] Open index.php located at the root and Look for (Around line 867) <= This place is very important, must be around this line else { switch ($page) { after that add case'rss'; include('sources/rss/content.php'); break; Add CSS Open themes/YourTheme/layout/container.phtml look for