/* _ _ __ _ _ _ __ _____ _ __| | _(_)_ __ __ _ / _| ___ ___ __| | |__ __ _ ___| | __ \ \ /\ / / _ \| '__| |/ / | '_ \ / _` | | |_ / _ \/ _ \/ _` | '_ \ / _` |/ __| |/ / \ 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

Barker Dental Care"; widget.innerHTML += "

"; widget.innerHTML += "

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

23 Feb 2024: Ken B
I was given Barker Dental’s contact details by my current dentist as they thought Fastbraces would be the best option

07 Nov 2023: Alex H
Very impressed with my results. I can’t fault anyone at Barker and would highly recommend their services. Very friendl


Read all 125 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'); }