New CSS codes to play with and enhance your chat experience

In today’s digital age, online communication has become a crucial aspect of many industries. One effective way to engage with an online audience is through live chat platforms like RumbleTalk. This powerful tool not only offers seamless chat features but also provides advanced customization options. In particular, RumbleTalk’s CSS capabilities allow users to fully tailor the chat experience to match their brand’s aesthetic by letting users inject CSS codes.

In this blog post, we’ll explore how you can leverage RumbleTalk’s CSS capabilities to enhance the look and feel of your live chat, creating a more cohesive and engaging experience for your audience.

Injecting CSS codes into your chat room

By injecting custom CSS, you can personalize the appearance of your chat room to fit your brand or website’s design. This feature allows you to make advanced customizations, such as changing the color of the chat room header, altering the size and position of chat messages, or adding custom fonts. Injecting CSS into your chat room is easy to do, and it can help enhance the user experience by creating a more visually appealing and cohesive chat environment.

To add a CSS code, go to your admin panel. Click Advance Design > Advanced CSS Design. Then, choose where you’re going to add the CSS code, i.e., mobile or web browser.

The latest CSS codes you can add to your chat room

css codes

1. Customize a user’s message appearance via userid

Configuration for chat bubble color

In this sample, we’re changing the chat bubble color of the admin only.

#content .main-message-container[uid="3"] .message-bubble {

/ Configuration for chat bubbles /

}

Configuration for date

In this sample, you can change the appearance of the date (below the chat bubble).

#content .main-message-container[uid="3"] .message-bubble .message-date {

/ Configuration for Date /

}

Configuration for username

In this sample, you can change the appearance of the username.

#content .main-message-container[uid="3"] .message-bubble .message-user-name {

/ Configuration for Username /

}

2. Customizing the new set of emojis (for beta users)

To customize the new set of emojis, the emoji CSS class name should be changed as follows:

“.smiley-#” to “.smilies-set-a-#” where # is a number

e.g. “.smiley-10” to “.smilies-set-a-10”

“.smiley-#” to “.smilies-set-a-#” where # is a number

e.g. “.smiley-10” to “.smilies-set-a-10”

Smileys (1st tab)

The smileys tab has 3 sets, which are set a, set b, and set c, respectively. Change the codes accordingly to the set you’re using.

.smilies-set-a-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley1.png");
	height: 32px;
	background-position: center;
}

.smilies-set-a-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley2.png");
	height: 32px;
	background-position: center;
}

.smilies-set-a-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/smiley3.png");
	height: 32px;
	background-position: center;
}

Hand gestures and people (2nd tab)

.hand-gestures-and-people-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures1.png");
	height: 32px;
	background-position: center;
}

.hand-gestures-and-people-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures2.png");
	height: 32px;
	background-position: center;
}

.hand-gestures-and-people-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/gestures3.png");
	height: 32px;
	background-position: center;
}

Objects/business (3rd tab)

.objects-business-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects1.png");
	height: 32px;
	background-position: center;
}

.objects-business-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects2.png");
	height: 32px;
	background-position: center;
}

.objects-business-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/objects3.png");
	height: 32px;
	background-position: center;
}

Food and drinks (4th tab)

.food-and-drinks-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods1.png");
	height: 32px;
	background-position: center;
}

.food-and-drinks-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods2.png");
	height: 32px;
	background-position: center;
}

.food-and-drinks-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/foods3.png");
	height: 32px;
	background-position: center;
}

Animals and nature (5th tab)

.animals-and-nature-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal1.png");
	height: 32px;
	background-position: center;
}

.animals-and-nature-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal2.png");
	height: 32px;
	background-position: center;
}

.animals-and-nature-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/animal3.png");
	height: 32px;
	background-position: center;
}

Social media and numbers (6th tab)

css codes
.social-media-and-numbers-1 {
	width: 0px !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social1.png");
	height: 32px;
	background-position: center;
}

.social-media-and-numbers-2 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social2.png");
	height: 32px;
	background-position: center;
}

.social-media-and-numbers-3 {
	width: 0 !important;
	padding-right: 32px;
	background-image: url("https://www.test.com/storage/social3.png");
	height: 32px;
	background-position: center;
}

These are just some of the CSS codes that you can try out. These codes are for the web version of the platform. The CSS codes for mobile browsers differ. For an extensive list of CSS codes, visit our knowledge base.

Go beyond the limits with RumbleTalk’s CSS capabilities

css codes

In conclusion, RumbleTalk’s CSS enables users to customize their chat rooms to their liking by injecting their own CSS codes. This allows for a fully personalized chat experience that aligns with the branding and aesthetic of the website or application. With the ability to modify font styles, colors, and layout, RumbleTalk offers a highly versatile chat solution that caters to individual needs and preferences. By providing users with the tools to inject CSS codes, RumbleTalk empowers them to create a unique chat environment that elevates their online communication efforts.

For more information on CSS and other customization features, send us a message at https://rumbletalk.com/about_us/contact_us/.

How RumbleTalk enables audience engagement in online events

RumbleTalk is a group chat technology that enables audience engagement in online events. It has been used by thousands of online organizers, including the organizers of major online events such as CES Tech, The Weekend University, and more.

RumbleTalk was founded by a team of entrepreneurs, who have been working together since 2012. At that time, they were working on building a chat room that would help them engage chatters more effectively and efficiently. Since then, they’ve grown into one of the largest providers of group chat rooms in the world.

In this article, we will discuss how RumbleTalk allows audience engagement and what advantages it has over other platforms like Facebook Messenger or Whatsapp Groups!

Used by thousands of online organizers and entrepreneurs

RumbleTalk is used by thousands of online organizers, including the organizers of major online events such as CES Tech and The Weekend University.

RumbleTalk is also used by many other companies that want to engage their audiences during webinars or other online events. For example, one company uses RumbleTalk next to their live video conferences with customers around the world; another uses it as a podcast chat; a third uses it for live chat rooms on its website; and still another uses it as part of its community management process (i.e., getting feedback from members).

How RumbleTalk helps with audience engagement in online events

audience engagement

RumbleTalk is a group chat technology that enables audiences to engage in online events. It’s free, and it’s used by thousands of online organizers, including the organizers of major online events.

RumbleTalk provides a platform for your audience to communicate with each other during the event and engage with each other after it ends.

How to use RumbleTalk for online events?

  • Use the chat to engage with your audience.
  • Use the chat to ask questions.
  • Share content in real-time and receive feedback from your audience.
  • Give support during live events, which allows you to provide instant access to an online chat room where participants can ask questions or share their experiences with others who are experiencing similar problems as they work through challenges in their live events.

With RumbleTalk, you can engage with your audience through a group chat

audience engagement

RumbleTalk is a platform that enables you to engage with your audience in a friendly tone through group chatting. With RumbleTalk, you can use the platform as an extension of your event or conference. You can also use it for internal communication between team members and even customers who are attending events.

The key to audience engagement and interaction

As RumbleTalk offers a variety of tools that can significantly improve audience engagement during online events, we hope you’re now equipped with the knowledge and tools to help you create effective online events for your audience.

The platform’s real-time chat, Q&A, and polls features provide a seamless experience for organizers and attendees alike. The ability to customize the chat room with CSS allows for further personalization and brand alignment. Additionally, RumbleTalk’s REST API and SDK enable integration with other systems and applications can streamline the event management process. By leveraging these tools, organizers can enhance the event experience and create meaningful connections with their audience.

If you’re interested in trying out RumbleTalk for yourself, we offer a free demo of our platform. Schedule a free demo through https://rumbletalk.com/about_us/contact_us/.

Tutorial: Moderate the chat with these Admin Mode functions

Admin Mode lets administrators control the chat room. While you are in Admin Mode, admins can keep the spotlight on them. Users who are not admins will be forced to read the admins’ messages. For admins, they can still talk within the chat room.

Here’s how it works.

An easy way to moderate the chat room.

It allows admins to send any message they want without being interrupted. Moreover, non-admins are forced to take notice of the admins’ messages as well.

Admins can send any message they want without being interrupted by non-admins in the chat room.

In Admin Mode, admins can keep the spotlight on them.

In usual scenarios, admins can send messages to the chat normally but have special admin rights. For example, they can ban users and disconnect them (temporarily kick them from the chat room).

With the Admin Mode, administrators can continue chatting away. It’s up to them if they want to make announcement, stop the influx of messages, etc.

This can also help admins see who are taking note of their announcements. For example, if a non-admin user messages an admin privately and tries to make a ruckus, the admin can immediately ban that person from the chat room entirely.

Non-admins cannot send anything in the chat room.

If an ordinary user (non-admin) tries to send something, he cannot do so in the group chat. The message box will be blocked by a notification that says Admin mode.

These users can only read messages when Admin Mode is enabled. They are forced to read the admins’ announcements or notifications.

For large chat rooms that are unmanageable, this is a great feature. It can help in moderating the chat room, i.e., making the chat rules clear from time to time.

Admins can disable it anytime if they’ve made your message clear.

Once an admin is satisfied with his/her message, he/she can disable it anytime in the admin panel or in the chat room directly.

They can also enable it anytime, in case they want to moderate the chat with these Admin Mode functions.

If you need to make an important announcement but the chat is congested, use the Admin Mode.

Admin mode

With this feature, admins can keep their messages highlighted in the room. Only their messages will show up regardless of who’s in the chat room.

Admins can also use this feature as an opportunity to moderate their conversations with non-admins by sending them a private message. Non-admins cannot send anything in this chat room—they only receive messages from other users who have been granted admin status.

We hope you’ve found this article about Admin Mode helpful. If you need more help or clarification about the feature, please don’t hesitate to reach out! You can send us a message here.