{"id":20445,"date":"2024-10-28T04:12:36","date_gmt":"2024-10-27T20:12:36","guid":{"rendered":"https:\/\/social-stand.com\/?page_id=20445"},"modified":"2024-10-28T12:22:28","modified_gmt":"2024-10-28T04:22:28","slug":"observer-insight","status":"publish","type":"page","link":"https:\/\/social-stand.com\/zh\/observer-insight\/","title":{"rendered":"\u89c0\u5bdf\u8005\u6d1e\u5bdf"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Observer Insight<\/title>\n<style>\nbody {\n    font-family: Arial, sans-serif;\n    padding: 20px;\n    max-width: 600px;\n    margin: auto;\n    box-sizing: border-box;\n}\nh2, h3 {\n    text-align: center;\n}\nbutton {\n    background-color: #003366;\n    color: white;\n    padding: 10px 15px;\n    border: none;\n    border-radius: 5px;\n    cursor: pointer;\n    transition: background-color 0.3s ease;\n    width: 100%;\n    font-size: 16px;\n}\nbutton:hover {\n    background-color: #002244;\n}\ninput {\n    width: calc(100% - 22px);\n    padding: 10px;\n    margin-bottom: 10px;\n    font-size: 16px;\n    border: 1px solid #ccc;\n    border-radius: 5px;\n    box-sizing: border-box;\n}\n.feedback {\n    color: red;\n    font-size: 0.9em;\n    margin-bottom: 10px;\n}\n.notice {\n    font-size: 0.9em;\n    color: gray;\n    margin-top: 20px;\n    text-align: center;\n}\n.hidden {\n    display: none;\n}\n.visible {\n    display: block;\n}\n.highlight {\n    font-size: 1.2em;\n    font-weight: bold;\n    color: #003366;\n    background-color: #e0f7fa;\n    padding: 10px;\n    border-radius: 5px;\n    text-align: center;\n}\n<\/style>\n<\/head>\n<body>\n\n<h2>Personal Branding 3.0: Shaping Your Digital Identity for Future Success<\/h2>\n<h2>Observer Insight<\/h2>\n\n<div id=\"step1\" class=\"step visible\">\n    <h3>Step 1: Enter Details<\/h3>\n    <label for=\"partnerName\">Partner Name:<\/label><br>\n    <input type=\"text\" id=\"partnerName\" name=\"partnerName\" required><br>\n    <label for=\"code\">Enter Code:<\/label><br>\n    <input type=\"text\" id=\"code\" name=\"code\" maxlength=\"6\" required><br>\n    <div id=\"codeFeedback\" class=\"feedback\"><\/div>\n    <button onclick=\"decodeCode()\">Decode<\/button>\n<\/div>\n\n<div id=\"step2\" class=\"step hidden\">\n    <h3>Step 2: Result<\/h3>\n    <p id=\"resultMessage\" class=\"highlight\"><\/p>\n<\/div>\n\n<p class=\"notice\">No personal information is stored or transmitted. All data remains securely within your device and browser session.<\/p>\n\n<script>\nfunction clearFeedback() {\n    document.getElementById('codeFeedback').textContent = '';\n}\n\nfunction decodeCode() {\n    clearFeedback();\n\n    const partnerName = document.getElementById('partnerName').value;\n    const code = document.getElementById('code').value;\n    const feedback = document.getElementById('codeFeedback');\n\n    if (code.length !== 6 || partnerName.length < 1) {\n        feedback.textContent = 'Please enter a correct name and a valid 6-digit code';\n        return;\n    }\n\n    const letterCode = parseInt(code.slice(0, 2), 10);\n    const adjectivesCode = code.slice(2, 5);\n    const checkDigit = code.charAt(5).toUpperCase();\n\n    const firstLetter = String.fromCharCode(letterCode + 65);\n    const sum = code.slice(0, 5).split('').reduce((acc, digit) => acc + parseInt(digit, 16), 0);\n\n    if (firstLetter !== partnerName.charAt(0).toUpperCase() || (sum % 16).toString(16).toUpperCase() !== checkDigit) {\n        feedback.textContent = 'Please enter a correct name and a valid 6-digit code';\n        return;\n    }\n\n    const adjectives = [];\n    for (let i = 0; i < adjectivesCode.length; i++) {\n        const digitCode = adjectivesCode.charAt(i).toUpperCase();\n        if (adjectiveMap[digitCode]) {\n            adjectives.push(adjectiveMap[digitCode]);\n        }\n    }\n\n    const resultMessage = `Hi ${partnerName}, your partner thinks you are ${adjectives.join(', ')}.`;\n    document.getElementById('resultMessage').textContent = resultMessage;\n    document.getElementById('step2').classList.remove('hidden');\n    document.getElementById('step2').classList.add('visible');\n    document.getElementById('step2').scrollIntoView({ behavior: 'smooth' });\n}\n\nconst adjectiveMap = {\n    '0': 'Charismatic',\n    '1': 'Collaborative',\n    '2': 'Confident',\n    '3': 'Flexible',\n    '4': 'Focused',\n    '5': 'Honest',\n    '6': 'Innovative',\n    '7': 'Motivated',\n    '8': 'Open-minded',\n    '9': 'Persuasive',\n    'A': 'Proactive',\n    'B': 'Quick-thinking',\n    'C': 'Reliable',\n    'D': 'Resilient',\n    'E': 'Result-driven',\n    'F': 'Self-motivated'\n};\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Observer Insight \u500b\u4eba\u54c1\u724c 3.0\uff1a\u5851\u9020\u60a8\u7684\u6578\u4f4d\u8eab\u4efd\uff0c\u6210\u5c31\u672a\u4f86 Observer Insight \u6b65\u9a5f 1\uff1a\u8f38\u5165\u8a73\u7d30\u8cc7\u6599 \u5408\u4f5c\u5925\u4f34\u540d\u7a31\uff1a \u8f38\u5165\u4ee3\u78bc\uff1a \u89e3\u78bc \u6b65\u9a5f 2\uff1a\u7d50\u679c \u4e0d\u6703\u5132\u5b58\u6216\u50b3\u8f38\u4efb\u4f55\u500b\u4eba\u8cc7\u8a0a\u3002\u6240\u6709\u8cc7\u6599\u90fd\u5b89\u5168\u5730\u4fdd\u5b58\u5728\u60a8\u7684\u88dd\u7f6e\u548c\u700f\u89bd\u5668\u6703\u8a71\u4e2d\u3002<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-20445","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>Observer Insight - Social Stand<\/title>\n<meta name=\"description\" content=\"Observer Insight Personal Branding 3.0: Shaping Your Digital Identity for Future Success Observer Insight Step 1: Enter Details Partner Name: Enter Code:\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/social-stand.com\/zh\/observer-insight\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Observer Insight - Social Stand\" \/>\n<meta property=\"og:description\" content=\"Observer Insight Personal Branding 3.0: Shaping Your Digital Identity for Future Success Observer Insight Step 1: Enter Details Partner Name: Enter Code:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/social-stand.com\/zh\/observer-insight\/\" \/>\n<meta property=\"og:site_name\" content=\"Social Stand\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-28T04:22:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u89c0\u5bdf\u8005\u6d1e\u5bdf - \u793e\u6703\u7acb\u5834","description":"Observer Insight \u500b\u4eba\u54c1\u724c 3.0\uff1a\u5851\u9020\u60a8\u7684\u6578\u4f4d\u8eab\u4efd\uff0c\u6210\u5c31\u672a\u4f86\u6210\u529f Observer Insight \u7b2c\u4e00\u6b65\uff1a\u8f38\u5165\u8a73\u7d30\u8cc7\u6599 \u5408\u4f5c\u5925\u4f34\u540d\u7a31\uff1a \u8f38\u5165\u4ee3\u78bc\uff1a","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:\/\/social-stand.com\/zh\/observer-insight\/","og_locale":"zh_HK","og_type":"article","og_title":"Observer Insight - Social Stand","og_description":"Observer Insight Personal Branding 3.0: Shaping Your Digital Identity for Future Success Observer Insight Step 1: Enter Details Partner Name: Enter Code:","og_url":"https:\/\/social-stand.com\/zh\/observer-insight\/","og_site_name":"Social Stand","article_modified_time":"2024-10-28T04:22:28+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/social-stand.com\/observer-insight\/","url":"https:\/\/social-stand.com\/observer-insight\/","name":"\u89c0\u5bdf\u8005\u6d1e\u5bdf - \u793e\u6703\u7acb\u5834","isPartOf":{"@id":"https:\/\/social-stand.com\/zh\/#website"},"datePublished":"2024-10-27T20:12:36+00:00","dateModified":"2024-10-28T04:22:28+00:00","description":"Observer Insight \u500b\u4eba\u54c1\u724c 3.0\uff1a\u5851\u9020\u60a8\u7684\u6578\u4f4d\u8eab\u4efd\uff0c\u6210\u5c31\u672a\u4f86\u6210\u529f Observer Insight \u7b2c\u4e00\u6b65\uff1a\u8f38\u5165\u8a73\u7d30\u8cc7\u6599 \u5408\u4f5c\u5925\u4f34\u540d\u7a31\uff1a \u8f38\u5165\u4ee3\u78bc\uff1a","breadcrumb":{"@id":"https:\/\/social-stand.com\/observer-insight\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/social-stand.com\/observer-insight\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/social-stand.com\/observer-insight\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/social-stand.com\/"},{"@type":"ListItem","position":2,"name":"Observer Insight"}]},{"@type":"WebSite","@id":"https:\/\/social-stand.com\/zh\/#website","url":"https:\/\/social-stand.com\/zh\/","name":"\u793e\u6703\u7acb\u5834","description":"\u793e\u4ea4\u5a92\u9ad4\u4ee3\u7406","publisher":{"@id":"https:\/\/social-stand.com\/zh\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/social-stand.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/social-stand.com\/zh\/#organization","name":"\u793e\u6703\u7acb\u5834","url":"https:\/\/social-stand.com\/zh\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/social-stand.com\/zh\/#\/schema\/logo\/image\/","url":"https:\/\/social-stand.com\/wp-content\/uploads\/2017\/08\/touch-logo-social-stand.png","contentUrl":"https:\/\/social-stand.com\/wp-content\/uploads\/2017\/08\/touch-logo-social-stand.png","width":152,"height":152,"caption":"Social Stand"},"image":{"@id":"https:\/\/social-stand.com\/zh\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/pages\/20445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/comments?post=20445"}],"version-history":[{"count":0,"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/pages\/20445\/revisions"}],"wp:attachment":[{"href":"https:\/\/social-stand.com\/zh\/wp-json\/wp\/v2\/media?parent=20445"}],"curies":[{"name":"\u53ef\u6fd5\u6027\u7c89\u5291","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}