Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatra and Tidio chats service #681

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Chatra and Tidio chats service #681

merged 1 commit into from
Mar 13, 2019

Conversation

1v9
Copy link
Member

@1v9 1v9 commented Mar 12, 2019

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.
  • Tests for the changes was maked (for bug fixes / features).
    • Muse | Mist have been tested.
    • Pisces | Gemini have been tested.
  • Docs in NexT website have been added / updated (for new features).

PR Type

What kind of change does this PR introduce?

  • Bugfix.
  • Feature.
  • Code style update (formatting, local variables).
  • Refactoring (no functional changes, no api changes).
  • Build related changes.
  • CI related changes.
  • Documentation content changes.
  • Other... Please describe:

What is the current behavior?

Issue resolved: #577

What is the new behavior?

  • enable all chat services

1.jpg

  • Mist, enable chatra sidebar button

2.gif

  • Pisces, enable tidio sidebar button

3.gif

How to use?

In NexT _config.yml:

  • sidebar button
# A button to open designated chat widget in sidebar.
# Firstly, you need enable the chat service you want to activate its sidebar button.
chat:
  enable: true
  #service: chatra
  service: tidio
  text: Chat # button text, change it as you wish
  • chat service
# Chatra Support
# See: https://chatra.io
# Dashboard: https://app.chatra.io/settings/general
chatra:
  enable: true
  async: true
  id: <ChatraID> # visit Dashboard to get your ChatraID
  #embed: # unfinished experimental feature for developers, See: https://chatra.io/help/api/#injectto

# Tidio Support
# See: https://www.tidiochat.com
# Dashboard: https://www.tidiochat.com/panel/dashboard
tidio:
  enable: true
  key: <public key> # Public Key, See: https://www.tidiochat.com/panel/settings/developer

Does this PR introduce a breaking change?

  • Yes.
  • No.

* roadmap #577
* add optional chat button in sidebar
* use same style as feed-link
@1v9 1v9 merged commit 477eef8 into theme-next:master Mar 13, 2019
@1v9 1v9 deleted the chat branch March 13, 2019 00:17
1v9 added a commit to theme-next/theme-next.org that referenced this pull request Mar 13, 2019
@ivan-nginx ivan-nginx mentioned this pull request Mar 14, 2019
72 tasks
@ivan-nginx
Copy link
Member

Yeah, seems pretty good! From now it can be live communication in site, not only in comments as before.

@ivan-nginx ivan-nginx changed the title Feat: Add chatra and tidio support Added Chatra and Tidio chats support Mar 17, 2019
@liolok liolok changed the title Added Chatra and Tidio chats support Add Chatra and Tidio chats support Mar 31, 2019
@liolok liolok changed the title Add Chatra and Tidio chats support Chatra and Tidio chats service Mar 31, 2019
@daya0576
Copy link
Contributor

daya0576 commented May 3, 2019

This feature is so cool, I love it, but it takes a bit long to load JS files(localhost), any suggestions?
image

tongluyang pushed a commit to tongluyang/hexo-theme-next that referenced this pull request Nov 19, 2019
* roadmap theme-next#577
* add optional chat button in sidebar
* use same style as feed-link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration support for Charta
4 participants