-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into talk-plugin-avatar
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Installation Troubleshooting | ||
keywords: install | ||
sidebar: talk_sidebar | ||
permalink: install-troubleshooting.html | ||
summary: | ||
--- | ||
|
||
This page tracks common issues that arise when installing Talk and provides resolutions. | ||
|
||
## The Talk server seems to be working but the stream isn't showing up on my page. | ||
|
||
Talk employs a _domain whitelist_ that controls which sites can contain comment threads. This prevents malicious folks from using your server to embed streams on unwanted pages. | ||
|
||
If your comment thread isn't showing: | ||
|
||
1. Log into your admin panel | ||
1. Go to the Configure tab | ||
1. Select the Tech Settings submenu | ||
1. Ensure that your Domain is the Permitted Domains list | ||
|
||
Note: if your site has multiple subdomains, listing the domain itself (ie: `mydomain.com`) will enable Talk on all subdomains. If you would like to restrict Talk to certain subdomains, you must list all of them here (ie: `thisone.mydomain.com thatone.mydomain.com`). |