{"id":173,"date":"2026-02-09T15:45:36","date_gmt":"2026-02-09T15:45:36","guid":{"rendered":"https:\/\/reservationwp.subdigigo.com\/activity\/?page_id=173"},"modified":"2026-02-10T01:02:06","modified_gmt":"2026-02-10T01:02:06","slug":"spin-win","status":"publish","type":"page","link":"https:\/\/reservationwp.subdigigo.com\/activity\/spin-win\/","title":{"rendered":"Spin Win"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"173\" class=\"elementor elementor-173\">\n\t\t\t\t<div class=\"elementor-element elementor-element-653d5b8 e-flex e-con-boxed e-con e-parent\" data-id=\"653d5b8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c420a84 elementor-widget elementor-widget-text-editor\" data-id=\"c420a84\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><code class=\"wsw-shortcode-display\">        <div class=\"wsw-wheel-wrapper\" data-wheel-id=\"1\">\n            <div class=\"wsw-wheel-content\">\n                <h2 class=\"wsw-wheel-title\">\n                    Try Your Luck!                <\/h2>\n                <p class=\"wsw-wheel-subtitle\">\n                    Spin the wheel to win a discount!                <\/p>\n\n                <div class=\"wsw-wheel-container\">\n                    <div class=\"wsw-wheel-pointer\"><\/div>\n                    <canvas id=\"wsw-wheel-canvas-1\" class=\"wsw-wheel-canvas\" width=\"320\"\n                        height=\"320\"><\/canvas>\n                <\/div>\n\n                <div class=\"wsw-email-form\" id=\"wsw-email-form-1\">\n                                            <input type=\"email\" class=\"wsw-email-input\" id=\"wsw-email-1\"\n                            placeholder=\"Enter your email\"\n                            required>\n                    \n                                            <label class=\"wsw-gdpr-label\">\n                            <input type=\"checkbox\" class=\"wsw-gdpr-checkbox\" id=\"wsw-gdpr-1\">\n                            <span>\n                                I agree to the privacy policy.                            <\/span>\n                        <\/label>\n                    \n                    <button type=\"button\" class=\"wsw-spin-button\" id=\"wsw-spin-btn-1\"\n                        style=\"background-color: #e94560;\">\n                        Spin Now!                    <\/button>\n                <\/div>\n\n                <div class=\"wsw-result\" id=\"wsw-result-1\" style=\"display: none;\">\n                    <div class=\"wsw-result-content\"><\/div>\n                <\/div>\n            <\/div>\n\n            <script type=\"application\/json\" id=\"wsw-segments-1\">\n                                [{\"label\":\"Discount voucher 2%\",\"type\":\"coupon\",\"coupon_code\":\"spinwin2%\",\"weight\":15,\"color\":\"#ff6b6b\",\"text_color\":\"#FFFFFF\"},{\"label\":\"Discount voucher 20%\",\"type\":\"coupon\",\"coupon_code\":\"spinwin20\",\"weight\":15,\"color\":\"#4ecdc4\",\"text_color\":\"#FFFFFF\"},{\"label\":\"Discount voucher 5%\",\"type\":\"coupon\",\"coupon_code\":\"spinwin5\",\"weight\":20,\"color\":\"#45b7d1\",\"text_color\":\"#FFFFFF\"},{\"label\":\"Discount voucher 50%\",\"type\":\"coupon\",\"coupon_code\":\"spinwin50\",\"weight\":10,\"color\":\"#96ceb4\",\"text_color\":\"#FFFFFF\"},{\"label\":\"No Luck Today !\",\"type\":\"no_win\",\"coupon_code\":\"\",\"weight\":40,\"color\":\"#ffeaa7\",\"text_color\":\"#FFFFFF\"}]                            <\/script>\n        <\/div>\n        <\/code><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22ef08c e-con-full e-flex e-con e-parent\" data-id=\"22ef08c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-149886a elementor-widget elementor-widget-text-editor\" data-id=\"149886a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Woo Spin Wheel \u2013 Discount &#038; Email Capture for WooCommerce<\/title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<style>\n    :root {\n        --primary: #6a4df5;\n        --secondary: #ffb703;\n        --dark: #1e1e2f;\n        --light: #f8f9fc;\n        --gray: #6b7280;\n        --radius: 14px;\n    }\n\n    * {\n        box-sizing: border-box;\n        font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\n    }\n\n    body {\n        margin: 0;\n        background: var(--light);\n        color: var(--dark);\n        line-height: 1.6;\n    }\n\n    h1, h2, h3 {\n        margin: 0 0 12px;\n        line-height: 1.3;\n    }\n\n    h1 { font-size: 40px; }\n    h2 { font-size: 28px; }\n    h3 { font-size: 20px; }\n\n    p { margin: 0 0 14px; color: #374151; }\n\n    .container {\n        max-width: 1200px;\n        margin: auto;\n        padding: 80px 20px;\n    }\n\n    .btn {\n        display: inline-block;\n        background: var(--primary);\n        color: #fff;\n        padding: 14px 28px;\n        border-radius: 10px;\n        text-decoration: none;\n        font-weight: 600;\n        transition: 0.2s ease;\n    }\n\n    .btn:hover {\n        transform: translateY(-2px);\n        background: #5840e6;\n    }\n\n    \/* HERO *\/\n    .hero {\n        background: linear-gradient(135deg, #6a4df5, #8b5cf6);\n        color: #fff;\n        padding: 120px 20px;\n        text-align: center;\n    }\n\n    .hero p {\n        color: #e5e7eb;\n        max-width: 720px;\n        margin: 20px auto 30px;\n        font-size: 18px;\n    }\n\n    \/* SECTION *\/\n    section {\n        background: #fff;\n        margin-bottom: 20px;\n    }\n\n    .grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n    }\n\n    .card {\n        background: #fff;\n        border-radius: var(--radius);\n        padding: 26px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n    }\n\n    .card ul {\n        padding-left: 18px;\n        margin: 10px 0 0;\n    }\n\n    .card li {\n        margin-bottom: 8px;\n    }\n\n    \/* PROBABILITY BOX *\/\n    .probability {\n        background: #f3f4f6;\n        border-radius: var(--radius);\n        padding: 24px;\n        font-family: monospace;\n    }\n\n    \/* FOOTER *\/\n    footer {\n        background: #0f172a;\n        color: #cbd5f5;\n        text-align: center;\n        padding: 40px 20px;\n        font-size: 14px;\n    }\n\n    footer span {\n        color: #a5b4fc;\n    }\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO -->\n<div class=\"hero\">\n    <h1>Woo Spin Wheel<\/h1>\n    <p>\n        A powerful WooCommerce marketing plugin that engages visitors with a fun\n        spin-the-wheel game and rewards them using real WooCommerce coupons.\n    <\/p>\n    <a href=\"#features\" class=\"btn\">View Features<\/a>\n<\/div>\n\n<!-- WHY -->\n<section>\n    <div class=\"container\">\n        <h2>Why Use Woo Spin Wheel?<\/h2>\n        <div class=\"grid\">\n            <div class=\"card\">\n                <h3>\ud83c\udfaf Boost Sales with Gamification<\/h3>\n                <p>Turn visitors into buyers instantly using interactive rewards.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h3>\ud83d\udce7 Grow Your Email List<\/h3>\n                <p>Capture leads before spinning and use them for remarketing.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h3>\u2699\ufe0f Native WooCommerce<\/h3>\n                <p>Uses real WooCommerce coupons you already manage.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- FEATURES -->\n<section id=\"features\">\n    <div class=\"container\">\n        <h2>Key Features<\/h2>\n        <div class=\"grid\">\n\n            <div class=\"card\">\n                <h3>\ud83c\udfa1 Spin Wheel System<\/h3>\n                <ul>\n                    <li>Popup or embedded wheel<\/li>\n                    <li>Smooth realistic animation<\/li>\n                    <li>Mobile-friendly &#038; responsive<\/li>\n                    <li>Works for guest &#038; logged-in users<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>\ud83c\udff7 WooCommerce Coupon Integration<\/h3>\n                <ul>\n                    <li>Percentage, fixed cart, fixed product<\/li>\n                    <li>Auto-apply coupon via AJAX<\/li>\n                    <li>Copy coupon fallback<\/li>\n                    <li>Ignores expired or invalid coupons<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>\ud83d\udcca Coupon Probability Control<\/h3>\n                <p>Assign custom weight to each coupon for full control.<\/p>\n                <div class=\"probability\">\n5% OFF \u2192 40%  \n10% OFF \u2192 30%  \n20% OFF \u2192 10%  \nFree Shipping \u2192 5%  \nTry Again \u2192 15%\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>\ud83d\udce5 Email Capture &#038; Logs<\/h3>\n                <ul>\n                    <li>Email required before spinning<\/li>\n                    <li>Logs coupon, wheel, IP, date<\/li>\n                    <li>CSV export for marketing<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>\ud83d\udee1 Anti-Abuse Protection<\/h3>\n                <ul>\n                    <li>Limit by email, user, IP<\/li>\n                    <li>Browser cookie protection<\/li>\n                    <li>Cooldown period (X days)<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>\ud83c\udfa8 Design &#038; Display<\/h3>\n                <ul>\n                    <li>Custom colors per segment<\/li>\n                    <li>Logo in wheel center<\/li>\n                    <li>Popup triggers: delay, scroll, load<\/li>\n                    <li>Shortcode &#038; Elementor support<\/li>\n                <\/ul>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- TECH -->\n<section>\n    <div class=\"container\">\n        <h2>Secure &#038; Performance Friendly<\/h2>\n        <div class=\"grid\">\n            <div class=\"card\">\n                <ul>\n                    <li>Server-side result calculation<\/li>\n                    <li>AJAX powered (no reload)<\/li>\n                    <li>Nonce verification<\/li>\n                    <li>Scripts load only when needed<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"card\">\n                <h3>Compatibility<\/h3>\n                <ul>\n                    <li>WordPress 6+<\/li>\n                    <li>WooCommerce 7+<\/li>\n                    <li>PHP 8+<\/li>\n                    <li>Translation ready (.pot)<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Woo Spin Wheel \u2013 Discount &#038; Email Capture for WooCommerce Woo Spin Wheel A powerful WooCommerce marketing plugin that engages visitors with a fun spin-the-wheel game and rewards them using real WooCommerce coupons. View Features Why Use Woo Spin Wheel? \ud83c\udfaf Boost Sales with Gamification Turn visitors into buyers instantly using interactive rewards. \ud83d\udce7 Grow [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-173","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/pages\/173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/comments?post=173"}],"version-history":[{"count":10,"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/pages\/173\/revisions"}],"predecessor-version":[{"id":183,"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/pages\/173\/revisions\/183"}],"wp:attachment":[{"href":"https:\/\/reservationwp.subdigigo.com\/activity\/wp-json\/wp\/v2\/media?parent=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}