Description
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.
Installation
- 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.
FAQ
-
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.
Reviews
Contributors & Developers
“FoodChow Ordering” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “FoodChow Ordering” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.