Recent Posts

How to get Instagram Token

How to get Instagram Access Token

Starting from March 2020, Facebook requires users to create a Facebook app with Instagram Basic Display API to get a long-live Instagram Access Token. Follow our instructions on this section to get your own Instagram Access Token and paste it back on the Instagram Shopping & Feed app back-end configuration …

Read More »

Ap Booking: Update new version to 1.1.0

Leotheme update module Ap Booking to new version 1.1.0. What new function in version 1.1.0. Room search page Link to room detail with form search. add this code to link product in category page: ?from={$date_from}&to={$date_to}&adult={$adult}&child={$child} {if isset($date_from) && isset($date_to) && $date_from && $date_to } <h3 class=”h3 product-title” itemprop=”name”><a href=”{$product.link}?from={$date_from}&to={$date_to}&adult={$adult}&child={$child}”>{$product.name|truncate:30:’…’}</a></h3> {else} …

Read More »