This plugin allows you to easily display a dynamic opening hours widget on your website.
Instead of showing static opening hours, your visitors can instantly see whether your business is currently open or closed.
Features:
Live "Open now" / "Closed" status
Automatic updates based on your configured hours
Simple integration with shortcode or automatic display
Works for any type of local business
安装:
Install the plugin via WordPress
Enter your widget ID from meine-oeffnungszeiten.app
Add the shortcode [meine_oeffnungszeiten] or enable automatic display
常见问题:
Where can I find my widget ID?
You can create and find your widget ID at meine-oeffnungszeiten.app
更新日志:
0.1.4
Removed external iframe preview from admin settings page (replaced with explanatory text and external link).
Improved shortcode output escaping: moewidget_shortcode() now wraps output with wp_kses() using moewidget_allowed_widget_html().
Added moewidget_allowed_widget_html() helper defining safe iframe and div attributes for shortcode output.
0.1.3
Renamed all plugin identifiers from short prefix moi_ to moewidget_ to comply with WordPress.org review guidelines
Moved inline CSS to enqueued stylesheet (assets/css/moewidget.css)
Moved inline JavaScript to enqueued script (assets/js/moewidget-admin.js)
Registered external embed.js via wp_enqueue_script with async strategy
Fixed all unescaped output: wp_kses() for HTML, esc_html()/esc_attr()/esc_url() throughout
Added option migration from legacy moi_ option names for backward compatibility
Added External services section to readme.txt documenting meine-oeffnungszeiten.app