This guide explains the available options for integrating the FavouriteTable Subscription Widget into your website.
Before starting the integration, you will need your Restaurant Company Code (cc).
Note: Contact the FavouriteTable Support Team to obtain the correct Company Code (cc) for your restaurant. Replace all occurrences of <YOUR_COMPANY_CODE> in the examples below with the code provided by the support team.
If you wish to capture the data for a specific site, then include <YOUR_SITE_CODE> in the URL as well
You can embed the subscription page directly inside your website using an HTML iframe.
URL Format
https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=<YOUR_COMPANY_CODE>URL Format if you wish to include site
https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=<YOUR_COMPANY_CODE>&sitecode=<YOUR_SITE_CODE>Examples
<iframe
src="https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=<YOUR_COMPANY_CODE>"
width="370"
height="520"
frameborder="0"
scrolling="no">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>
Replace <YOUR_COMPANY_CODE> with the companycode and with <YOUR_SITE_CODE> sitecode provided by the FavouriteTable Support Team.
Note: The iframe height can be adjusted to suit your website layout.
If your website already uses a popup or modal library (Bootstrap Modal, Fancybox, Magnific Popup, etc.), you can open the subscription page inside that popup.
Subscription URL
https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=<YOUR_COMPANY_CODE>Subscription URL if you wish to include site
https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=<YOUR_COMPANY_CODE>&sitecode=<YOUR_SITE_CODE>
Example:
https://live.favouritetable.com/SubscriptionWebUI/Default.aspx?c=live&cc=8901&sitecode=12Simply configure your preferred popup solution to load the above URL.
This option allows visitors to subscribe without leaving your website.