前言介紹
- 這款 WordPress 外掛「TalkJS」是 2017-10-18 上架。
- 目前有 60 個安裝啟用數。
- 上一次更新是 2021-02-04,距離現在已有 1550 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.4 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
talkjs |
外掛標籤
chat | buyer | messaging | Marketplace | peer to peer |
內容簡介
TalkJS 外掛讓您可以輕鬆地在您的市集、即時應用程序或社交平台上添加使用者間的聊天功能,並且只需要 5 分鐘便可上線。它可以完全整合 WooCommerce 及市集/多供應商外掛,如 WCVendors。
此外掛提供了簡潔代碼和模板標籤,用於呈現三種基本檢視:收件匣、聊天框和聊天彈出。它還增加了一個聊天框小部件和收件匣頁面。
TalkJS 是一個針對平台的通訊工具。它可以將买家卖家聊天添加到您的市集、即時應用程序或將同行之間的聊天添加到您的社交平台。類似于 Airbnb、Upwork 或 LinkedIn 所提供的訊息功能。
通過直接讓您的使用者聯繫,可節省客服時間,並增加使用者互動和保留率。
使用這款外掛,您可以在幾個點擊之內將 TalkJS 添加到 WordPress 的安裝中,讓您的使用者立刻在您的網站或應用程序中互相聊天!
注意:此外掛是免費的,但您需要訂閱 TalkJS 才能在生產環境中使用它。當您上線時,TalkJS 提供無限測試和 14 天免費試用。
開發人員使用說明
如果您想將 TalkJS 通訊平台整合到 WordPress 網站中,這是最簡單的方法。
您可以使用以下三種實現方法:
簡碼
小部件
模板標籤
簡碼版本
您可以在每個文章基礎上使用簡碼。以下三個簡碼允許您輕鬆使用任何 TalkJS 使用者介面:
[talkjs_chat](聊天框)
[talkjs_inbox](收件匣)
[talkjs_popup](聊天彈出)
您可以將某個聊天或彈出的初始使用者 ID 傳遞給簡碼,方法是將使用者 ID 添加到簡碼中:[talkjs_chat user=”2″]
如果您希望以文章作者作為聊天使用者,您可以使用以下簡碼:[talkjs_chat userType=”author”]。在這種情況下,不應該填寫使用者 ID,因為它會覆蓋使用者類型(userType)的設定。
對於收件匣和聊天框,您還可以通過傳遞 width 和 height 屬性來自定義簡碼的寬度和高度,例如:[talkjs_chat height=”500px” width=”250px”]。
有一些預定義的樣式,可使整合更容易,如果您希望完全控制 TalkJS 使用者介面容器的樣式,可以傳遞 style 屬性來覆蓋默認樣式。當使用 style 時,width 和 height 屬性會被忽略。
聊天彈出還有一個保持開啟到頁面關閉的選項,使用簡碼和 keepOpen 屬性即可實現,例如:[talkjs_popup keepOpen=”true”]
小部件版本
目前只有一個可用的小部件:TalkJS 聊天框小部件。您可以設置標題、歡迎訊息和對話使用者(如果空白則使用當前文章的作者)。
模板標籤版本
如果您想在某些模板上顯示聊天框、收件匣或彈出,則可以使用模板標籤。您可以像以下方式在代碼中使用它們:
您可以傳遞与简码版本相同的属性。例如:
“Hi there, let\’s chat!”,
‘userType’ => ‘author’
]);
?>
歡迎信息自定義
原文外掛簡介
The TalkJS plugin allows you to add user-to-user chat to your marketplace, on-demand app, or social platform. You’ll have it up and running in 5 minutes. It integrates fully with WooCommerce and marketplace/multi-vendor plugins like WCVendors.
This plugin offers you shortcodes and template tags for our three basic views: The inbox, the chatbox and the chat pop-up. It also adds a chatbox widget and an inbox-page.
TalkJS is the messaging tool for platforms. Add buyer seller chat to your marketplace, on-demand app, or peer-to-peer chat to your social platform. Similar to what Airbnb, Upwork, or LinkedIn are offering in messaging.
By providing direct contact between your users, you’re saving on customer support time, increase user interaction and retention.
With this plugin, you can add TalkJS to your WordPress installation in just a few clicks and allow your users to chat with each other inside of your website or app right away!
NOTE: This plugin is free, but you’ll need a TalkJS subscription to be able to use it in a production environment. TalkJS offers unlimited testing and a 14 day free trial when you go live.
For developers
If you’re looking to integrate the TalkJS messaging platform to your WordPress site, this is the easiest way to do it.
You can use three methods of implementation:
Shortcodes
Widgets
Template tags
Shortcodes
You can use shortcodes on a post-by-post basis. The following three shortcodes allows you to easily use any TalkJS UI:
[talkjs_chat]
[talkjs_inbox]
[talkjs_popup]
You can pass along the default conversation user for the chat and the popup. You do this by adding a user ID to the shortcode: [talkjs_chat user=”2″]
If you wish to get the author of the post as your conversation user you can use the following: [talkjs_chat userType=”author”]. You shouldn’t fill in the user ID in this case since it overwrites the userType.
With all three you can pass along a custom welcome message like this: [talkjs_chat welcomeMessage=”Hi there!”]
For Inbox and Chatbox, you can also customize the width and height of the shortcodes by passing width and height properties like this: [talkjs_chat height=”500px” width=”250px”]
There are some predefined styles to make integration easier, if you want full control over the style of the TalkJS UI container, you can pass style property to overwrite the default styles. width and height properties are ignored when style is used.
The popup also has an option to keep it open between pages by using the shortcode with the keepOpen property e.g. [talkjs_popup keepOpen=”true”]
Widgets
There’s currently only one widget available: The TalkJS Chatbox widget. In it you can set a title, a welcome message and the conversation user (the current post author if blank)
Template tags
You can use template tags if you want to display the chatbox, inbox or popup on certain templates. You use them in your code like so:
You can pass along the same attributes as in the shortcode-version. You add them in an array, like this:
“Hi there, let\’s chat!”,
‘userType’ => ‘author’
]);
?>
Welcome Message customization
You can add custom variables to your welcome message. These variables are available:
{{first_name}} -> logged in users’ first name.
{{last_name}} -> logged in users’ last name.
{{name}} -> logged in users’ full name.
Available filters
We currently have one filter available for developers. Feel free to contact us if you need any other filters.
talkjs_hidden_post_types_for_chat_popup
Hide your custom post-type as a viable chat option.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「TalkJS」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.1.0 | 0.1.1 | 0.1.6 | trunk | 0.1.12 | 0.1.14 | 0.1.15 |
延伸相關外掛(你可能也想知道)
Meks ThemeForest Smart Widget 》ThemeForest Smart Widget 是一個簡單而強大的 WordPress 外掛,可讓您將 ThemeForest 的產品顯示為 WordPress 小工具。提供幾個智能選項供選擇和排序。您可...。
WC Vendors – WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors 》Vendors Marketplace 搭載於 WooCommerce 的外掛程式, , , 立即嘗試我們的免費展示:啟動您的展示, 了解 WC Vendors Pro:WC Vendors Pro 的所有功能, , , 由...。
MarketKing — Ultimate WooCommerce Multivendor Marketplace Solution 》MarketKing 是現代的多供應商市場平台,具有令人驚艷的使用體驗和強大的功能。建立您夢想中的市場。, 🏆 優秀的市場解決方案 - 獲得 WPLift、Envato Market、...。
ACF For Dokan 》在使用 Dokan 時必備的外掛程式, 為賣家創建自定義字段,就像您為管理員創建的自定義字段一樣,並使其從他們的儀表板中可訪問,以節省開發時間。, , 這能改善...。
Faire for WooCommerce 》Faire 是一個易於使用的 B2B 平台,可將世界各地的獨立零售商和品牌連接起來。開始向美國、加拿大、英國、歐洲和澳洲的 600,000 多個獨立零售商出售產品。無...。
Kinguin API for WooCommerce 》這個 WordPress 插件可以將 70,000 個數字產品(包括遊戲、軟體、禮品卡和遊戲內容)匯入到您的網店。, 功能, , 包含 70,000 個數字產品,包括:, ** 多個平...。
XML Feed for Skroutz & BestPrice for WooCommerce 》**摘要:** XML Feed for Skroutz & BestPrice for WooCommerce 是 WooCommerce 商店所有者的終極工具,旨在最大化在希臘領先的產品市場 Skroutz.gr 和 B...。
Multi-Vendor Marketplace Lite for WooCommerce – Build Intuitive B2C Online Stores Easily 》- 這個外掛可以將WooCommerce商店轉變成像亞馬遜、eBay和Etsy等多供應商商店。, - 賣家可以管理他們的庫存、個人資料頁、收藏頁等等。, - 外掛使用Google地圖...。
Niz Stores Carousel for Dokan 》使用 Niz Stores Carousel for Dokan 外掛,在您的網頁中加入商店輪播。透過簡單的短代碼 (shortcode) ,建立一個精彩的商店輪播,為您的市集增添多樣化的風...。
Marketplace Items 》在文章或頁面中顯示您的 Envato 市場作品集。適用於 CodeCanyon、 ThemeForest、VideoHive、AudioJungle、GraphicRiver、PhotoDune 和 3DOcean。, 短碼參數:...。
List Stores by Category for Dokan 》, Dokan Lite 外掛和 Dokan Pro 外掛需要安裝才能運行此外掛。如果您需要與 Dokan Starter 或 Dokan Business 兼容性,請在支持部分發布主題。, , 使用 List ...。
Feed KuantoKusta for WooCommerce – Free 》此外掛可以產生相容的 KuantoKusta WooCommerce 產品資料,讓商店擁有者可以將他的產品新增至這個價格比較網站和市集。, 商店擁有者應該先與 KuantoKusta 註...。
EasyAds 》EasyAds – 在所有主要市場和銷售渠道上發佈您的產品, 通過 EasyAds,在所有市場、購物網站和銷售渠道上輕鬆地發佈、管理、分析您的產品並將其銷售。Eas...。
Virtuaria PagBank Split 》總結文案:這個WordPress外掛提供了支援將支付自動分成兩個或多個PagSeguro帳戶的功能,讓您的虛擬商店能夠實現多商店購物車功能,讓客戶在單一交易中支付來...。
ShoppingFeed 》3>插件介紹, 這是一款 WordPress 連接控制器插件,可用於 ShoppingFeed 快速在 Amazon、Ebay、Google 和數百個國際市場上出售。, 需求條件, 伺服器:, , PHP ...。