Customize Social Q&A Labels and Text

Overview

Customize Text

Video Tutorial

 

Overview

The Social Q&A feature of the Conferences i/o web application includes labels and text that can be customized to more align with an event for brand consistency.

Customize Text

  1. Sign in as an Admin and click Branding and Custom CSS
  2. Copy the lines in the box below: 
<script>
    var custom_labels = {
        session_dashboard_qa: "Social Q&A",
        session_dashboard_ask: "Ask",
        session_dashboard_no_questions: "There are no questions right now...",
        ask_question_header: "Ask a Question",
        ask_question_field_label: "What's your question?",
        question_added_transition_normal: "Your question is being added. Just a moment.",
        question_added_transition_filter: "Your question is being added. Because the Q&A Filter is enabled, a Moderator must approve it before everyone else can see it.",
        ask_question_filter_message: "After submitting, your question will enter a moderation queue for approval."
    };
</script>
 
  1. On the Branding and Custom CSS page, paste the lines of code from above into the Custom Head Section:
     
     
  2. Update text that appears in quotes (“”) to what you would like them to say, including:
    • “Social Q&A”
    • “Ask”(button)
    • “There are no questions right now…”
    • “Ask a Question”
    • “What’s your question?”
    • “Your question is being added. Just a moment.”


       

  3. If Moderators plan to use the Approval Filter, update the following:
    • “Your question is being added. Because the Q&A Filter is enabled, a Moderator must approve it before everyone else can see it.”
    • “After submitting, your question will enter a moderation queue for approval.”
  4. Click Save.

 

Video Tutorial