Embedding for Drupal

1 min read

You can add a chat widget to your Drupal website, you can do so by using the "Block" functionality provided by Drupal.


Here are the steps to do this:

  1. Log into your Drupal website: Access your website's admin panel by entering your credentials.
  1. Navigate to Structure: Find and click on the "Structure" option in the main menu.
  1. Select Blocks: In the Structure menu, you will find an option called "Blocks". Click on this.
  1. Add a new block: On the Blocks page, there should be a link or button to "Add block". Click on this to create a new block.
  1. Enter your chat widget code: In the block configuration, there will be a text box for block content. This is where you can add your chat widget code. Make sure to select the "Full HTML" or "Raw HTML" text format to ensure that your code is not modified or filtered by Drupal.
  1. Configure the block visibility: In the same block configuration, there will be settings for where and when this block should appear on your site. You can configure these settings to ensure the chat widget appears on all pages, only on certain pages, or only for certain users, etc.
  1. Save your block: Once you've entered your code and configured the block settings, you can save your block. The chat widget should now appear on your website according to the visibility settings you configured.

Did this answer your question?