FH WP Plugin issue

PHOTO EMBED

Tue Oct 31 2023 10:08:55 GMT+0000 (Coordinated Universal Time)

Saved by @Shira

The plugin has been delisted from the wordpress directory. 

Sites with the plugin installed already should not be affected unless they uninstall the plugin or have some specific security settings.

We have a couple of text expander responses for when this issue comes up.

plugin_instruct; is for the case of if a client needs to reinstate / install a floater after the plugin was removed from their site

plugin_response; is for if the plugin is still installed, but the client is concerned about a warning they recieved. 


************************************************


This is a known issue and the FH engineers are working to fix it. In the mean time, please have the client follow these steps.
1: Add the lightframe API to the footer of the website, this can be done through a plugin such as Insert Headers & Footers or Code Snippets. Or it can be added through the WordPress theme files if plugins aren’t your thing and you understand code better.
This is the API script to add ->  <script src="https://fareharbor.com/embeds/api/v1/?autolightframe=yes"></script> 
If you do not have a floating book button, you may leave off here. If you do, continue to step 2.
2: Find your floating button in whichever footer code plugin we placed it in when integrating. In the button’s code you will see a class such as “fh-button-flat-blue” and note the color listed there.
3: Add the FareHarbor Style sheet to the head of your website using the same plugin that your button code is using.
The FareHarbor Style Sheet script ->  <link rel="stylesheet" href="https://fh-kit.com/buttons/v2/?red=cc0000&orange=ff6000&green=3AB134" type="text/css" media="screen" /> 
4: Where the code for the style sheet says red, orange or green, change one of those to match the color name from your button. This will associate the style sheet with your button and make the button appear again. It might be a different color than normal, but once we get the WP plugin back up and running, it will revert to normal once reinstalled.
content_copyCOPY