Skip to main content

CC Platform

Would you like a new video to be added? Request one here!

CrowdComms Dashboard Overview

🔗  directly accessible with this link

Using and Sending Alerts

🔗  directly accessible with this link

Embedding Videos on the CC Platform

🔗   directly accessible with this link

Adding Vimeo Videos on Demand

🔗  directly accessible with this link


Miscellaneous Guides

Videos below are quite niche and specific, proceed with caution! 

Embedding Third Party Polling in Engagement Panel

🔗  directly accessible with this link

The above video references some resources. They are available below.

CSS to Increase Embed Size
/*---------- Setup Poll area for iFrame ----------*/
cc-poll-intermission, cc-poll-intermission ion-card > div {width:100%!important;}
cc-poll-intermission ion-card iframe {border:none!important;}
cc-poll-intermission > div > ion-card {
    margin:0px!important;
    padding:0px!important;
    box-shadow:none!important;
}
cc-agenda-session-poll-tab > div {
    justify-content:flex-start!important;
}
HTML to Copy and Paste
<p><iframe class="ql-video" src="PASTE_URL_HERE" width="100%" height="500" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p></p>

Custom Sized Company Logo Fix

🔗  directly accessible with this link

The CSS used during the above video is available to copy from the Custom CSS Snippets page!

Â