Webulator: Build your own website without any special software or know-how!

Recent articles

  • Adding content to and removing content from the left and right columns

    The [AddContent:] and [ClearContent:] tags can be used to add content to and remove content from the left and right columns of your web pages.
  • Embedded Summaries

    The [Summary:] tag allows you to insert the title and summary from another article into a page.
  • Copying articles

    Logged in users with moderator permissions are able to copy articles in the content management system
  • Quick Links

    The [QuickLinks:] tag allows you to insert a titled box containing a list of links into an article.
  • Accordion

    An accordion or concertina style interface can be created using the [Accordion:] tag.
  • Slideshows of all the images in another article

    The [ArticleImagesSlideShow:] tag allows you to generate an slideshow of all the images (except for the summary image) contained in another article.
  • Example page containing images for a slideshow

    The images on this page are used in article
  • Tab Menus

    The [TabMenu:] tag allows you to insert a tab style menu into a page to allow navigation within a subsection of the site.
  • iCalendar Files

    Calendar events are traditionally shared using iCalendar (.ics) files. These are often attached to event invitation emails and are widely used across calendaring applications.
  • Redirecting to other pages

    Webulator allows a page to automatically redirect to another page using [Redirect:] command
RSS Feed of this page

Embedding Videos

Videos can be embedded in an article by uploading them as a file and adding the [Handler] command and perhaps some optional parameters into the file's text field.

Formats supported are mp4 and webm, which will be both rendered in the native video player in all modern web browsers, including those on mobile platforms. flv (flash video) format is also supported, and will be played using a flash player, and hence will not work on mobile and most tablet devices.

If the video is just added as a straight forward file field with no [Handler] command then it will just appear as a downloadable file link as shown below:

A video file with no commands

If the text for the file field is set to [Handler] then the video will be displayed at a default size of 300 × 200 pixels and with autoplay turned off:

A video with a basic [Handler] command

If the text for the file field is set to [Handler]width=450;height=300;play=true then the video will be displayed at a size of 450 × 300 pixels and will play as soon as the page is displayed:

A video with a [Handler] command with parameters
Embedding Videos

Videos can be embedded in an article by uploading them as a file and adding the [Handler] command and perhaps some optional parameters into the file's text field.