Add Forym to your website

Using Forym you can add the forum to any post or page you like all you need is to add the shortcode to the place where you want the forum to show up.

Shortcode:

[forum_system]

Arguments:

  • id (string)
  • show_topics (bool)
  • show_editor (bool)
  • editor_height (string) hight in pixels. ex.: 300px
  • visible_editor (bool)
  • category (int)

Shortcode Examples:

To open the editor by default:

[forum_system visible_editor=1]

To select a default category:

[forum_system category=5]