diff --git a/README.md b/README.md index 0e39cc780..9d7f49072 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Online comments are broken. Our open-source commenting platform, Talk, rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. [Read more about Talk here](https://coralproject.net/talk). -Built with <3 by The Coral Project. +Built with <3 by The Coral Project, a part of [Vox Media](https://www.voxmedia.com/a/go-deeper/about). ## Getting Started @@ -22,7 +22,7 @@ For advanced configuration and usage of Talk, check out our [Configuration](http ## Versions & Upgrading -The current recommended release version is v4.5.0. ^4.5 (and all future even-numbered versions) are considered stable LTS versions. We recommend ^4.5 for use in production environments. +Check our Releases page for the latest recommended release version. [Releases](https://github.com/coralproject/talk/releases) All future even-numbered versions are considered stable LTS versions. We recommend the latest verified release for use in production environments. ## More Resources diff --git a/docs/_config.yml b/docs/_config.yml index d9de09850..f63c59213 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -166,6 +166,8 @@ sidebar: url: /customizing-plugins-coral-ui/ - title: When You've Installed Talk url: /when-youve-installed-talk/ + - title: Embedding Talk in Native Mobile Apps + url: /embedding-in-native-mobile-apps/ - title: Migrating children: - title: Migrating from v3.x.x diff --git a/docs/source/05-04-native-mobile-apps.md b/docs/source/05-04-native-mobile-apps.md new file mode 100644 index 000000000..f53a26d57 --- /dev/null +++ b/docs/source/05-04-native-mobile-apps.md @@ -0,0 +1,10 @@ +--- +title: Embedding Talk in Native Mobile Apps +permalink: /embedding-in-native-mobile-apps/ +--- + +When it comes mobile devices, the Talk client embed is already responsive and mobile friendly. We do not currently have plans to provide mobile SDKs, however, you can do this yourself. + +One organization that has taken on the challenge of creating their own iOS native Talk client is [IGN](http://www.ign.com/). They were kind enough to share how they implemented Talk natively on their apps, which can be found [here](http://coralproject.net/wp-content/uploads/2019/01/IGNNativeComments.pdf). + +If you implement Talk on your mobile apps and would like to contribute your process for others, you can add those here in our docs via a PR or post an issue on Github and we can help you. diff --git a/docs/source/images/IGNNativeComments.pdf b/docs/source/images/IGNNativeComments.pdf new file mode 100644 index 000000000..33faf5463 Binary files /dev/null and b/docs/source/images/IGNNativeComments.pdf differ diff --git a/locales/en.yml b/locales/en.yml index 02f9876d2..ad831f5a3 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -251,7 +251,7 @@ en: EMAIL_REQUIRED: 'An email address is required' EMAIL_VERIFICATION_TOKEN_INVALID: 'Email verification token is invalid.' INCORRECT_PASSWORD: 'Incorrect Password' - INVALID_ASSET_URL: 'Assert URL is invalid' + INVALID_ASSET_URL: 'Asset URL is invalid' LOGIN_MAXIMUM_EXCEEDED: 'You have made too many unsuccessful password attempts. Please wait.' network_error: 'Failed to connect to server. Check your internet connection and try again.' NO_SPECIAL_CHARACTERS: 'Usernames can contain letters numbers and _ only'