Chat customization: Design a chat with CSS

CSS is one of RumbleTalk’s features that was released in the earlier updates. Since CSS was introduced, many of our customers have been using it to design their group chat rooms with various themes and the like. Anyone with a creative mind can take advantage of this feature to make your chat look vastly different from the default group chat. 

Our designers have made their custom group chats and it looked as if it was an all-new group chat. It was pretty amazing for a chat platform to look like that. In combination with the skins that you can use on your chat, chat customization is limitless.

So, without further ado, let’s get started.

How to use CSS?

For those who are new to RumbleTalk or do not know where to find the CSS option, you can follow these steps.

  1. Click Design > Visual Design.
  2. On the Visual Design tab, scroll until the end.
  3. You will find the CSS editor for both mobile and web browsers.

Get started with these introductory articles on web and mobile CSS.

NOTE: Once you go back to the Visual Design tab (e.g., changing background images), your code will reset. This means that you can only keep one custom design, either the CSS or the one on Visual Design. Additionally, it’s best to leave it up to the experts to edit CSS to avoid making mistakes. If you don’t have a designer, you can check out the links above so that you can copy and paste the codes that you want for your group chat theme.

Starting with CSS

When you paste a CSS code, it will automatically reflect on your group chat. There are different codes for web and mobile browsers. So, be sure to check out these links for codes that you can use.

Examples

Now let’s try some of the tricks in the articles.

  • Adding a border in the username text

To add a border for all usernames, the code you will need is as follows:

.message-user-name{
font-weight: bold;
color:rgba(0,150,245,1.00);
text-shadow: -1px 0 black, 0 1px black,
1px 0 black, 0 -1px black;
}

After pasting it on the editor, it will look like this.

css
  • Adding a border in the message text

To add a border for all messages, the code you will need is as follows:

.message-text{
color:#fff;
text-shadow: -1px 0 black, 0 1px black,
1px 0 black, 0 -1px black;
font-weight: bold;
}

After pasting it on the editor, it will look like this.

css
  • Combining CSS styles

Now that we’ve shown you the examples above, why don’t we try combining the two styles?

To combine them, just paste both codes in the editor and add a space between them by pressing Enter on your keyboard. Then, the code should look like this on the editor.

.message-user-name{
font-weight: bold;
color:rgba(0,150,245,1.00);
text-shadow: -1px 0 black, 0 1px black,
1px 0 black, 0 -1px black;
}
.message-text{
color:#fff;
text-shadow: -1px 0 black, 0 1px black,
1px 0 black, 0 -1px black;
font-weight: bold;
}

Here’s how it will look like when you combine the two styles.

web chatting

You can do this for multiple styles. So, try your hand at it or let your designer do all the technical work. You can find more tricks on the articles, so find the most suitable for your group chat room.

More features like this

RumbleTalk is a group chat platform that you can use almost anywhere. From websites to live events, RumbleTalk has the perfect chat you can use. Just like this feature, other features are waiting on the platform for you.

So, sign up now and get a free account to get a trial version!

Furthermore, there are new features you might be interested in. Be sure to check out the other articles on our blog! If you have any questions, then you can go to our knowledge base section. You can also contact us for other answers you might not find in the knowledge base.

Also, you can check out our Facebook and Twitter pages for more access to tips and tricks you can use in your group chat.

A Helpful Guide for Event Chat Pricing

Organizing a big event? If yes, how many seats do you need and how much it will cost? Some event organizers do not know how to calculate or gauge concurrent users. You would need to inquire if you wanted a large number of seats for your event chat.

Big events have different criteria to consider than holding small events. As such, we have made a pricing plan to know how many seats you need for events like these.

What are the different event chat pricing models?

At RumbleTalk, we offer 3 pricing models, going from small to large events. Here are the pricing models and examples where you can use them.

  1. Free – Great for trial and personal use. Give the chat platform a try. Then, if you like what you see, upgrade your plan.
  2. Professional – Great for small events and community gatherings. The professional plan offers a minimum of 50 seats and a maximum of 800 seats. If you have a large number of chatters, e.g., live streams, web events, radio streams, etc., then this is the perfect plan.
  3. Enterprise – Great for big company events and large communities. The enterprise plan is a customized plan for customers that need more than 800 seats. If you opt for this plan, then you get all the features of the free and professional plans. Also, you get special features that are not included in the two plans above.

NOTE: Seats means the number of simultaneous users in all of your chats (you can create one or many rooms).
Note, anyone viewing your chat at the same time counts as one seat.

Features included in premium plans

social distance

Not all plans have the same features. However, there are features that every plan has. Here’s a list of the features that every RumbleTalk user can enjoy.

  • Different chat types – Enjoy chatting with your users through private chats or social chats available in the admin panel.
  • REST API and Login SDK – Integrate your chat with your userbase and let your users log-in automatically.
  • Hosted group chat – The chat is available for both mobile and web browsers as it’s purely web-based. No download needed.
  • Customize your settings – Freely design your chat the way you want it and change the settings anytime you like.
  • Monetize your chat – Get paid through in-chat payment capabilities such as collecting donations/tips, sending payment requests, and paywall.
  • Share documents and images – Send any Word, Excel, or PPT file directly in the chat. You can also share images, selfies, and embed YouTube/Vimeo videos.
  • Login options and single-sign-on feature – Use Facebook, Twitter, and Guest log-in options or connect your userbase through login SDK.
  • No messages limit – Any user can send unlimited messages in the chat room.

How to measure how many seats you need for an event chat?

One thing that you need to understand in gauging the number of seats that you need is that the number of participant seats refers to the number of simultaneous chatters that can be in the chat at a given time.

Based on experience, only 10-20% of registered users normally jump into the chat at the given moment. Let us say you have 1000 registered users who have signed up for your event. Normally, only 100 to 200 people come in together at the same time.

If you need an idea of how many seats you need for an event, you may contact our support team to assist you and help you understand better. Otherwise, you can check out the plan through the Upgrade page.

In there, you will see how much it will cost you and how many rooms, admins, and participants can enter your event chat after upgrading. If you already know how many simultaneous users will join your event, then you can go ahead and buy the plan you need.

If not, then you can have a chat with us and we will give you the pricing and an idea of how many seats you need, especially if it’s a large event.

Subscribing for a longer period of time means discounts

We also offer monthly and yearly subscriptions. Therefore, if you plan to have a long-term event or use it as a website chat, then you can opt for a longer subscription. There are also discounts for longer contracts.

If you have any issues with your chat, contact us or see the knowledge base. You might find an answer there.

Follow us on our Facebook and Twitter pages to get updated with the latest news and updates. So, what are you waiting for? Sign up now and start with a free account to try the different features.

RumbleTalk partners up with Dacast Live Stream platform

RumbleTalk and Dacast have formed a partnership. With this, you can now use RumbleTalk as your chat platform alongside Dacast live stream platform.

It is very easy to set-up and you’ll also have access to a live chat platform that you can use simultaneously with your live stream.

In this article, we’ll show how you can use RumbleTalk as your live chat platform for your Dacast broadcasting event and the easiest way to do it.

Who is Dacast?

Dacast is a high-quality live streaming and video hosting platform for businesses and organizations. As a live streaming and video hosting platform, they have one of the most competitive pricing in the industry.

Since its launch in October 2010, they have been providing OTT services to various clients and it has made them known ever since.

RumbleTalk + Dacast = live streaming platform giants

Since RumbleTalk is a chat platform (group, private, social chat) that you can use to connect with your audience, partnering it up with Dacast makes any live event unstoppable.

You now have the option to chat with your audience while live streaming. It lets you hear your audience’s opinions, comments, and suggestions. Not only does it end the one-way communication, but it also enables two-way communication between you and your audience.

How do you integrate RumbleTalk with Dacast?

Before you start with anything, make sure that you already have your RumbleTalk and Dacast accounts.

Here are the steps that you need to follow.

  • Go to your RumbleTalk admin panel then click on the Embed tab.
  • On the embed page, click Get Code.
  • Copy the given code and paste it anywhere you want to appear on your website.
virtual events

  • Go to your Dacast account. Click Live Streams.
  • Next, click Create Live Stream.
live stream
live streaming platform

  • Create a title, choose your audience, and click Create.
  • Then, copy the JavaScript embed code from the sharing section of your Dacast live stream setting.
live streaming platform

In the next section, you will see how it will appear on your website.

Different display options

There are two display options that you can choose when integrating RumbleTalk and Dacast on your website.

The first one is a side-by-side video and chat display (see sample code here).

A two-panel display will be integrated on your site, showing the live streaming platform and chat platform beside each other.

live stream

The second one is a stacked video and chat display (see sample code here)

A pair of stacked panels will be integrated on your site, showing the live streaming platform on top of the chat platform.

product q&a

You may also find these steps in our knowledge base article: Integrate RumbleTalk Group Chat with Dacast Live Streaming

Dacast live streaming platform partnership with RumbleTalk

The integration with both platforms is that simple. It’s easier to connect with your audience when you have both chat and live stream platforms on your site.

Even better, you can choose from two displays. This depends on what you need for your site or what display you prefer to conform to your site’s theme.