Upgrading to Multi Image Widget

Modified on Thu, 3 Apr at 2:09 PM

If you are using multi-image itineraries in Oasis, you can also display multi-image itineraries on your website with the Oasis Widget.  


Navigate to the Company Profile, then toggle the "Multi-image Widget" setting:


After this, any new trips that you embed will be in multi-image mode.  If you have existing trip widgets embedded in your website, they will continue to work in single image mode.  In order to update existing embedded widgets to multi-image mode, you will need to make a slight update to the HTML on your website.


Example old HTML


<div class="oasis-trip" trip-id="5555" floating-menu="true" offset-top="100">
</div>
<script src="https//myoasisapp.com/assetts/widget/widget.js"
type="text/javascript" oasis-company-key="abc-travel"></script>



Example updated HTML (change is Red and Underlined):


<div class="oasis-trip" trip-id="5555" floating-menu="true" offset-top="100"></div>
		
<script src="https://myoasisapp.com/assets/widget/widget-v2.js" type="text/javascript" oasis-company-key="abc-travel"></script>



Adding the '-v2' to the script tag will ensure that the latest code is pulled from Oasis and multi-image itineraries are displayed correctly.





And that's how to Enable the Multi-Image Widget on the Oasis Travel Platform! We hope you found this guide helpful. If you need additional help or want to share your thoughts, reach out at support@myoasisapp.comWe love hearing from you and are always here to help.