faq.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <template name="faq">
  2. {{> alerts}}
  3. {{> header}}
  4. <div class="text-center">
  5. <h3>FAQ
  6. <small class="thin">Frequently Asked Questions</small>
  7. </h3>
  8. <hr/>
  9. <h4>How can I add a song?</h4>
  10. <p class="flow-text">You can add a song if you are logged in, by clicking on the Add Song button under the
  11. video in
  12. the station you want to add your song in. That will open up a modal where you can search for a title in
  13. YouTube
  14. or SoundCloud, or you can paste a YouTube link into there and click the Search Song button. You can then
  15. edit
  16. some more information, like the artist and title. It's helpful for us if you fill those in so we don't
  17. have to
  18. research every song, but you are not required to.</p>
  19. <h4>Can I skip a song?</h4>
  20. <p class="flow-text">Yes, and no. You can vote on skipping a song. You can click the blue skip button. When
  21. the
  22. counter hits 3, the song will be skipped. Admins and mods can skip songs without needing to vote, but
  23. please do
  24. not ask us to skip songs.</p>
  25. <h4>I added a song but I can't find it in the Playlist, where is it?</h4>
  26. <p class="flow-text">When you request a song to be added to a playlist, an admin or moderator first needs to
  27. review,
  28. edit and then either accept or deny that song.</p>
  29. <h4>How do I use emoji's in chat?</h4>
  30. <p class="flow-text">In chat, you can see emoji's by typing the ':' in chat and then a keyword or some
  31. letters of an
  32. emoji. That opens a dropdown box from where you can choose emoji's to put in chat. You can also just
  33. type it
  34. manually. You can find the full list of emoji's at <a href="http://emoji.codes/"
  35. target="_blank">www.emoji.codes</a></p>
  36. <h4>Is there an API?</h4>
  37. <p class="flow-text">No, sorry. But we will add one soon&trade;!</p>
  38. <h4>Are there chat commands?</h4>
  39. <p class="flow-text">Yes! Just type /commands or /help in chat and it will show you all of the available
  40. chat commands.</p>
  41. </div>
  42. </template>