/* _ _ __ _ _ _ __ _____ _ __| | _(_)_ __ __ _ / _| ___ ___ __| | |__ __ _ ___| | __ \ \ /\ / / _ \| '__| |/ / | '_ \ / _` | | |_ / _ \/ _ \/ _` | '_ \ / _` |/ __| |/ / \ V V / (_) | | | <| | | | | (_| | | _| __/ __/ (_| | |_) | (_| | (__| < \_/\_/ \___/|_| |_|\_\_|_| |_|\__, | |_| \___|\___|\__,_|_.__/ \__,_|\___|_|\_\ |___/ SIDEBAR REVIEW WIDGET v1.0, (C) 2017 CADE DIRECTORIES LIMITED ** DO NOT UPLOAD THIS FILE LOCALLY - THE HOSTED VERSION IS ALWAYS THE MOST CURRENT ** DESCRIPTION: This file retrieves values from the Working Feedback servers and uses the retrieved information to dynamically display a widget comprising a snapshot of your latest profile along with your 3 most recently published reviews. COMPATIBILITY: This feature is designed to support IE8 (in Quirks mode) and newer. All other browsers are too old to function correctly and will silently fail. */ document.write('
'); var widget = document.getElementById('wf-review-widget'); if (document.body.contains(widget)) { console.log('Working Feedback: widget initialised'); // CSS and WorkingFeedbackAwesome library var head = document.getElementsByTagName('head')[0]; var widget_css = document.createElement('link'); widget_css.setAttribute('href', 'https://features.workingfeedback.co.uk/web-feature-assets/widget/style.css'); widget_css.setAttribute('rel', 'stylesheet'); widget_css.setAttribute('type', 'text/css'); var widget_fam = document.createElement('link'); widget_fam.setAttribute('href', 'https://features.workingfeedback.co.uk/common/workingfeedback-awesome.css'); widget_fam.setAttribute('rel', 'stylesheet'); widget_fam.setAttribute('type', 'text/css'); var widget_com = document.createElement('link'); widget_com.setAttribute('href', 'https://features.workingfeedback.co.uk/web-feature-assets/common/default.css'); widget_com.setAttribute('rel', 'stylesheet'); widget_com.setAttribute('type', 'text/css'); head.appendChild(widget_css); head.appendChild(widget_fam); head.appendChild(widget_com); widget.innerHTML = ''; widget.innerHTML += "
\"Working

Ringmer Dental Practice"; widget.innerHTML += "

"; widget.innerHTML += "

Independent Review Score
4.9 out of 5, based on 553 reviews
"; widget.innerHTML += '

26 Apr 2024: Caroline C
Really good experience. Paul Cassidy did a brilliant job - thanks so much.

19 Apr 2024: Anonymous
This was my first visit as a patient and Ash Patel was friendly and informative throughout my appointment. Also Pip was

12 Apr 2024: Anonymous
I recently returned to Ringmer Dental having been going to a different practice for a number of years, for practical rea

22 Mar 2024: Sophie B
Thank you to everyone at Ringmer Dental, I cannot praise your practice enough.I was a VERY nervous patient, who had put

22 Mar 2024: Robert T
Always excellent service.


Read all 438 reviews | Write a review

© 2024 Working Feedback
'; console.log('Working Feedback: Widget generated successfully'); } else { console.error('Working Feedback: widget was not initialised because no wf-review-widget target could be found'); }