FastComments.com

Add Live Commenting to WordPress Sites

Quick Start Internal Link

This is the "too long did not read" version of the WordPress instructions.

  1. Go to your WordPress dashboard Plugins page. Click Add Plugin.
  2. Search for FastComments.
  3. Install and activate our plugin.
  4. Click FastComments on the left navigation.
  5. Follow instructions. This usually takes a few minutes, but not more.
    1. If you have tens of thousands, or millions of comments, it may take some time to sync.

Customization Internal Link

FastComments is designed to be customized to match your site.

If you'd like to add custom styling, or tweak configuration, Checkout our Customization Documentation to learn how.

Notifications Internal Link

Your members will receive the same notifications as any other type of FastComments.com user when they are replied to or mentioned. Learn more.

Custom Themes Internal Link

While we can't control how themes are implemented, FastComments supports the majority of themes.

Some themes that try to move the comment area into modals and similar layouts may require custom development support from us.

Syncing Back to WordPress Internal Link

By default, FastComments syncs back to your WordPress site daily. This is purely for backup purposes so you continue to own a copy of the data, and for plugins that may depend on it.

This does not happen immediately with every comment saved due to the nature of some sites being able to handle heavy read traffic, their database deployments are not always able to handle the heavy write traffic (hence offloading this work to FastComments).

The sync schedule back to the WordPress can be customed by installing a plugin. We recommend WP Crontrol.

Steps:

  1. Install WP Crontrol
  2. Go to Settings -> Cron Schedules.
  3. Go to the Cron Events tab.
  4. Search for fastcomments_cron_hook.
  5. Edit the event. You can configure the hook to run hourly, twice a day, daily (default), or once a week.

The sync back to WordPress can also be performed any time manually by going to the FastComments plugin dashboard and selecting Manually Sync. You will have the option to sync back to your WP install, or to re-upload your WP comments to FastComments servers.

Comment Counts Internal Link

The FastComments WordPress plugin will replace the default WordPress count mechanism with a system provided by FastComments. We will make one asynchronous request per page load when there are a list of posts with comment counts to show. If the user has JavaScript disabled, it will fall back to the default WordPress counts so there is not a loss in functionality.

Recent Comments Widget Internal Link

The Recent Comments widget displays the most recent comments posted across your entire site. It's useful in sidebars, footers, or anywhere you want to surface fresh activity to encourage further reading.

Options

  • Title (optional): The heading shown above the list. Defaults to "Recent Comments".
  • Count (optional): How many comments to show. Range 1 to 50. Defaults to 5.

How to Add It

Inside a Post or Page

In the block editor, add a Shortcode block and paste:

Recent Comments shortcode
Copy Copy
1
2[fastcomments_recent_comments count="5"]
3

The count attribute accepts any value between 1 and 50.

Go to Appearance > Widgets in your WordPress admin. From the block inserter, search for "FastComments" and choose FastComments: Recent Comments. Drag it into a sidebar, header, or footer area, then configure the title and count from the widget panel.

In a Block Theme (Full Site Editing)

Open the Site Editor under Appearance > Editor. Navigate to the template part where the widget should appear, insert a Legacy Widget block, and select FastComments: Recent Comments from the dropdown.

Troubleshooting

The widget only renders after FastComments setup is complete and a tenant ID is stored. If the widget area is blank, complete setup under FastComments in the WordPress admin and reload the page.

Recent Discussions Widget Internal Link

The Recent Discussions widget displays the pages on your site with the most recent comment activity. It's useful for highlighting threads that are still being added to, so visitors can jump back into active conversations rather than landing on quiet pages.

Options

  • Title (optional): The heading shown above the list. Defaults to "Recent Discussions".
  • Count (optional): How many discussions to show. Range 1 to 50. Defaults to 20.

How to Add It

Inside a Post or Page

In the block editor, add a Shortcode block and paste:

Recent Discussions shortcode
Copy Copy
1
2[fastcomments_recent_discussions count="20"]
3

The count attribute accepts any value between 1 and 50.

Go to Appearance > Widgets in your WordPress admin. From the block inserter, search for "FastComments" and choose FastComments: Recent Discussions. Drag it into a sidebar, header, or footer area, then configure the title and count from the widget panel.

In a Block Theme (Full Site Editing)

Open the Site Editor under Appearance > Editor. Navigate to the template part where the widget should appear, insert a Legacy Widget block, and select FastComments: Recent Discussions from the dropdown.

Troubleshooting

The widget only renders after FastComments setup is complete and a tenant ID is stored. If the widget area is blank, complete setup under FastComments in the WordPress admin and reload the page.

If discussion ordering looks stale, check that the underlying pages have finished syncing in the FastComments dashboard. The widget reads live data, so freshly imported comments may take a moment to surface.

Top Pages Widget Internal Link

The Top Pages widget displays the most-commented pages on your site. It's useful for surfacing your most-engaging content to new visitors and increasing time on site.

Options

  • Title (optional): The heading shown above the list. Defaults to "Top Pages".

The Top Pages widget chooses its own layout based on available data and does not accept a count attribute.

How to Add It

Inside a Post or Page

In the block editor, add a Shortcode block and paste:

Top Pages shortcode
Copy Copy
1
2[fastcomments_top_pages]
3

Go to Appearance > Widgets in your WordPress admin. From the block inserter, search for "FastComments" and choose FastComments: Top Pages. Drag it into a sidebar, header, or footer area, then set the title from the widget panel.

In a Block Theme (Full Site Editing)

Open the Site Editor under Appearance > Editor. Navigate to the template part where the widget should appear, insert a Legacy Widget block, and select FastComments: Top Pages from the dropdown.

Troubleshooting

The widget only renders after FastComments setup is complete and a tenant ID is stored. If the widget area is blank, complete setup under FastComments in the WordPress admin and reload the page.

Deactivating vs Uninstalling The Plugin Internal Link

Deactivating the plugin will remove your token from your WordPress install. Your data remains on FastComments servers until you delete your account. If you re-activate the plugin, then you will have to perform the initial sync again.

Uninstalling the plugin removes all data related to the plugin, but you still would have to delete your FastComments account to delete the data that resides there.