This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Conversation Viewer – Display Chat Bubbles

विवरण

Conversation Viewer is a responsive WordPress plugin for displaying chat conversations between people as if in their native apps.

It allows you to write up conversations between two, or groups of more than two people, without having to take screenshots. These conversations can be easily switched into various messaging app styles. There are a few currently supported styles.

  • Facebook Messenger (the default)
  • Android Messages
  • iOS Texting
  • WhatsApp
  • Snapchat

With responsive CSS, these conversations look great on all screens, are more responsive and accessible than uploading screenshots.

Getting Started & Customization

For the complete documentation on how to do everything including example code, visit the GitHub Readme Page.

स्क्रिनसटहरू

  • An example of the plugin in action, using the default messenger style.
  • An example of the plugin using snapchat style.
  • An example of the plugin using whatsapp style.

स्थापना

To get up and running at its most basic, follow these three steps:

  1. Upload ConversationViewer to the /wp-content/plugins/ directory (or download from the plugin directory)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [conversationViewer] //Me: Hello! //You: Hi! [/conversationViewer] in your page/post editor, and the plugin will work its magic.

प्रश्नोत्तर

Installation Instructions

To get up and running at its most basic, follow these three steps:

  1. Upload ConversationViewer to the /wp-content/plugins/ directory (or download from the plugin directory)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [conversationViewer] //Me: Hello! //You: Hi! [/conversationViewer] in your page/post editor, and the plugin will work its magic.
Where can I find more info on this plugin?

Check the GitHub Repository for more information on Conversation Viewer and how to use it.

How do I change styles?

To change styles, simply use the style selector in the opening tag of the shortcode, like this: [conversationViewer style="snapchat"]. The following styles are available:

  • messenger (the default)
  • whatsapp
  • snapchat
  • ios
  • android
How do I add profile images?

By default, profile images will not be displayed. In order to display them, include an image command for each person in the conversation. To do this, simply add the following command anywhere:

 // Image [Name Of Person] [https://example.com/link/to/image.jpg]

For more information, visit the Full Documentation

समीक्षाहरू

डिसेम्बर 29, 2020
It's really nice ! I was looking for a simple way to show better a conversation and this plugin is just fantastic ! Very easy to remember the syntax. Thank you!
सबै 2 समीक्षाहरू पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“Conversation Viewer – Display Chat Bubbles” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.1

  • Adding support for profile images with the image command (See documentation)
  • Fixing a URL parsing issue: https:// and http:// links no longer split conversations and mess everything up

1.0

  • The initial version supporting Facebook messenger, iOS, Android, WhatsApp and Snapchat styling.