How may I add a FeeFo tab to Version 5?<actinic:block if="%3cactinic%3avariable%20name%3d%22ShowFeefoTab%22%20%2f%3e%20%3d%3d%20true">
{Reviews<img src="http://www.feefo.com/feefo/feefologo.js ... nzero=true" border="0" alt="Feefo logo" title="See what our customers say about us"/>
}
<actinic:block if="%3cactinic%3avariable%20name%3d%22CustomerFeedbackEnabled%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22EnableFeefoContentForProducts%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e" >
<div id="FeefoFeedback_<actinic:variable name="ProductReference" selectable="false" />"></div>
<script language="javascript" type="text/javascript">
DisplayFeefoFeedback(<actinic:variable name="FeefoProductCommentMax" selectable="false" />, "<actinic:variable name="CatalogURL" selectable="false" />", "<actinic:variable name="CartPageURL" selectable="false" />", "<actinic:variable name="FeefoLogon" />", "<actinic:variable name="ProductReference" selectable="false" />", "<actinic:variable name="ShopID" />");
</script>
</actinic:block>
</actinic:block>
Thank you.