FAQ RSS Feed

No need to replicate an existig FAQ, just use the FAQ feed script to bring the FAQ feed to your page.

Insert the JavaScript found below and copy the category section of the URL and insert in the javascript as shown below.
For example
: https://faq.mdc.edu/kb/student-life

The snippet can be for a main category, or for a specific tag.

Student Life FAQ Accordian Example



<div id="content-faq"></div>
<script type="text/javascript" src="/webservices/api/faq/js/faqrssfeed.min.js"></script>
<script type="text/javascript">GetAccordionFAQ('content-faq', 'kb/student-life')</script>



Student Life FAQ Unordered list Example



<div id="content-faq2"></div>
<script type="text/javascript" src="/webservices/api/faq/js/faqrssfeed.min.js"></script>
<script type="text/javascript">GetUnorderedListFAQ('content-faq2', 'kb/student-life')</script>