# 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 ``` <?php echo $wo['title'];?> ``` and after that add ``` ``` and after that add ##### **Step 3: Adding Buttons to specific pages** --- **PROFILE BUTTONS:** If you want to add this profile block so every user can share their personal profile feed [![profilefeed.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/FJv7cupeD6MedMvc-profilefeed.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/FJv7cupeD6MedMvc-profilefeed.png) Open Themes/YourTheme/layout/timeline/content.phtml look for ``` echo Wo_LoadPage('timeline/custom-fields'); } } ?> ``` and after that add ``` ``` **BLOGS BUTTONS:** If you want add the buttons to the blogs like this [![blogsrss.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/iuhjdy2wV2JbQu5S-blogsrss.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/iuhjdy2wV2JbQu5S-blogsrss.png) Look for themes/YourTheme/layout/blogs/blog.phtml ``` ``` after that add ``` ``` **PAGES BUTTONS:** If you want add the buttons like this [![pagesbutton.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/s79NceC9r6jp6uVI-pagesbutton.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/s79NceC9r6jp6uVI-pagesbutton.png) Open themes/layout/page/my-pages.phtml and look for ```
``` After that add ``` ``` **GROUPS BUTTONS:** If you want add the buttons like this [![groupbutton.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/9AitvdnsB7RRpx4H-groupbutton.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/9AitvdnsB7RRpx4H-groupbutton.png) Open themes/layout/group/my-groups.phtml and look for ```

``` After that add ```
``` **MARKETPLACE:** If you want to add the buttons like this [![market.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/hrw8nDJAq1d6gqIl-market.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/hrw8nDJAq1d6gqIl-market.png) Look for ```

``` After that add ``` ``` Uff! we are done **Enjoy! And if you love it leave me a [review here it really helps build a reputation.](https://scriptstribe.com/quickrss-addon-for-wowonder/)** **[![emot.png](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/scaled-1680-/IYne7FovY9bt1UwY-emot.png)](https://howto.scriptstribe.com/uploads/images/gallery/2024-11/IYne7FovY9bt1UwY-emot.png)**