Mô tả
This plugin allows restaurants using Foodchow to easily embed their online ordering system into a WordPress site.
Simply enter your Foodchow subdomain name (e.g. foodchowdemo) in the plugin settings, and the plugin will automatically generate the full ordering URL (https://foodchowdemo.foodchow.com).
Then use the shortcode [foodchow_ordering] on any page or post to display your ordering system.
Shortcode Options
-
[foodchow_ordering]
Loads the ordering URL based on the subdomain entered in settings. -
[foodchow_ordering url="https://example.foodchow.com" width="100%" height="800"]
Override settings and manually define a Foodchow URL with custom width/height.
Cài đặt
- Upload the plugin files to the
/wp-content/plugins/foodchow-ordering/directory, or install directly from the WordPress admin. - Activate the plugin through the ‘Plugins’ menu.
- Go to Dashboard Foodchow Ordering, and enter your Foodchow subdomain name (example:
foodchowdemo). - Use the shortcode
[foodchow_ordering]on any page or post to display the ordering iframe.
Hỏi đáp
-
Do I need to enter the full URL?
-
No. Just enter your subdomain (e.g.
foodchowdemo). The plugin automatically addshttps://and.foodchow.com. -
Can I override the settings for a specific page?
-
Yes. You can pass a custom
url,width, andheightdirectly inside the shortcode.
Đánh giá
Người đóng góp & Lập trình viên
“FoodChow Ordering” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “FoodChow Ordering” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1
- Updated settings to only require subdomain name.
- Improved shortcode flexibility.
- Minor bug fixes and enhancements.
1.0
- Initial release with full URL input.