{"id":50660,"date":"2026-05-05T06:06:39","date_gmt":"2026-05-05T06:06:39","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50660"},"modified":"2026-05-31T20:16:36","modified_gmt":"2026-05-31T20:16:36","slug":"message-link-generator","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/message-link-generator\/","title":{"rendered":"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4"},"content":{"rendered":"\n\n<style>\n\/* Perfected Futuristic Design System by Bsolution *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n:root {\n    --f-bg: #F5F5F7;\n    --f-card: rgba(255, 255, 255, 0.85);\n    --f-text: #1d1d1f;\n    --f-muted: #86868b;\n    --f-accent: #0066cc;\n    --f-border: rgba(0, 0, 0, 0.08);\n    --f-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.dark-theme {\n    --f-bg: #000000;\n    --f-card: rgba(28, 28, 30, 0.85);\n    --f-text: #f5f5f7;\n    --f-muted: #86868b;\n    --f-accent: #2997ff;\n    --f-border: rgba(255, 255, 255, 0.12);\n    --f-shadow: 0 8px 40px rgba(0,0,0,0.6);\n}\n\n.futur-layout {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Heebo', -apple-system, system-ui, sans-serif;\n    direction: rtl;\n    color: var(--f-text);\n    background-color: transparent;\n    transition: color 0.3s ease;\n}\n\n\/* Global Background override when tool is active *\/\nbody.tool-active {\n    background-color: var(--f-bg) !important;\n}\n\n.futur-glass-card {\n    background: var(--f-card);\n    backdrop-filter: saturate(180%) blur(20px);\n    -webkit-backdrop-filter: saturate(180%) blur(20px);\n    border: 1px solid var(--f-border);\n    border-radius: 22px;\n    padding: 40px;\n    box-shadow: var(--f-shadow);\n    margin-bottom: 40px;\n}\n\n.futur-layout h1.wp-block-heading {\n    font-size: clamp(2.5rem, 5vw, 3.5rem);\n    font-weight: 800;\n    color: var(--f-text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    text-align: center;\n}\n\n.futur-layout .tool-card {\n    width: 80%;\n    margin: 0 auto 40px auto;\n}\n@media (max-width: 900px) {\n    .futur-layout .tool-card { width: 100%; }\n}\n\n.futur-layout header {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 12px;\n    margin-bottom: 34px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n}\n.futur-layout header h1, \n.futur-layout header h2.main-title,\n.futur-layout header .title-wrap .main-title {\n    margin: 0;\n    font-size: clamp(2rem, 4vw, 2.7rem);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    color: var(--f-text);\n}\n.futur-layout header h2.main-title span.icon { font-size: 1.25em; }\n.futur-layout header .subtitle,\n.futur-layout header p.subtitle {\n    margin: 0;\n    font-size: 1.05rem;\n    color: var(--f-muted);\n    line-height: 1.6;\n}\n.futur-layout header .badge-local,\n.futur-layout header .free-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.78rem;\n    padding: 6px 14px;\n    border-radius: 999px;\n    border: 1px solid var(--f-border);\n    background: var(--f-card);\n    color: var(--f-text);\n    box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n}\n.futur-layout header .badge-dot,\n.futur-layout header .free-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #22c55e;\n    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);\n}\n\n.futur-layout .page-hook {\n    font-size: 1.25rem;\n    color: var(--f-muted);\n    text-align: center;\n    margin-bottom: 50px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.futur-layout h2.wp-block-heading {\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin: 40px 0 20px;\n}\n\n.futur-layout p {\n    font-size: 1.15rem;\n    color: var(--f-text);\n    opacity: 0.9;\n    margin-bottom: 24px;\n    line-height: 1.7;\n}\n\n\/* Theme Toggle Button *\/\n.theme-toggle-wrap {\n    display: flex;\n    justify-content: flex-end;\n    margin-bottom: 20px;\n}\n.theme-btn {\n    background: var(--f-card);\n    border: 1px solid var(--f-border);\n    color: var(--f-text);\n    padding: 8px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: var(--f-shadow);\n}\n\n\/* Input & Button Styles for Tools *\/\n.futur-input {\n    width: 100%;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid var(--f-border);\n    background: rgba(0,0,0,0.03);\n    color: var(--f-text);\n    font-size: 1rem;\n    margin-bottom: 16px;\n    transition: all 0.2s ease;\n}\n.dark-theme .futur-input { background: rgba(255,255,255,0.05); }\n\n.futur-btn {\n    background: var(--f-accent);\n    color: #fff;\n    border: none;\n    padding: 14px 28px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n}\n.futur-btn:hover { transform: scale(1.02); }\n\n@media (max-width: 600px) {\n    .futur-layout { padding: 40px 16px; }\n    .futur-glass-card { padding: 24px; }\n}\n<\/style>\n<script>\n(function() {\n    var applyTheme = function(theme) {\n        if (theme === 'dark') {\n            document.documentElement.classList.add('dark-theme');\n        } else {\n            document.documentElement.classList.remove('dark-theme');\n        }\n        localStorage.setItem('bsolution-theme', theme);\n    };\n    \n    \/\/ Apply saved theme immediately\n    document.body.classList.add('tool-active');\n    var saved = localStorage.getItem('bsolution-theme') || 'light';\n    applyTheme(saved);\n    \n    \/\/ Bind theme toggle button (with retry since it may not exist yet)\n    function bindToggle() {\n        var btn = document.getElementById('globalThemeToggle');\n        if (!btn) { setTimeout(bindToggle, 100); return; }\n        if (btn.dataset.bound) return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', function() {\n            var isDark = document.documentElement.classList.contains('dark-theme');\n            applyTheme(isDark ? 'light' : 'dark');\n        });\n    }\n    bindToggle();\n})();\n<\/script>\n\n<div class=\"futur-layout\">\n<div class=\"theme-toggle-wrap\"><button class=\"theme-btn\" id=\"globalThemeToggle\">\ud83c\udf19 \u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/button><\/div>\n\n\n\n<header>\n<h2 class=\"main-title\">\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 <span class=\"icon pill\">\ud83d\udd17<\/span><\/h2>\n<p class=\"subtitle\">\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.<\/p>\n<div class=\"free-badge\"><span class=\"free-dot\"><\/span> \u05d7\u05d9\u05e0\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df<\/div>\n<\/header>\n\n\n\n<div class=\"futur-glass-card tool-card\">\n<div id=\"bnet-tool-message-link-generator\">\n<style>\n    \/* CSS Variables: Light Mode *\/\n    #bnet-tool-message-link-generator {\n      --bg-color: transparent;\n      --text-color: #333333;\n      --muted-color: #64748b;\n      --border-color: #e5e5e5;\n      --accent-color: #4f46e5;\n      --accent-hover: #4338ca;\n      --success-color: #16a34a;\n      --danger-color: #dc2626;\n      --input-bg: rgba(248,250,252,0.98);\n      --card-bg: #ffffff;\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n      \n      font-family: 'Heebo', sans-serif;\n      direction: rtl;\n      color: var(--text-color);\n    }\n    \n    \/* CSS Variables: Dark Mode *\/\n    .dark-theme #bnet-tool-message-link-generator {\n      --text-color: #f5f5f5;\n      --muted-color: #94a3b8;\n      --border-color: #334155;\n      --accent-color: #6366f1;\n      --accent-hover: #4f46e5;\n      --input-bg: rgba(255,255,255,0.05);\n      --card-bg: rgba(255,255,255,0.05);\n      --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n    }\n\n    \/* Styles scoped only to this tool *\/\n    #bnet-tool-message-link-generator .calculator-container {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      width: 100%;\n    }\n\n    #bnet-tool-message-link-generator .services {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    #bnet-tool-message-link-generator .svcBtn {\n      border: 1px solid var(--border-color);\n      background: var(--card-bg);\n      color: var(--text-color);\n      border-radius: 999px;\n      padding: 10px 16px;\n      font-weight: 600;\n      font-size: 0.95rem;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      transition: all 0.2s ease;\n      font-family: 'Heebo', sans-serif;\n    }\n\n    #bnet-tool-message-link-generator .svcBtn:hover {\n      border-color: var(--accent-color);\n    }\n\n    #bnet-tool-message-link-generator .svcBtn.active {\n      background: var(--accent-color);\n      color: #fff;\n      border-color: var(--accent-color);\n    }\n\n    #bnet-tool-message-link-generator .input-group {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    #bnet-tool-message-link-generator label {\n      font-weight: 600;\n      font-size: 0.95rem;\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    #bnet-tool-message-link-generator .hint {\n      font-size: 0.8rem;\n      color: var(--muted-color);\n      font-weight: 400;\n    }\n\n    #bnet-tool-message-link-generator input,\n    #bnet-tool-message-link-generator textarea {\n      width: 100%;\n      padding: 12px 14px;\n      border-radius: 12px;\n      border: 1px solid var(--border-color);\n      background: var(--input-bg);\n      color: var(--text-color);\n      font-size: 1rem;\n      font-family: 'Heebo', sans-serif;\n      transition: border-color 0.2s ease;\n      box-sizing: border-box;\n    }\n\n    #bnet-tool-message-link-generator input:focus,\n    #bnet-tool-message-link-generator textarea:focus {\n      outline: none;\n      border-color: var(--accent-color);\n    }\n\n    #bnet-tool-message-link-generator textarea {\n      min-height: 120px;\n      resize: vertical;\n    }\n\n    #bnet-tool-message-link-generator .btnRow {\n      display: flex;\n      gap: 12px;\n      margin-top: 10px;\n    }\n\n    #bnet-tool-message-link-generator .btnPrimary {\n      background: var(--accent-color);\n      color: #fff;\n      border: none;\n      padding: 14px 24px;\n      border-radius: 12px;\n      font-weight: 700;\n      font-size: 1.05rem;\n      cursor: pointer;\n      flex: 1;\n      transition: background 0.2s ease;\n      font-family: 'Heebo', sans-serif;\n    }\n\n    #bnet-tool-message-link-generator .btnPrimary:hover {\n      background: var(--accent-hover);\n    }\n\n    #bnet-tool-message-link-generator .btnGhost {\n      background: transparent;\n      color: var(--text-color);\n      border: 1px solid var(--border-color);\n      padding: 14px 24px;\n      border-radius: 12px;\n      font-weight: 600;\n      font-size: 1.05rem;\n      cursor: pointer;\n      transition: background 0.2s ease;\n      font-family: 'Heebo', sans-serif;\n    }\n\n    #bnet-tool-message-link-generator .btnGhost:hover {\n      background: var(--card-bg);\n    }\n\n    #bnet-tool-message-link-generator .result-card {\n      background: var(--card-bg);\n      border: 1px solid var(--border-color);\n      border-radius: 16px;\n      padding: 20px;\n      margin-top: 20px;\n      box-shadow: var(--shadow);\n    }\n\n    #bnet-tool-message-link-generator .resultBox {\n      display: flex;\n      gap: 10px;\n      margin-top: 12px;\n      align-items: center;\n    }\n\n    #bnet-tool-message-link-generator .resultBox input {\n      flex: 1;\n      margin: 0;\n    }\n\n    #bnet-tool-message-link-generator .smallBtn {\n      background: var(--card-bg);\n      color: var(--text-color);\n      border: 1px solid var(--border-color);\n      padding: 12px 16px;\n      border-radius: 12px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      font-family: 'Heebo', sans-serif;\n      white-space: nowrap;\n    }\n\n    #bnet-tool-message-link-generator .smallBtn:hover {\n      border-color: var(--accent-color);\n      color: var(--accent-color);\n    }\n\n    #bnet-tool-message-link-generator .status {\n      margin-top: 16px;\n      font-size: 0.95rem;\n      color: var(--muted-color);\n    }\n\n    #bnet-tool-message-link-generator .status.ok { color: var(--success-color); font-weight: 600; }\n    #bnet-tool-message-link-generator .status.err { color: var(--danger-color); font-weight: 600; }\n\n    #bnet-tool-message-link-generator .linkRow {\n      margin-top: 12px;\n      display: flex;\n      justify-content: flex-end;\n    }\n\n    #bnet-tool-message-link-generator .openLink {\n      color: var(--accent-color);\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 0.95rem;\n    }\n\n    #bnet-tool-message-link-generator .openLink:hover {\n      text-decoration: underline;\n    }\n    \n    #bnet-tool-message-link-generator .service-note {\n      font-size: 0.95rem;\n      color: var(--muted-color);\n      background: var(--input-bg);\n      padding: 12px 16px;\n      border-radius: 12px;\n      border-right: 4px solid var(--accent-color);\n      margin-bottom: 10px;\n    }\n  <\/style>\n<div class=\"calculator-container\">\n<div class=\"services\" id=\"services\">\n<button class=\"svcBtn active\" data-service=\"whatsapp\" type=\"button\">\ud83d\udfe2 WhatsApp<\/button>\n<button class=\"svcBtn\" data-service=\"telegram\" type=\"button\">\ud83d\udce8 Telegram<\/button>\n<button class=\"svcBtn\" data-service=\"viber\" type=\"button\">\ud83d\udcf1 Viber<\/button>\n<button class=\"svcBtn\" data-service=\"messenger\" type=\"button\">\ud83d\udcac Messenger<\/button>\n<button class=\"svcBtn\" data-service=\"sms\" type=\"button\">\ud83d\udcf2 SMS<\/button>\n<\/div>\n<div class=\"service-note\" id=\"serviceNote\">\n      \u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4: \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 + \u05d8\u05e7\u05e1\u05d8 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9.\n    <\/div>\n<div class=\"input-group\">\n<label for=\"phone\">\n<span>\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df <span id=\"phoneReq\" style=\"color:var(--danger-color)\"><\/span><\/span>\n<span class=\"hint\" id=\"phoneHint\">\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 972501234567 (\u05e8\u05e7 \u05e1\u05e4\u05e8\u05d5\u05ea)<\/span>\n<\/label>\n<input autocomplete=\"off\" dir=\"ltr\" id=\"phone\" inputmode=\"tel\" placeholder=\"\u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df\" style=\"text-align: left;\" type=\"tel\"\/>\n<\/div>\n<div class=\"input-group\">\n<label for=\"handle\">\n<span>\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \/ \u05de\u05d6\u05d4\u05d4 \u05e2\u05de\u05d5\u05d3 <span id=\"handleReq\" style=\"color:var(--danger-color)\"><\/span><\/span>\n<span class=\"hint\" id=\"handleHint\">\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05dc\u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4 (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).<\/span>\n<\/label>\n<input autocomplete=\"off\" dir=\"ltr\" id=\"handle\" placeholder=\"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05dc\u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4\" style=\"text-align: left;\" type=\"text\"\/>\n<\/div>\n<div class=\"input-group\">\n<label for=\"message\">\n        \u05d8\u05e7\u05e1\u05d8 \u05d4\u05d5\u05d3\u05e2\u05d4\n        <span class=\"hint\" id=\"messageHint\">\u05d4\u05d8\u05e7\u05e1\u05d8 \u05d9\u05ea\u05d5\u05d5\u05e1\u05e3 \u05db\u05be?text= \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8 wa.me.<\/span>\n<\/label>\n<textarea id=\"message\" placeholder=\"\u05d4\u05d9\u05d9! \u05d0\u05e9\u05de\u05d7 \u05dc\u05e7\u05d1\u05dc \u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd\u2026\"><\/textarea>\n<\/div>\n<div class=\"btnRow\">\n<button class=\"btnPrimary\" id=\"generateBtn\" type=\"button\">\u05d4\u05e4\u05e7\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8<\/button>\n<button class=\"btnGhost\" id=\"clearBtn\" type=\"button\">\u05e0\u05d9\u05e7\u05d5\u05d9<\/button>\n<\/div>\n<div class=\"result-card\">\n<h3 style=\"margin-top:0; margin-bottom:10px; font-size:1.1rem; display:flex; justify-content:space-between;\">\n<span>\ud83d\udd17 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05dc\u05da<\/span>\n<span id=\"resultLabel\" style=\"font-size:0.9rem; font-weight:normal; background:var(--input-bg); padding:4px 8px; border-radius:8px;\">\u05de\u05de\u05ea\u05d9\u05df\u2026<\/span>\n<\/h3>\n<div class=\"resultBox\">\n<input dir=\"ltr\" id=\"resultInput\" placeholder=\"\u05db\u05d0\u05df \u05d9\u05d5\u05e4\u05d9\u05e2 \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05e4\u05e7\u05d4\" readonly=\"\" style=\"text-align: left;\" type=\"text\"\/>\n<button class=\"smallBtn\" id=\"copyBtn\" type=\"button\">\u05d4\u05e2\u05ea\u05e7\u05d4 \ud83d\udccb<\/button>\n<\/div>\n<div class=\"linkRow\">\n<a class=\"openLink\" href=\"#\" id=\"openLinkBtn\" rel=\"noopener noreferrer\" target=\"_blank\">\u05e4\u05ea\u05d9\u05d7\u05d4\/\u05d1\u05d3\u05d9\u05e7\u05d4 \u2197<\/a>\n<\/div>\n<div class=\"status\" id=\"statusMsg\">\u05d1\u05d7\u05e8\u05d5 \u05e9\u05d9\u05e8\u05d5\u05ea, \u05de\u05dc\u05d0\u05d5 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc &quot;\u05d4\u05e4\u05e7\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8&quot;.<\/div>\n<\/div>\n<\/div>\n<script>\n    document.addEventListener(\"DOMContentLoaded\", () => {\n      const container = document.getElementById(\"bnet-tool-message-link-generator\");\n      if (!container) return;\n\n      const STORAGE_KEY = \"bnet_msg_link_gen_v2\";\n\n      const els = {\n        services: container.querySelector(\"#services\"),\n        serviceNote: container.querySelector(\"#serviceNote\"),\n        phone: container.querySelector(\"#phone\"),\n        handle: container.querySelector(\"#handle\"),\n        message: container.querySelector(\"#message\"),\n        phoneHint: container.querySelector(\"#phoneHint\"),\n        handleHint: container.querySelector(\"#handleHint\"),\n        messageHint: container.querySelector(\"#messageHint\"),\n        phoneReq: container.querySelector(\"#phoneReq\"),\n        handleReq: container.querySelector(\"#handleReq\"),\n        generateBtn: container.querySelector(\"#generateBtn\"),\n        clearBtn: container.querySelector(\"#clearBtn\"),\n        resultInput: container.querySelector(\"#resultInput\"),\n        copyBtn: container.querySelector(\"#copyBtn\"),\n        openLinkBtn: container.querySelector(\"#openLinkBtn\"),\n        statusMsg: container.querySelector(\"#statusMsg\"),\n        resultLabel: container.querySelector(\"#resultLabel\")\n      };\n\n      const serviceConfig = {\n        whatsapp: {\n          note: \"\u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4: \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 + \u05d8\u05e7\u05e1\u05d8 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9.\",\n          phoneHint: \"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 972501234567 (\u05e8\u05e7 \u05e1\u05e4\u05e8\u05d5\u05ea).\",\n          handleHint: \"\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05dc\u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4 (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).\",\n          messageHint: \"\u05d4\u05d8\u05e7\u05e1\u05d8 \u05d9\u05ea\u05d5\u05d5\u05e1\u05e3 \u05db\u05be?text= \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8.\",\n          phoneReq: \"*\",\n          handleReq: \"\",\n          phonePh: \"\u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df (\u05e8\u05e7 \u05e1\u05e4\u05e8\u05d5\u05ea)\",\n          handlePh: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\",\n          msgPh: \"\u05d4\u05d9\u05d9! \u05d0\u05e9\u05de\u05d7 \u05dc\u05e7\u05d1\u05dc \u05e4\u05e8\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd\u2026\"\n        },\n        telegram: {\n          note: \"\u05d8\u05dc\u05d2\u05e8\u05dd: \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e9\u05dc\u05d5\u05d7 \u05dc\u05e4\u05d9 \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 (t.me\/username) \u05d0\u05d5 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05d9\u05ea\u05d5\u05e3 \u05d8\u05e7\u05e1\u05d8.\",\n          phoneHint: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4 \u05dc\u05d8\u05dc\u05d2\u05e8\u05dd (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).\",\n          handleHint: \"\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d8\u05dc\u05d2\u05e8\u05dd. \u05d0\u05e4\u05e9\u05e8 \u05e2\u05dd @ \u05d0\u05d5 \u05d1\u05dc\u05d9.\",\n          messageHint: \"\u05db\u05d0\u05e9\u05e8 \u05d0\u05d9\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u2014 \u05d9\u05d9\u05d5\u05d5\u05e6\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05d9\u05ea\u05d5\u05e3 \u05d8\u05e7\u05e1\u05d8.\",\n          phoneReq: \"\",\n          handleReq: \"\",\n          phonePh: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\",\n          handlePh: \"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: @mybusiness\",\n          msgPh: \"\u05d4\u05d9\u05d9! \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d3\u05d1\u05e8?\"\n        },\n        viber: {\n          note: \"\u05d5\u05d9\u05d9\u05d1\u05e8: \u05e7\u05d9\u05e9\u05d5\u05e8 \u05e2\u05de\u05d5\u05e7 \u05dc\u05e4\u05ea\u05d9\u05d7\u05ea \u05e6\u05f3\u05d0\u05d8 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df.\",\n          phoneHint: \"\u05d0\u05e4\u05e9\u05e8 \u05e2\u05dd + (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: +972501234567) \u05d0\u05d5 \u05dc\u05dc\u05d0.\",\n          handleHint: \"\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05dc\u05d5\u05d9\u05d9\u05d1\u05e8 (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).\",\n          messageHint: \"\u05d7\u05dc\u05e7 \u05de\u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e2\u05e9\u05d5\u05d9\u05d9\u05dd \u05dc\u05d4\u05ea\u05e2\u05dc\u05dd \u05de\u05d4\u05d8\u05e7\u05e1\u05d8.\",\n          phoneReq: \"*\",\n          handleReq: \"\",\n          phonePh: \"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: +972501234567\",\n          handlePh: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\",\n          msgPh: \"\u05d4\u05d9\u05d9! \u05d0\u05e9\u05de\u05d7 \u05dc\u05d4\u05e6\u05d8\u05e8\u05e3 \u05dc\u05e9\u05d9\u05d7\u05d4\u2026\"\n        },\n        messenger: {\n          note: \"\u05de\u05e1\u05e0\u05d2\u05f3\u05e8: m.me\/username (\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9 \u05d0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05e2\u05de\u05d5\u05d3). \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 ref \u05dc\u05de\u05e2\u05e7\u05d1.\",\n          phoneHint: \"\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05dc\u05de\u05e1\u05e0\u05d2\u05f3\u05e8 (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).\",\n          handleHint: \"\u05d7\u05d5\u05d1\u05d4: \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\/\u05de\u05d6\u05d4\u05d4 \u05e2\u05de\u05d5\u05d3 (Page username \u05d0\u05d5 ID).\",\n          messageHint: \"\u05d9\u05e9\u05de\u05e9 \u05db\u05beref (\u05de\u05d6\u05d4\u05d4 \u05e7\u05e6\u05e8 \u05dc\u05de\u05e2\u05e7\u05d1 \u05de\u05e7\u05d5\u05e8 \u05e4\u05e0\u05d9\u05d9\u05d4).\",\n          phoneReq: \"\",\n          handleReq: \"*\",\n          phonePh: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\",\n          handlePh: \"\u05d7\u05d5\u05d1\u05d4: \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\/ID\",\n          msgPh: \"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: ad1, sitebtn\"\n        },\n        sms: {\n          note: \"SMS: \u05e7\u05d9\u05e9\u05d5\u05e8 sms: \u05e2\u05dd \u05e0\u05de\u05e2\u05df \u05d5\u05d8\u05e7\u05e1\u05d8 \u05d4\u05d5\u05d3\u05e2\u05d4 (body) \u2013 \u05e0\u05ea\u05de\u05da \u05d1\u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05e8\u05d1\u05d9\u05dd.\",\n          phoneHint: \"\u05d7\u05d5\u05d1\u05d4: \u05de\u05e1\u05e4\u05e8 \u05d9\u05e2\u05d3 (\u05e2\u05dd \u05d0\u05d5 \u05d1\u05dc\u05d9 +).\",\n          handleHint: \"\u05dc\u05d0 \u05e0\u05d3\u05e8\u05e9 \u05dc-SMS (\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05e9\u05d0\u05d9\u05e8 \u05e8\u05d9\u05e7).\",\n          messageHint: \"\u05d4\u05d8\u05e7\u05e1\u05d8 \u05d9\u05ea\u05d5\u05d5\u05e1\u05e3 \u05dc\u05ea\u05d5\u05db\u05df \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4.\",\n          phoneReq: \"*\",\n          handleReq: \"\",\n          phonePh: \"\u05d7\u05d5\u05d1\u05d4: \u05de\u05e1\u05e4\u05e8 \u05d9\u05e2\u05d3\",\n          handlePh: \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\",\n          msgPh: \"\u05d4\u05d9\u05d9! \u05d0\u05e9\u05de\u05d7 \u05dc\u05d7\u05d6\u05d5\u05e8 \u05d0\u05dc\u05d9\u05d9 \u05dc\u05d2\u05d1\u05d9\u2026\"\n        }\n      };\n\n      let activeService = \"whatsapp\";\n\n      function updateUI() {\n        const btns = els.services.querySelectorAll(\".svcBtn\");\n        btns.forEach(b => b.classList.toggle(\"active\", b.dataset.service === activeService));\n        \n        const cfg = serviceConfig[activeService];\n        els.serviceNote.textContent = cfg.note;\n        els.phoneHint.textContent = cfg.phoneHint;\n        els.handleHint.textContent = cfg.handleHint;\n        els.messageHint.textContent = cfg.messageHint;\n        els.phoneReq.textContent = cfg.phoneReq;\n        els.handleReq.textContent = cfg.handleReq;\n        els.phone.placeholder = cfg.phonePh;\n        els.handle.placeholder = cfg.handlePh;\n        els.message.placeholder = cfg.msgPh;\n      }\n\n      function setStatus(msg, type) {\n        els.statusMsg.textContent = msg;\n        els.statusMsg.className = \"status\" + (type ? \" \" + type : \"\");\n      }\n\n      function buildLink(service, phone, handle, message) {\n        const p = (phone || \"\").trim();\n        const h = (handle || \"\").trim();\n        const m = (message || \"\").trim();\n\n        if (service === \"whatsapp\") {\n          const clean = p.replace(\/\\D\/g, \"\");\n          if (!clean && !m) return \"\";\n          let url = \"https:\/\/wa.me\/\" + (clean || \"\");\n          if (m) url += \"?text=\" + encodeURIComponent(m);\n          return url;\n        }\n\n        if (service === \"telegram\") {\n          const user = h.replace(\/^@\/, \"\");\n          if (user) {\n            let url = \"https:\/\/t.me\/\" + encodeURIComponent(user);\n            if (m) url += \"?text=\" + encodeURIComponent(m);\n            return url;\n          }\n          if (!m) return \"\";\n          return \"https:\/\/t.me\/share\/url?text=\" + encodeURIComponent(m);\n        }\n\n        if (service === \"viber\") {\n          if (!p && !m) return \"\";\n          const params = [];\n          if (p) params.push(\"number=\" + encodeURIComponent(p));\n          if (m) params.push(\"text=\" + encodeURIComponent(m));\n          return \"viber:\/\/chat\" + (params.length ? \"?\" + params.join(\"&\") : \"\");\n        }\n\n        if (service === \"messenger\") {\n          if (!h) return \"\"; \n          let url = \"https:\/\/m.me\/\" + encodeURIComponent(h);\n          if (m) url += \"?ref=\" + encodeURIComponent(m);\n          return url;\n        }\n\n        if (service === \"sms\") {\n          if (!p && !m) return \"\";\n          let url = \"sms:\" + encodeURIComponent(p);\n          if (m) url += \"?&body=\" + encodeURIComponent(m);\n          return url;\n        }\n\n        return \"\";\n      }\n\n      function saveState() {\n        try {\n          localStorage.setItem(STORAGE_KEY, JSON.stringify({\n            service: activeService,\n            phone: els.phone.value,\n            handle: els.handle.value,\n            message: els.message.value\n          }));\n        } catch(e) {}\n      }\n\n      function loadState() {\n        try {\n          const data = JSON.parse(localStorage.getItem(STORAGE_KEY));\n          if (data) {\n            if (serviceConfig[data.service]) activeService = data.service;\n            els.phone.value = data.phone || \"\";\n            els.handle.value = data.handle || \"\";\n            els.message.value = data.message || \"\";\n          }\n        } catch(e) {}\n      }\n\n      function generate() {\n        const link = buildLink(activeService, els.phone.value, els.handle.value, els.message.value);\n        if (!link) {\n          els.resultInput.value = \"\";\n          els.openLinkBtn.href = \"#\";\n          els.resultLabel.textContent = \"\u05de\u05de\u05ea\u05d9\u05df\u2026\";\n          \n          if (activeService === \"messenger\" && !els.handle.value.trim()) {\n            setStatus(\"\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d1\u05de\u05e1\u05e0\u05d2\u05f3\u05e8 \u05d7\u05d5\u05d1\u05d4 \u05dc\u05d4\u05d6\u05d9\u05df \u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9\/\u05de\u05d6\u05d4\u05d4 \u05e2\u05de\u05d5\u05d3.\", \"err\");\n            return;\n          }\n          setStatus(\"\u05e9\u05d2\u05d9\u05d0\u05d4: \u05d7\u05e1\u05e8\u05d9\u05dd \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05d4\u05e4\u05e7\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8.\", \"err\");\n          return;\n        }\n\n        els.resultInput.value = link;\n        els.openLinkBtn.href = link;\n        els.resultLabel.textContent = \"\u05de\u05d5\u05db\u05df \u2705\";\n        setStatus(\"\u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d5\u05e4\u05e7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4!\", \"ok\");\n        saveState();\n      }\n\n      els.services.addEventListener(\"click\", e => {\n        const btn = e.target.closest(\".svcBtn\");\n        if (btn) {\n          activeService = btn.dataset.service;\n          updateUI();\n          els.resultLabel.textContent = \"\u05de\u05de\u05ea\u05d9\u05df\u2026\";\n          setStatus(\"\u05e9\u05d9\u05e8\u05d5\u05ea \u05e2\u05d5\u05d3\u05db\u05df. \u05de\u05dc\u05d0\u05d5 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05d4\u05e4\u05d9\u05e7\u05d5.\", \"\");\n          saveState();\n        }\n      });\n\n      els.generateBtn.addEventListener(\"click\", generate);\n      \n      els.clearBtn.addEventListener(\"click\", () => {\n        els.phone.value = \"\";\n        els.handle.value = \"\";\n        els.message.value = \"\";\n        els.resultInput.value = \"\";\n        els.openLinkBtn.href = \"#\";\n        els.resultLabel.textContent = \"\u05de\u05de\u05ea\u05d9\u05df\u2026\";\n        setStatus(\"\u05d4\u05e9\u05d3\u05d5\u05ea \u05e0\u05d5\u05e7\u05d5.\", \"\");\n        saveState();\n      });\n\n      els.copyBtn.addEventListener(\"click\", async () => {\n        const val = els.resultInput.value.trim();\n        if (!val) {\n          setStatus(\"\u05d0\u05d9\u05df \u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d4\u05e2\u05ea\u05e7\u05d4.\", \"err\");\n          return;\n        }\n        try {\n          if (navigator.clipboard && navigator.clipboard.writeText) {\n            await navigator.clipboard.writeText(val);\n          } else {\n            els.resultInput.focus();\n            els.resultInput.select();\n            document.execCommand(\"copy\");\n          }\n          setStatus(\"\u05d4\u05d5\u05e2\u05ea\u05e7 \u05dc\u05dc\u05d5\u05d7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4! \u2705\", \"ok\");\n        } catch(e) {\n          setStatus(\"\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05e2\u05ea\u05e7\u05d4, \u05d0\u05e0\u05d0 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d5 \u05d9\u05d3\u05e0\u05d9\u05ea.\", \"err\");\n        }\n      });\n\n      [els.phone, els.handle].forEach(inp => {\n        inp.addEventListener(\"keydown\", e => {\n          if (e.key === \"Enter\") generate();\n        });\n      });\n\n      [els.phone, els.handle, els.message].forEach(inp => {\n        inp.addEventListener(\"input\", saveState);\n      });\n\n      loadState();\n      updateUI();\n      \n      const pre = buildLink(activeService, els.phone.value, els.handle.value, els.message.value);\n      if (pre) {\n        els.resultInput.value = pre;\n        els.openLinkBtn.href = pre;\n        els.resultLabel.textContent = \"\u05de\u05d5\u05db\u05df \u2705\";\n        setStatus(\"\u05e0\u05d8\u05e2\u05df \u05de\u05e6\u05d1 \u05e7\u05d5\u05d3\u05dd \u05de\u05d4\u05d3\u05e4\u05d3\u05e4\u05df.\", \"ok\");\n      }\n    });\n  <\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"futur-glass-card seo-card\">\n\n\n\n<h2 class=\"wp-block-heading\">\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 &#8211; \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05de\u05dc\u05d0<\/h2>\n\n\n\n<p>\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d4\u05d5\u05d0 \u05db\u05dc\u05d9 \u05d7\u05d9\u05e0\u05de\u05d9 \u05d5\u05e4\u05e9\u05d5\u05d8 \u05e9\u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05db\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05de\u05d5\u05db\u05e0\u05d9\u05dd \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05d9\u05e9\u05d9\u05e8 \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05d4\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d4\u05e4\u05d5\u05e4\u05d5\u05dc\u05e8\u05d9\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05db\u05de\u05d5 <a href=\"\/he\/qr-code-generator\/\">WhatsApp<\/a>, Telegram, Viber, Messenger \u05d5-SMS. \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e9\u05e0\u05d5\u05e6\u05e8 \u05ea\u05e4\u05ea\u05d7 \u05de\u05d9\u05d3 \u05e6'\u05d0\u05d8 \u05e2\u05dd \u05d4\u05e0\u05de\u05e2\u05df \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea\u05dd, \u05db\u05d5\u05dc\u05dc \u05d8\u05e7\u05e1\u05d8 \u05de\u05d5\u05db\u05df \u05de\u05e8\u05d0\u05e9 \u05dc\u05d1\u05d7\u05d9\u05e8\u05ea\u05db\u05dd. \u05d6\u05d4\u05d5 \u05e4\u05ea\u05e8\u05d5\u05df \u05de\u05e2\u05d5\u05dc\u05d4 \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd, \u05de\u05e9\u05d5\u05d5\u05e7\u05d9\u05dd \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9\u05d9\u05dd \u05d5\u05d1\u05e2\u05dc\u05d9 \u05d0\u05ea\u05e8\u05d9\u05dd \u05e9\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d4\u05e7\u05dc \u05e2\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05dc\u05d4\u05dd \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05d1\u05dc\u05d7\u05d9\u05e6\u05ea \u05db\u05e4\u05ea\u05d5\u05e8 \u05d0\u05d7\u05ea, \u05dc\u05dc\u05d0 \u05e6\u05d5\u05e8\u05da \u05dc\u05e9\u05de\u05d5\u05e8 \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05d8\u05dc\u05e4\u05d5\u05df \u05e7\u05d5\u05d3\u05dd \u05dc\u05db\u05df.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd?<\/h2>\n\n\n\n<p>\u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05dc \u05d5\u05de\u05d4\u05d9\u05e8, \u05d5\u05de\u05ea\u05d1\u05e6\u05e2 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05db\u05dd \u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d1\u05e9\u05e8\u05ea \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9 \u2013 \u05de\u05d4 \u05e9\u05de\u05d1\u05d8\u05d9\u05d7 \u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05de\u05e8\u05d1\u05d9\u05ea.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u05d1\u05d7\u05d9\u05e8\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4:<\/strong> \u05d1\u05ea\u05d7\u05d9\u05dc\u05ea \u05d4\u05ea\u05d4\u05dc\u05d9\u05da, \u05d1\u05d7\u05e8\u05d5 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05de\u05d1\u05d5\u05e7\u05e9 (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4 \u05d0\u05d5 \u05de\u05e1\u05e0\u05d2'\u05e8).<\/li>\n\n<li><strong>\u05d4\u05d6\u05e0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e7\u05e9\u05e8\u05d5\u05ea:<\/strong> \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05e9\u05d9\u05e8\u05d5\u05ea, \u05d4\u05d6\u05d9\u05e0\u05d5 \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df (\u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 \u05e2\u05d1\u05d5\u05e8 \u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4 \u05d5-SMS) \u05d0\u05d5 \u05d0\u05ea \u05e9\u05dd \u05d4\u05de\u05e9\u05ea\u05de\u05e9\/\u05de\u05d6\u05d4\u05d4 \u05d4\u05e2\u05de\u05d5\u05d3 (\u05e2\u05d1\u05d5\u05e8 \u05de\u05e1\u05e0\u05d2'\u05e8 \u05d5\u05d8\u05dc\u05d2\u05e8\u05dd).<\/li>\n\n<li><strong>\u05d4\u05d5\u05e1\u05e4\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d4\u05d5\u05d3\u05e2\u05d4:<\/strong> \u05db\u05ea\u05d1\u05d5 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05ea\u05e8\u05e6\u05d5 \u05e9\u05ea\u05d5\u05e4\u05d9\u05e2 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d0\u05e6\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7 \u05db\u05e9\u05d4\u05d5\u05d0 \u05dc\u05d5\u05d7\u05e5 \u05e2\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8, \u05dc\u05de\u05e9\u05dc: &quot;\u05d4\u05d9\u05d9, \u05d4\u05d2\u05e2\u05ea\u05d9 \u05de\u05d4\u05d0\u05ea\u05e8 \u05d5\u05d0\u05e9\u05de\u05d7 \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd&quot;.<\/li>\n\n<li><strong>\u05d4\u05e4\u05e7\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d5\u05d4\u05e2\u05ea\u05e7\u05d4:<\/strong> \u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05db\u05e4\u05ea\u05d5\u05e8 \u05d4\u05d4\u05e4\u05e7\u05d4. \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8 \u05d9\u05d5\u05e6\u05d2 \u05de\u05d9\u05d3 \u05d5\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05e7\u05dc\u05d9\u05e7 \u05d5\u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d1\u05db\u05dc \u05de\u05e7\u05d5\u05dd: \u05d1\u05d0\u05d9\u05e0\u05e1\u05d8\u05d2\u05e8\u05dd, \u05e4\u05d9\u05d9\u05e1\u05d1\u05d5\u05e7, \u05d1\u05d7\u05ea\u05d9\u05de\u05ea \u05d4\u05de\u05d9\u05d9\u05dc, \u05d0\u05d5 \u05dc\u05d4\u05d8\u05de\u05d9\u05e2 \u05d1\u05db\u05e4\u05ea\u05d5\u05e8 &quot;\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8&quot; \u05d1\u05d0\u05ea\u05e8 \u05e9\u05dc\u05db\u05dd.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u05dc\u05de\u05d4 \u05d7\u05e9\u05d5\u05d1 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d9\u05e9\u05d9\u05e8\u05d9\u05dd?<\/h3>\n\n\n\n<p>\u05d1\u05e2\u05d9\u05d3\u05df \u05d4\u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9, \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05d5\u05e0\u05d5\u05d7\u05d5\u05ea \u05d4\u05df \u05de\u05d9\u05dc\u05d5\u05ea \u05d4\u05de\u05e4\u05ea\u05d7 \u05dc\u05d4\u05de\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05dc\u05d7\u05d5\u05ea. \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e8\u05d1\u05d9\u05dd \u05de\u05d5\u05d5\u05ea\u05e8\u05d9\u05dd \u05e2\u05dc \u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8 \u05d0\u05dd \u05d4\u05dd \u05e0\u05d3\u05e8\u05e9\u05d9\u05dd \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05de\u05e1\u05e4\u05e8, \u05dc\u05e9\u05de\u05d5\u05e8 \u05d0\u05d5\u05ea\u05d5 \u05d1\u05d0\u05e0\u05e9\u05d9 \u05d4\u05e7\u05e9\u05e8 \u05d5\u05e8\u05e7 \u05d0\u05d6 \u05dc\u05d7\u05e4\u05e9 \u05d0\u05ea\u05db\u05dd \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4. \u05e7\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d5\u05d3\u05e2\u05d4 \u05d9\u05e9\u05d9\u05e8 \u05de\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d7\u05d9\u05db\u05d5\u05da \u05d4\u05d6\u05d4 \u05d5\u05de\u05d0\u05e4\u05e9\u05e8 \u05de\u05e2\u05d1\u05e8 \u05de\u05d4\u05d9\u05e8 \u05d5\u05d7\u05dc\u05e7 \u05de\u05e9\u05dc\u05d1 \u05d4\u05d4\u05ea\u05e2\u05e0\u05d9\u05d9\u05e0\u05d5\u05ea \u05dc\u05e9\u05dc\u05d1 \u05d4\u05e9\u05d9\u05d7\u05d4. \u05d6\u05d4\u05d5 \u05db\u05dc\u05d9 \u05d4\u05db\u05e8\u05d7\u05d9 \u05dc\u05d4\u05d2\u05d3\u05dc\u05ea \u05db\u05de\u05d5\u05ea \u05d4\u05e4\u05e0\u05d9\u05d5\u05ea (\u05dc\u05d9\u05d3\u05d9\u05dd) \u05de\u05db\u05dc \u05e7\u05de\u05e4\u05d9\u05d9\u05df \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d7\u05d5\u05dc\u05dc \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u05e8\u05d9\u05db\u05d5\u05d6 \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05d1\u05de\u05e7\u05d5\u05dd \u05d0\u05d7\u05d3:<\/strong> \u05ea\u05de\u05d9\u05db\u05d4 \u05d1\u05de\u05d2\u05d5\u05d5\u05df \u05e8\u05d7\u05d1 \u05e9\u05dc \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u2013 \u05dc\u05d0 \u05e8\u05e7 \u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4, \u05d0\u05dc\u05d0 \u05d2\u05dd \u05d8\u05dc\u05d2\u05e8\u05dd, \u05de\u05e1\u05e0\u05d2'\u05e8, \u05d5\u05d9\u05d9\u05d1\u05e8 \u05d5-SMS \u05e8\u05d2\u05d9\u05dc.<\/li>\n\n<li><strong>\u05d7\u05d9\u05e1\u05db\u05d5\u05df \u05d1\u05d6\u05de\u05df \u05dc\u05de\u05e9\u05ea\u05de\u05e9:<\/strong> \u05d4\u05dc\u05e7\u05d5\u05d7 \u05e0\u05db\u05e0\u05e1 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05e9\u05d9\u05d7\u05d4 \u05de\u05d5\u05db\u05e0\u05d4, \u05d3\u05d1\u05e8 \u05e9\u05de\u05e2\u05dc\u05d4 \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05ea \u05d0\u05ea \u05d0\u05d7\u05d5\u05d6\u05d9 \u05d4\u05d4\u05de\u05e8\u05d4.<\/li>\n\n<li><strong>\u05de\u05e2\u05e7\u05d1 \u05d5\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea:<\/strong> \u05d1\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05db\u05de\u05d5 \u05de\u05e1\u05e0\u05d2'\u05e8 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 'Ref' \u05dc\u05de\u05e2\u05e7\u05d1, \u05e9\u05de\u05e1\u05d9\u05d9\u05e2 \u05dc\u05db\u05dd \u05dc\u05d3\u05e2\u05ea \u05de\u05d0\u05d9\u05e4\u05d4 \u05d4\u05d2\u05d9\u05e2\u05d4 \u05d4\u05e4\u05e0\u05d9\u05d9\u05d4.<\/li>\n\n<li><strong>\u05e4\u05e2\u05d5\u05dc\u05d4 \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3 (Client-Side):<\/strong> \u05db\u05dc \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05d0\u05ea\u05dd \u05de\u05d6\u05d9\u05e0\u05d9\u05dd \u05e0\u05e9\u05d0\u05e8 \u05d0\u05e6\u05dc\u05db\u05dd \u05d5\u05de\u05e2\u05d5\u05d1\u05d3 \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea \u05d1\u05d3\u05e4\u05d3\u05e4\u05df, \u05dc\u05dc\u05d0 \u05e9\u05dc\u05d9\u05d7\u05d4 \u05dc\u05e9\u05e8\u05ea\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05d9\u05dd.<\/li>\n\n<li><strong>\u05e2\u05d9\u05e6\u05d5\u05d1 \u05de\u05d5\u05ea\u05d0\u05dd \u05dc\u05de\u05d5\u05d1\u05d9\u05d9\u05dc:<\/strong> \u05d4\u05db\u05dc\u05d9 \u05d1\u05e0\u05d5\u05d9 \u05d1\u05e9\u05d9\u05d8\u05ea Vertical Stack, \u05de\u05d4 \u05e9\u05de\u05d1\u05d8\u05d9\u05d7 \u05ea\u05e6\u05d5\u05d2\u05d4 \u05e0\u05e7\u05d9\u05d9\u05d4, \u05d1\u05e8\u05d5\u05e8\u05d4 \u05d5\u05e0\u05d5\u05d7\u05d4 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05d2\u05dd \u05d1\u05de\u05e1\u05db\u05d9\u05dd \u05e7\u05d8\u05e0\u05d9\u05dd.<\/li>\n<\/ul>\n\n\n\n<p><strong>\u05d8\u05d9\u05e4 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9:<\/strong> \u05e9\u05dc\u05d1\u05d5 \u05d0\u05ea \u05d4\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd \u05d4\u05d0\u05dc\u05d5 \u05d1\u05e4\u05d5\u05e1\u05d8\u05d9\u05dd \u05d1\u05e8\u05e9\u05ea\u05d5\u05ea \u05d4\u05d7\u05d1\u05e8\u05ea\u05d9\u05d5\u05ea, \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05d4\u05dd \u05dc\u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05d5\u05d3\u05d9 QR (\u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea <a href=\"\/he\/qr-code-generator\/\">\u05de\u05d7\u05d5\u05dc\u05dc \u05d4-QR<\/a> \u05e9\u05dc\u05e0\u05d5) \u05dc\u05d4\u05d3\u05e4\u05e1\u05d4 \u05e2\u05dc \u05e4\u05dc\u05d9\u05d9\u05e8\u05d9\u05dd \u05d0\u05d5 \u05db\u05e8\u05d8\u05d9\u05e1\u05d9 \u05d1\u05d9\u05e7\u05d5\u05e8. \u05db\u05da, \u05d2\u05dd \u05d1\u05e2\u05d5\u05dc\u05dd \u05d4\u05e4\u05d9\u05d6\u05d9, \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05e9\u05dc\u05db\u05dd \u05d9\u05d5\u05db\u05dc\u05d5 \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05d1\u05e7\u05dc\u05d9\u05e7 \u05d0\u05d7\u05d3.<\/p>\n\n\n\n<\/div>\n\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.","tool_emoji":"\ud83d\udd17","tool_category":"\u05db\u05dc\u05d9\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","tool_featured":"yes","footnotes":""},"class_list":["post-50660","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/message-link-generator\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/message-link-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-31T20:16:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u05d3\u05e7\u05d5\u05ea\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/message-link-generator\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/message-link-generator\\\/\",\"name\":\"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"datePublished\":\"2026-05-05T06:06:39+00:00\",\"dateModified\":\"2026-05-31T20:16:36+00:00\",\"description\":\"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \\\/ Telegram \\\/ Viber \\\/ Messenger \\\/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/message-link-generator\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/message-link-generator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/message-link-generator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bsolution.me\/he\/message-link-generator\/","og_locale":"he_IL","og_type":"article","og_title":"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.","og_url":"https:\/\/bsolution.me\/he\/message-link-generator\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-05-31T20:16:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"3 \u05d3\u05e7\u05d5\u05ea"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/message-link-generator\/","url":"https:\/\/bsolution.me\/he\/message-link-generator\/","name":"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"datePublished":"2026-05-05T06:06:39+00:00","dateModified":"2026-05-31T20:16:36+00:00","description":"\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05e8 \u05de\u05d5\u05db\u05df \u05dc\u05e9\u05d9\u05ea\u05d5\u05e3 \u05dc-WhatsApp \/ Telegram \/ Viber \/ Messenger \/ SMS \u2013 \u05d1\u05dc\u05d9 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3.","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/message-link-generator\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/message-link-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/message-link-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udd17 \u05de\u05d7\u05d5\u05dc\u05dc \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9 \u05d4\u05d5\u05d3\u05e2\u05d4"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50660","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50660"}],"version-history":[{"count":2,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50660\/revisions"}],"predecessor-version":[{"id":50662,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50660\/revisions\/50662"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}