I trying to embed a 3rd party widget are on site code from review site, i get it working on WP but cant get it working on webstudio
first part is
<reviews-root></reviews-root>
<script>
window.reviews=window.reviews
function(){(reviews.q=reviews.q
[]).push(arguments)};
window.reviews('init', 'insertcodehere');
</script>
<script src="
https://tag.collectcustomerfeedback.com/js/app.js" async></script>
which says it should be added to body
2nd part is
<div id="review-wall"></div>
<script>
window.reviews('wall', {
id: 'review-wall',
score: 4,
date: true,
limit: 100,
border_color: '#ccc',
border_width: '1px',
border_radius: '5px',
drop_shadow: false,
padding: '20px',
quotes: false,
review_chars: 1, // Reviews must be at least this many characters.
font_family: 'Montserrat', // Any font from fonts.google.com.
customer_position: 'bottom', // Can be top or bottom.
name_convention: 'first_name_last_initial', // Can be full_name, initials, or hidden.
sources: [], // An array of slugs.
locations: [], // An array of slugs.
tags: [], // An array of slugs.
});
</script>
which should go where widget should appear but i dont get anything
ive put 1st part of code in projectsettings> custom code
and second in the html embed on the page i want to show
and help greatful thanks