[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fUJCNuVo86ncv-40sLGGvmip_SE07Egg7328BI7j0kbc":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":8,"computed_at":10,"plugins":11},"talkjs","https:\u002F\u002Fprofiles.wordpress.org\u002Ftalkjs\u002F",1,40,99,7,"2026-04-04T16:06:40.970Z",[12],{"slug":4,"name":13,"version":14,"author":4,"author_profile":5,"description":15,"short_description":16,"active_installs":7,"downloaded":17,"rating":18,"num_ratings":18,"last_updated":19,"tested_up_to":20,"requires_at_least":21,"requires_php":22,"tags":23,"homepage":29,"download_link":30,"security_score":8,"vuln_count":6,"unpatched_count":18,"last_vuln_date":31,"fetched_at":32},"TalkJS","0.1.16","\u003Cp>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\u002Fmulti-vendor plugins like WCVendors.\u003C\u002Fp>\n\u003Cp>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.\u003C\u002Fp>\n\u003Cp>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.\u003C\u002Fp>\n\u003Cp>By providing direct contact between your users, you’re saving on customer support time, increase user interaction and retention.\u003C\u002Fp>\n\u003Cp>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!\u003C\u002Fp>\n\u003Cp>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.\u003C\u002Fp>\n\u003Ch3>For developers\u003C\u002Fh3>\n\u003Cp>If you’re looking to integrate the TalkJS messaging platform to your WordPress site, this is the easiest way to do it.\u003Cbr \u002F>\nYou can use three methods of implementation:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Shortcodes\u003C\u002Fli>\n\u003Cli>Widgets\u003C\u002Fli>\n\u003Cli>Template tags\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Shortcodes\u003C\u002Fh3>\n\u003Cp>You can use shortcodes on a post-by-post basis. The following three shortcodes allows you to easily use any TalkJS UI:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>[talkjs_chat]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>[talkjs_inbox]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>[talkjs_popup]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>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″]\u003C\u002Fp>\n\u003Cp>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 \u003Ccode>userType\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>With all three you can pass along a custom welcome message like this: [talkjs_chat welcomeMessage=”Hi there!”]\u003C\u002Fp>\n\u003Cp>For Inbox and Chatbox, you can also customize the width and height of the shortcodes by passing \u003Ccode>width\u003C\u002Fcode> and \u003Ccode>height\u003C\u002Fcode> properties like this: [talkjs_chat height=”500px” width=”250px”]\u003C\u002Fp>\n\u003Cp>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 \u003Ccode>style\u003C\u002Fcode> property to overwrite the default styles. \u003Ccode>width\u003C\u002Fcode> and \u003Ccode>height\u003C\u002Fcode> properties are ignored when \u003Ccode>style\u003C\u002Fcode> is used.\u003C\u002Fp>\n\u003Cp>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”]\u003C\u002Fp>\n\u003Ch3>Widgets\u003C\u002Fh3>\n\u003Cp>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)\u003C\u002Fp>\n\u003Ch3>Template tags\u003C\u002Fh3>\n\u003Cp>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:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php talkjs_chat();?>\n\u003C?php talkjs_popup();?>\n\u003C?php talkjs_inbox();?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can pass along the same attributes as in the shortcode-version. You add them in an array, like this:\u003Cbr \u002F>\n     “Hi there, let\\’s chat!”,\u003Cbr \u002F>\n        ‘userType’ => ‘author’\u003Cbr \u002F>\n    ]);\u003Cbr \u002F>\n    ?>\u003C\u002Fp>\n\u003Ch3>Welcome Message customization\u003C\u002Fh3>\n\u003Cp>You can add custom variables to your welcome message. These variables are available:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>{{first_name}} -> logged in users’ first name.\u003C\u002Fli>\n\u003Cli>{{last_name}} -> logged in users’ last name.\u003C\u002Fli>\n\u003Cli>{{name}} -> logged in users’ full name.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Available filters\u003C\u002Fh3>\n\u003Cp>We currently have one filter available for developers. Feel free to contact us if you need any other filters.\u003C\u002Fp>\n\u003Ch3>talkjs_hidden_post_types_for_chat_popup\u003C\u002Fh3>\n\u003Cp>Hide your custom post-type as a viable chat option.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\nadd_filter( 'talkjs_hidden_post_types_for_chat_popup', function( $postTypes ){\n\n    $postTypes[] = 'my-custom-post-type';\n    return $postTypes;\n\n});\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Launch production-ready chat in minutes with a powerful API, feature-rich SDKs, and a fully customizable design.",11091,0,"2026-02-19T16:30:00.000Z","6.9.4","4.4","5.3",[24,25,26,27,28],"buyer-seller-chat","chat","customer-support","marketplace","messaging","https:\u002F\u002Fwww.talkjs.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftalkjs.0.1.16.zip","2026-02-18 15:58:50","2026-03-15T15:16:48.613Z"]