Quickly embed the Freshdesk help widget, convert WordPress comments to tickets and seamlessly log your WordPress users into your support portal.
With the Freshdesk (official) plugin, you can now:
Follow the below steps:
Case #1 – If your domain is like example.com, add the below line in your nginx.conf (located at /etc/nginx/sites-available/)
location / {
try_files $uri $uri/ /index.php?q=uri&args;
}
Case #2 – If your domain is like example.com/freshdesk, add the below line in your nginx.conf (located at /etc/nginx/sites-available/)
location /freshdesk {
try_files $uri $uri/ /freshdesksso/index.php?q=$uri&$args;
}
Please make sure the “Permalink” set to ” Post name” under “Settings -> Permalink -> Common Settings”
The help widget allows you to embed a contact form or help articles on your website. To use the help widget, you need to create a Freshdesk account by signing up here.
Once you’ve logged in to your Freshdesk account, you can go to Admin > Widgets and create a new widget. You can click the ‘Embed code’ tab to copy the code from your Freshdesk account.
You can then paste it into the plugin settings page in WordPress. This will make the widget appear on all pages in your WordPress account.
The SSO shared secret will be available in your Freshdesk account’s Admin -> Security page.
Added compatibility with other plugins that uses ‘login_message’ filter
Updated OAuth library to version 4.4.0
Fixed php 8.2 compatibility warnings
Updated Client Information Section
Fixed Basic Settings missing checkbox issue
Fixed minor bugs
Fixed the warning Undefined array key “action”
There is a typo in a function that updates ‘wo_options’ on wp-oauth-main which is resolved and aded validation
Widget not showing on the front end issue is resolved
Typo Fix
Last used URLs with credentials
Support with PHP 8.0 & PHP 8.1
Updated code to match WordPress coding standards
Updated oauth library
Introducing support for Freshworks SSO via OAuth.
Freshdesk URL fields are made to be synced with each other.
Updated code to match WordPress’s latest coding standards.
Reorganized the settings page.
The updated content on the settings page makes things easier to understand.
And we’re back! 🙂
minor SSO bug fix.
fixed redirects not working when HTTP protocol is not allowed in the redirect parameter.
replaced split with explode to support php7
Fixed minor bugs.
Security fix for open redirect vulnerability. Now users are required to configure all the portal URLs on the settings page.
Added option to enable/disable SSO.
Logging out of WordPress no longer logs out of the Freshdesk session.
Added validations for the settings page.
Fixed the error showing up on the plugin settings page.
Fix the SSO login redirect to Freshdesk and on WordPress logout, logout of Freshdesk as well.
Includes fix for SSO and Vanity URL redirect.
Bug fix for SSO and Vanity URL redirect.
Added comment link to the ticket description
Fix the error message(“The plugin does not have a valid header.”) on enabling the plugin
Previous revision.
Bug Fix:
– Freshdesk remote log-in failing for new users.
– Sign-out from freshdesk does not log out WordPress session.
First Release Version.