Beskrivning
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.
Vanliga frågor
-
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.
Recensioner
Bidragsgivare och utvecklare
”FoodChow Ordering” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”FoodChow Ordering” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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.