Hi Guys,
I wonder if you could help me.
I am trying to fee and Javascrip third party reviews from Bazzarr Voice. Which works perfect fine when place it in a Code box.
However I need to have it display in a TAB. WhenI do so, The tab won;t save and will not display the feed. would mind taking a look at ti let me how I can go around it?
Thanks,
<div id=”BVRRContainer”></div>
<script type=”text/javascript”>// <![CDATA[
$BV.ui( ‘rr’, ‘show_reviews’, {
doShowContent : function () {
// If the container is hidden (such as behind a tab), put code here to make it visible
// (open the tab).
}
});
// ]]></script>
</script><script type=”text/javascript”>$BV.configure(‘global’,{productId:’ACNEMASK’});</script>
<div id=”BVRRContainer”></div>
<script type=”text/javascript”>// <![CDATA[
$BV.ui( ‘rr’, ‘show_reviews’, {
doShowContent : function () {
// If the container is hidden (such as behind a tab), put code here to make it visible
// (open the tab).
}
});
// ]]></script>
Hi dhuet!
Thank you for using Enfold.
Add the script part above the tab using a code block then add just this line inside the tab:
<div id=”BVRRContainer”></div>
Best regards,
Ismael
Never mind you were correct! thanks you