A broadcast message allows you to display a notification to all users when they access a specific page. This makes it easy to communicate important information or announcements centrally.
Important: Broadcast messages can currently only be set up by our Support team. Contact us if you need to display a message on a page.
How broadcast messages work
The broadcast message is added to a page by using special syntax in the page configuration. You can also include HTML content such as links or images.
Step-by-step
- Open the page where you want the broadcast message to appear.
- Go to the page configuration and edit the third line following this schema:
* Set BROADCASTMESSAGE = your message
HTML content in the message
You can include HTML links and images in the broadcast message. Use the following syntax:
- For images:
<img src="image URL" /> - For links:
<a href="URL to a page">Link text</a>
Result
The broadcast message appears immediately after saving and is displayed to all users when they access the page:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article