Beschrijving
With the Freshdesk (official) plugin, you can now:
- quickly integrate the help widget into your WordPress site or blog
- convert comments on your WordPress site into Freshdesk tickets
- allow users on WordPress to seamlessly login to your support portal via SSO
Handmatige installatie
- Download the latest version of the ‘Freshdesk (official)’ plugin from the WordPress plugin directory.
- Extract the zip and upload the “freshdesk-support” directory to your /wp-content/plugins directory.
- Go to the ‘Plugins’ page in your admin section and activate the plugin.
- You now have a new admin menu ‘Freshdesk’ in your WordPress admin menu bar. Click on it and configure the settings.
In het geval van een NGNIX server
Volg de onderstaande stappen:
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;
}
In het geval van Apache server
Please make sure the “Permalink” set to ” Post name” under “Settings -> Permalink -> Common Settings”
Schermafdrukken
Installatie
- For an automatic installation through WordPress
- Go to the Plugins page in your WordPress admin section.
- Click the ‘Add new button.
- Search for the ‘Freshdesk (official)’ plugin.
- Klik op ‘Nu installeren’ en activeer de plugin.
FAQ
-
1. Wat is de hulp widget?
-
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.
-
2. Waar kan ik de code van de hulp widget vinden?
-
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.
-
Het SSO gedeelde geheim zal beschikbaar zijn in de Beheerder -> Security pagina van je Freshdesk account.
Beoordelingen
Bijdragers & ontwikkelaars
“Freshdesk (official)” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Freshdesk (official)” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.4.1
Added compatibility with other plugins that uses ‘login_message’ filter
2.4.0
Updated OAuth library to version 4.4.0
2.3.6
Fixed php 8.2 compatibility warnings
Updated Client Information Section
2.3.5
Fixed Basic Settings missing checkbox issue
2.3.4
Fixed minor bugs
2.3.3
Fixed the warning Undefined array key “action”
2.3.2
There is a typo in a function that updates ‘wo_options’ on wp-oauth-main which is resolved and aded validation
2.3.1
Widget not showing on the front end issue is resolved
2.3
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
2.2
Introducing support for Freshworks SSO via OAuth.
2.1
Freshdesk URL fields are made to be synced with each other.
2.0
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! 🙂
1.8.4
minor SSO bug fix.
1.8.3
fixed redirects not working when HTTP protocol is not allowed in the redirect parameter.
1.8.2
split vervangen door explode om PHP7 te ondersteunen
1.8.1
Kleine bugs opgelost.
1.8
Beveiligingsoplossing voor open redirect kwetsbaarheid. Nu moeten gebruikers alle portal URL’s configureren op de instellingenpagina.
1.7
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.
1.6
Fix the SSO login redirect to Freshdesk and on WordPress logout, logout of Freshdesk as well.
1.5
Includes fix for SSO and Vanity URL redirect.
1.4
Bug fix for SSO and Vanity URL redirect.
1.3
Added comment link to the ticket description
1.2
Fix the error message(“The plugin does not have a valid header.”) on enabling the plugin
1.1
Previous revision.
Bug Fix:
– Freshdesk remote log-in failing for new users.
– Sign-out from freshdesk does not log out WordPress session.
1.0
Eerste release versie.