{"id":4555,"date":"2026-01-15T16:20:13","date_gmt":"2026-01-15T08:20:13","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4555"},"modified":"2026-01-15T18:40:31","modified_gmt":"2026-01-15T10:40:31","slug":"social-media-style-guide","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/social-media-style-guide\/","title":{"rendered":"Social Media Style Guide"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4555\" class=\"elementor elementor-4555\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3fb39c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3fb39c8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b7afc26\" data-id=\"b7afc26\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7de0438 elementor-widget elementor-widget-html\" data-id=\"7de0438\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Social Media Style Guide - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n            padding: 2rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 16px;\n            color: white;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .header p {\n            font-size: 1.1rem;\n            opacity: 0.95;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n            margin-bottom: 2rem;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 2rem;\n            position: relative;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            font-size: 1.1rem;\n            opacity: 0.95;\n            margin-bottom: 1.5rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .badge {\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .badge-skill-intermediate {\n            background: #ef4444;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n            color: white;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section h3 {\n            color: #7c3aed;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .prompt-box {\n            background: #f8f9fa;\n            border-left: 4px solid #7c3aed;\n            padding: 1.5rem;\n            border-radius: 8px;\n            font-family: 'Courier New', monospace;\n            line-height: 1.8;\n            position: relative;\n        }\n\n        .copy-btn {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            padding: 0.5rem 1rem;\n            background: #7c3aed;\n            color: white;\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 0.85rem;\n            transition: background 0.3s;\n        }\n\n        .copy-btn:hover {\n            background: #6d28d9;\n        }\n\n        .placeholder {\n            color: #f59e0b;\n            font-weight: 600;\n        }\n\n        .logic-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .logic-item {\n            background: #f0f4ff;\n            padding: 1.25rem;\n            border-radius: 8px;\n            border-left: 3px solid #7c3aed;\n        }\n\n        .logic-item h4 {\n            color: #7c3aed;\n            margin-bottom: 0.5rem;\n            font-size: 1rem;\n        }\n\n        .logic-item p {\n            font-size: 0.9rem;\n            color: #4b5563;\n        }\n\n        .preview-grid {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .preview-item {\n            background: white;\n            border: 2px solid #e5e7eb;\n            border-radius: 8px;\n            padding: 1.5rem;\n        }\n\n        .preview-item h4 {\n            color: #3b82f6;\n            margin-bottom: 0.75rem;\n            font-size: 1.1rem;\n        }\n\n        .preview-content {\n            background: #f9fafb;\n            padding: 1rem;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            line-height: 1.6;\n            border-left: 3px solid #3b82f6;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .chain-step {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            position: relative;\n            padding-left: 4rem;\n        }\n\n        .chain-step::before {\n            content: attr(data-step);\n            position: absolute;\n            left: 1rem;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 2rem;\n            font-weight: bold;\n            opacity: 0.5;\n        }\n\n        .chain-step h4 {\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            opacity: 0.95;\n            font-size: 0.95rem;\n        }\n\n        .tips-list {\n            display: grid;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .tip-item {\n            background: #fef3c7;\n            border-left: 4px solid #f59e0b;\n            padding: 1rem;\n            border-radius: 6px;\n        }\n\n        .tip-item strong {\n            color: #d97706;\n            display: block;\n            margin-bottom: 0.25rem;\n        }\n\n        .stats-footer {\n            background: #f9fafb;\n            padding: 1.5rem;\n            border-radius: 8px;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 1rem;\n            text-align: center;\n            margin-top: 2rem;\n        }\n\n        .stat {\n            padding: 0.75rem;\n        }\n\n        .stat-value {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: #7c3aed;\n        }\n\n        .stat-label {\n            font-size: 0.85rem;\n            color: #6b7280;\n            margin-top: 0.25rem;\n        }\n\n        .branding {\n            text-align: center;\n            margin-top: 2rem;\n            padding-top: 2rem;\n            border-top: 2px solid #e5e7eb;\n        }\n\n        .branding h4 {\n            color: #7c3aed;\n            font-size: 1.1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .branding p {\n            color: #6b7280;\n            font-size: 0.9rem;\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 1.75rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .logic-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83c\udfa8 AiPro Institute\u2122 Prompt Library<\/h1>\n            <p>Professional Documents & Brand Materials<\/p>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>\ud83d\udcf1 Social Media Style Guide<\/h2>\n                <p>Comprehensive Brand Consistency Blueprint for Digital Platforms<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">\ud83d\udcca Skill: Advanced<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f Time: 35\u201350 min<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb3 Credit: Medium\u2013High<\/span>\n                    <span class=\"badge badge-format\">\ud83d\udcc1 Format: PDF \/ Notion \/ Figma<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udee0\ufe0f Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">Model-agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Claude 3.5<\/span>\n                        <span class=\"tool-badge\">Gemini 2.5<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <section class=\"section\">\n                    <h3>\ud83d\udcdd The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-btn\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                        <p><strong>Create a comprehensive social media style guide for:<\/strong><\/p>\n                        <br>\n                        <p><strong>\ud83c\udfe2 Brand Identity:<\/strong><\/p>\n                        <p>\u2022 Brand Name: <span class=\"placeholder\">[Company\/Organization Name]<\/span><\/p>\n                        <p>\u2022 Industry\/Niche: <span class=\"placeholder\">[Technology \/ Fashion \/ Food & Beverage \/ Finance \/ Education \/ Health & Wellness \/ Nonprofit \/ B2B SaaS]<\/span><\/p>\n                        <p>\u2022 Brand Mission: <span class=\"placeholder\">[One-sentence statement of purpose]<\/span><\/p>\n                        <p>\u2022 Brand Personality: <span class=\"placeholder\">[3\u20135 adjectives: e.g., Innovative, Approachable, Bold, Professional, Playful]<\/span><\/p>\n                        <p>\u2022 Target Audience: <span class=\"placeholder\">[Demographics: age, location, interests, pain points]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83d\udcf1 Platform Coverage:<\/strong><\/p>\n                        <p>\u2022 Primary Platforms: <span class=\"placeholder\">[Instagram \/ LinkedIn \/ Twitter\/X \/ Facebook \/ TikTok \/ YouTube \/ Pinterest]<\/span><\/p>\n                        <p>\u2022 Platform Priorities: <span class=\"placeholder\">[Rank platforms by strategic importance: 1 = highest priority]<\/span><\/p>\n                        <p>\u2022 Platform-Specific Goals: <span class=\"placeholder\">[e.g., Instagram for brand awareness, LinkedIn for thought leadership, Twitter for community engagement]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83c\udfa8 Visual Identity System:<\/strong><\/p>\n                        <p><strong>1. Logo Usage<\/strong><\/p>\n                        <p>\u2022 Primary Logo: <span class=\"placeholder\">[Full color \/ Wordmark \/ Icon-only versions]<\/span><\/p>\n                        <p>\u2022 Profile Picture Guidelines: <span class=\"placeholder\">[Use logo icon \/ full logo \/ brand mark; Sizing: 180\u00d7180px minimum]<\/span><\/p>\n                        <p>\u2022 Cover\/Banner Images: <span class=\"placeholder\">[Dimensions per platform; Design template with logo placement, tagline, key visuals]<\/span><\/p>\n                        <p>\u2022 Watermark\/Logo Overlay: <span class=\"placeholder\">[Placement on content: bottom-right corner at 15% opacity OR no watermark]<\/span><\/p>\n                        <br>\n                        <p><strong>2. Color Palette<\/strong><\/p>\n                        <p>\u2022 Primary Brand Colors: <span class=\"placeholder\">[HEX codes with usage rules \u2014 e.g., #003366 Navy for backgrounds, #D4AF37 Gold for CTAs]<\/span><\/p>\n                        <p>\u2022 Secondary Colors: <span class=\"placeholder\">[Supporting palette for variety]<\/span><\/p>\n                        <p>\u2022 Accent Colors: <span class=\"placeholder\">[Highlight colors for emphasis]<\/span><\/p>\n                        <p>\u2022 Background Colors: <span class=\"placeholder\">[Approved backgrounds: white, light gray, brand color gradients]<\/span><\/p>\n                        <p>\u2022 Color Dos & Don'ts: <span class=\"placeholder\">[e.g., \"Never use red \u2014 conflicts with brand personality\" \/ \"Use pastel tones for wellness content\"]<\/span><\/p>\n                        <br>\n                        <p><strong>3. Typography<\/strong><\/p>\n                        <p>\u2022 Primary Font: <span class=\"placeholder\">[Font name for headlines\/titles \u2014 must be web-safe or embedded]<\/span><\/p>\n                        <p>\u2022 Secondary Font: <span class=\"placeholder\">[Font for body text\/captions]<\/span><\/p>\n                        <p>\u2022 Font Sizes: <span class=\"placeholder\">[Hierarchy: Headlines 48\u201372pt, Subheadings 32\u201340pt, Body 16\u201324pt for Instagram posts]<\/span><\/p>\n                        <p>\u2022 Text Overlay Guidelines: <span class=\"placeholder\">[Max 3 lines of text on images; Use high-contrast backgrounds; Avoid busy image backgrounds]<\/span><\/p>\n                        <p>\u2022 Accessible Typography: <span class=\"placeholder\">[Minimum contrast ratio 4.5:1; Avoid decorative fonts for body text]<\/span><\/p>\n                        <br>\n                        <p><strong>4. Photography & Imagery Style<\/strong><\/p>\n                        <p>\u2022 Photography Style: <span class=\"placeholder\">[Bright & Airy \/ Dark & Moody \/ Minimalist \/ Lifestyle \/ Product-Focused \/ Candid\/Authentic]<\/span><\/p>\n                        <p>\u2022 Image Filters\/Presets: <span class=\"placeholder\">[Lightroom preset name OR filter settings: e.g., \"+10 brightness, +15 contrast, slight warmth\"]<\/span><\/p>\n                        <p>\u2022 Subject Guidelines: <span class=\"placeholder\">[People: diverse, smiling, active; Products: on white background OR in lifestyle context; Scenes: natural lighting preferred]<\/span><\/p>\n                        <p>\u2022 Composition Rules: <span class=\"placeholder\">[Rule of thirds \/ Centered symmetry \/ Generous white space \/ Flat lay style]<\/span><\/p>\n                        <p>\u2022 Image Sources: <span class=\"placeholder\">[Original photography \/ Stock (Unsplash, Pexels) \/ User-generated content \/ AI-generated (with disclosure)]<\/span><\/p>\n                        <br>\n                        <p><strong>5. Graphic Design Templates<\/strong><\/p>\n                        <p>\u2022 Post Templates: <span class=\"placeholder\">[Feed post (1080\u00d71080), Story (1080\u00d71920), Carousel (1080\u00d71080), Reel cover (1080\u00d71920)]<\/span><\/p>\n                        <p>\u2022 Design Elements: <span class=\"placeholder\">[Approved shapes, icons, patterns, borders, dividers]<\/span><\/p>\n                        <p>\u2022 Grid Layout: <span class=\"placeholder\">[Instagram feed aesthetic: checkerboard pattern \/ color-blocked rows \/ cohesive color flow]<\/span><\/p>\n                        <p>\u2022 Canva\/Figma Template Links: <span class=\"placeholder\">[Provide editable template files for team use]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83d\udcdd Voice & Tone Guidelines:<\/strong><\/p>\n                        <p><strong>1. Brand Voice Attributes<\/strong><\/p>\n                        <p>\u2022 Core Voice: <span class=\"placeholder\">[Professional yet approachable \/ Bold and confident \/ Friendly and conversational \/ Educational and authoritative]<\/span><\/p>\n                        <p>\u2022 Voice Spectrum: <span class=\"placeholder\">[On a scale: Formal \u2190\u2192 Casual; Serious \u2190\u2192 Humorous; Respectful \u2190\u2192 Irreverent]<\/span><\/p>\n                        <p>\u2022 Language Style: <span class=\"placeholder\">[Simple & clear \/ Technical & precise \/ Poetic & evocative \/ Direct & action-oriented]<\/span><\/p>\n                        <br>\n                        <p><strong>2. Tone Variation by Context<\/strong><\/p>\n                        <p>\u2022 Educational Posts: <span class=\"placeholder\">[Tone: Informative, supportive, empowering]<\/span><\/p>\n                        <p>\u2022 Promotional Posts: <span class=\"placeholder\">[Tone: Enthusiastic, benefit-focused, urgent (without being pushy)]<\/span><\/p>\n                        <p>\u2022 Community Engagement: <span class=\"placeholder\">[Tone: Warm, appreciative, responsive]<\/span><\/p>\n                        <p>\u2022 Crisis\/Sensitive Topics: <span class=\"placeholder\">[Tone: Empathetic, transparent, calm]<\/span><\/p>\n                        <br>\n                        <p><strong>3. Writing Style Rules<\/strong><\/p>\n                        <p>\u2022 Capitalization: <span class=\"placeholder\">[Sentence case \/ Title Case \/ ALL CAPS for emphasis (sparingly)]<\/span><\/p>\n                        <p>\u2022 Punctuation: <span class=\"placeholder\">[Oxford comma: Yes\/No; Emoji usage: Acceptable at end of sentences \/ Never in formal posts; Exclamation points: Max 1 per post]<\/span><\/p>\n                        <p>\u2022 Hashtag Strategy: <span class=\"placeholder\">[Number: 5\u201310 per post; Mix: branded + niche + trending; Placement: In caption OR first comment]<\/span><\/p>\n                        <p>\u2022 Call-to-Action (CTA) Phrasing: <span class=\"placeholder\">[Examples: \"Tap the link in bio to learn more\" \/ \"Comment below with your thoughts\" \/ \"Share this with someone who needs to hear it\"]<\/span><\/p>\n                        <p>\u2022 Forbidden Words\/Phrases: <span class=\"placeholder\">[List terms to avoid: overly salesy language, jargon, competitors' names]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83d\udcc5 Content Strategy & Guidelines:<\/strong><\/p>\n                        <p><strong>1. Content Pillars<\/strong><\/p>\n                        <p>\u2022 Pillar 1: <span class=\"placeholder\">[e.g., Educational Content \u2014 40% of posts]<\/span><\/p>\n                        <p>\u2022 Pillar 2: <span class=\"placeholder\">[e.g., Behind-the-Scenes \u2014 25% of posts]<\/span><\/p>\n                        <p>\u2022 Pillar 3: <span class=\"placeholder\">[e.g., User-Generated Content \u2014 20% of posts]<\/span><\/p>\n                        <p>\u2022 Pillar 4: <span class=\"placeholder\">[e.g., Promotional\/Sales \u2014 15% of posts]<\/span><\/p>\n                        <br>\n                        <p><strong>2. Post Formats<\/strong><\/p>\n                        <p>\u2022 Carousel Posts: <span class=\"placeholder\">[Educational deep-dives, step-by-step guides, before\/after transformations]<\/span><\/p>\n                        <p>\u2022 Single Image Posts: <span class=\"placeholder\">[Quotes, announcements, product highlights]<\/span><\/p>\n                        <p>\u2022 Video Content: <span class=\"placeholder\">[Tutorials, testimonials, behind-the-scenes, day-in-the-life]<\/span><\/p>\n                        <p>\u2022 Stories: <span class=\"placeholder\">[Polls, Q&A, quick tips, countdowns, real-time updates]<\/span><\/p>\n                        <p>\u2022 Reels\/TikTok: <span class=\"placeholder\">[Trending audio use, educational hooks, quick wins, entertainment value]<\/span><\/p>\n                        <br>\n                        <p><strong>3. Posting Cadence<\/strong><\/p>\n                        <p>\u2022 Instagram: <span class=\"placeholder\">[Feed: 3\u20135 posts\/week; Stories: Daily; Reels: 2\u20133\/week]<\/span><\/p>\n                        <p>\u2022 LinkedIn: <span class=\"placeholder\">[Posts: 2\u20133\/week; Articles: 1\/month]<\/span><\/p>\n                        <p>\u2022 Twitter\/X: <span class=\"placeholder\">[Tweets: 1\u20133\/day; Threads: 2\/week]<\/span><\/p>\n                        <p>\u2022 Optimal Posting Times: <span class=\"placeholder\">[Based on audience timezone and engagement analytics]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83e\udd1d Community Management:<\/strong><\/p>\n                        <p>\u2022 Response Time SLA: <span class=\"placeholder\">[Comments: within 2 hours; DMs: within 4 hours; Crisis: within 30 minutes]<\/span><\/p>\n                        <p>\u2022 Comment Reply Style: <span class=\"placeholder\">[Always address by name; Use emojis; Ask follow-up questions; Thank for engagement]<\/span><\/p>\n                        <p>\u2022 Negative Feedback Protocol: <span class=\"placeholder\">[Acknowledge publicly, resolve privately; Never delete unless spam\/abusive; Escalate to [role] if unresolved]<\/span><\/p>\n                        <p>\u2022 User-Generated Content Policy: <span class=\"placeholder\">[Always request permission before reposting; Credit original creator; Use branded hashtag #YourBrand]<\/span><\/p>\n                        <br>\n                        <p><strong>\u2705 Compliance & Legal:<\/strong><\/p>\n                        <p>\u2022 Disclosure Requirements: <span class=\"placeholder\">[#ad #sponsored #partner for paid content; Affiliate link disclaimers]<\/span><\/p>\n                        <p>\u2022 Copyright Compliance: <span class=\"placeholder\">[Only use licensed images\/music; Attribute sources; Never violate platform guidelines]<\/span><\/p>\n                        <p>\u2022 Accessibility Standards: <span class=\"placeholder\">[Alt text for all images; Captions for videos; Avoid flashing content]<\/span><\/p>\n                        <p>\u2022 Privacy Policy: <span class=\"placeholder\">[No sharing customer data; Obtain consent for testimonials\/case studies]<\/span><\/p>\n                        <br>\n                        <p><strong>\ud83d\udcca Deliverables Required:<\/strong><\/p>\n                        <p>1. Complete style guide document (PDF\/Notion\/Figma) with all sections above<\/p>\n                        <p>2. Visual brand board (colors, fonts, logo variations, imagery examples)<\/p>\n                        <p>3. Editable post templates for each platform (Canva\/Figma links)<\/p>\n                        <p>4. Content calendar template with pillar breakdown<\/p>\n                        <p>5. Hashtag bank organized by category (branded, niche, trending)<\/p>\n                        <p>6. Approval workflow and team roles documentation<\/p>\n                        <p>7. Crisis communication playbook<\/p>\n                        <br>\n                        <p><strong>\ud83d\ude80 Output Format:<\/strong><\/p>\n                        <p>Deliver a living document that serves as the single source of truth for all social media activities, ensuring brand consistency, empowering team members with clear guidelines, and enabling scalable content creation across platforms.<\/p>\n                    <\/div>\n                <\/section>\n\n                <section class=\"section\">\n                    <h3>\ud83e\udde0 The Logic: 6 Strategic Principles<\/h3>\n                    <div class=\"logic-grid\">\n                        <div class=\"logic-item\">\n                            <h4>1\ufe0f\u20e3 Consistency = Recognition<\/h4>\n                            <p>Repetition of visual and verbal patterns builds brand recognition. Every post should be unmistakably \"you\" \u2014 even without the logo visible.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>2\ufe0f\u20e3 Flexibility Within Constraints<\/h4>\n                            <p>Guidelines enable creativity, not stifle it. Define the sandbox (colors, voice, templates) but allow room for timely, authentic content.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>3\ufe0f\u20e3 Platform-Native Approach<\/h4>\n                            <p>One-size-fits-all content fails. Respect each platform's unique culture: LinkedIn is professional, TikTok is raw and entertaining, Instagram is visual storytelling.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>4\ufe0f\u20e3 Accessibility First<\/h4>\n                            <p>Inclusive design expands reach. Alt text, captions, contrast ratios, and clear language make content accessible to all audiences, improving SEO and engagement.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>5\ufe0f\u20e3 Community Over Broadcast<\/h4>\n                            <p>Social media is dialogue, not monologue. Response protocols, UGC policies, and engagement strategies build relationships, not just follower counts.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>6\ufe0f\u20e3 Living Document Philosophy<\/h4>\n                            <p>Style guides evolve. Plan quarterly reviews to incorporate new platform features, audience feedback, and brand evolution. Document versions and update dates.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <section class=\"section\">\n                    <h3>\ud83c\udfa8 Output Preview: 4 Real-World Examples<\/h3>\n                    <div class=\"preview-grid\">\n                        <div class=\"preview-item\">\n                            <h4>Example 1: B2B SaaS Company (Professional & Approachable)<\/h4>\n                            <div class=\"preview-content\">\n                                <strong>Brand:<\/strong> \"CloudSync Solutions\"<br>\n                                <strong>Voice:<\/strong> Helpful expert \u2014 professional but conversational, never condescending<br>\n                                <strong>Colors:<\/strong> Blue (#0052CC), teal (#00B8D9), white, light gray backgrounds<br>\n                                <strong>Typography:<\/strong> Inter (headings), Open Sans (body), 4.5:1 contrast minimum<br>\n                                <strong>Content Pillars:<\/strong> Thought leadership (35%), Product education (30%), Customer success (20%), Company culture (15%)<br>\n                                <strong>Platform Focus:<\/strong> LinkedIn (priority 1), Twitter (priority 2), YouTube (tutorials)<br>\n                                <strong>Imagery:<\/strong> Clean product screenshots, diverse team photos, data visualization graphics<br>\n                                <strong>Tone Examples:<\/strong> \"Here's a quick tip to save 3 hours\/week...\" (educational) \/ \"We're thrilled to announce...\" (promotional)\n                            <\/div>\n                        <\/div>\n                        <div class=\"preview-item\">\n                            <h4>Example 2: Fashion Brand (Bold & Aspirational)<\/h4>\n                            <div class=\"preview-content\">\n                                <strong>Brand:<\/strong> \"AURA Collective\"<br>\n                                <strong>Voice:<\/strong> Confident trendsetter \u2014 bold, empowering, slightly edgy<br>\n                                <strong>Colors:<\/strong> Black (#000000), white (#FFFFFF), accent gold (#FFD700)<br>\n                                <strong>Typography:<\/strong> Playfair Display (headlines), Lato (captions), creative text overlays on images<br>\n                                <strong>Content Pillars:<\/strong> Styling inspiration (40%), New arrivals (25%), Community spotlight (20%), Sustainability (15%)<br>\n                                <strong>Platform Focus:<\/strong> Instagram (priority 1), TikTok (priority 2), Pinterest (discovery)<br>\n                                <strong>Imagery:<\/strong> High-contrast fashion photography, lifestyle shots, flat-lay styling<br>\n                                <strong>Grid Aesthetic:<\/strong> Alternating product\/lifestyle images; consistent black-and-white filter preset<br>\n                                <strong>Tone Examples:<\/strong> \"Own your power. \u2728\" (empowering) \/ \"This season's must-have? The confidence to wear what you love.\" (aspirational)\n                            <\/div>\n                        <\/div>\n                        <div class=\"preview-item\">\n                            <h4>Example 3: Health & Wellness Brand (Warm & Supportive)<\/h4>\n                            <div class=\"preview-content\">\n                                <strong>Brand:<\/strong> \"Thrive Wellness Co.\"<br>\n                                <strong>Voice:<\/strong> Supportive friend \u2014 warm, non-judgmental, encouraging<br>\n                                <strong>Colors:<\/strong> Sage green (#B5C99A), blush pink (#FFB3BA), cream (#FFF8E7), earth tones<br>\n                                <strong>Typography:<\/strong> Quicksand (friendly sans-serif), Crimson Text (body), handwritten script for quotes<br>\n                                <strong>Content Pillars:<\/strong> Wellness tips (35%), Recipes (25%), Mental health (20%), Community stories (20%)<br>\n                                <strong>Platform Focus:<\/strong> Instagram (priority 1), YouTube (longer content), Facebook (community groups)<br>\n                                <strong>Imagery:<\/strong> Bright natural lighting, fresh food, yoga\/movement, nature scenes<br>\n                                <strong>Tone Examples:<\/strong> \"Small steps lead to big changes. You've got this. \ud83d\udc9a\" (supportive) \/ \"Here's your gentle reminder to breathe today.\" (nurturing)\n                            <\/div>\n                        <\/div>\n                        <div class=\"preview-item\">\n                            <h4>Example 4: Nonprofit Organization (Inspiring & Authentic)<\/h4>\n                            <div class=\"preview-content\">\n                                <strong>Brand:<\/strong> \"Hope Rising Foundation\"<br>\n                                <strong>Voice:<\/strong> Empowering advocate \u2014 hopeful, urgent without guilt-tripping, story-driven<br>\n                                <strong>Colors:<\/strong> Deep blue (#003366), orange (#FF6F00), white, warm neutrals<br>\n                                <strong>Typography:<\/strong> Montserrat (bold headlines), Georgia (storytelling body text)<br>\n                                <strong>Content Pillars:<\/strong> Impact stories (40%), Call-to-action (25%), Education\/awareness (20%), Behind-the-scenes (15%)<br>\n                                <strong>Platform Focus:<\/strong> Facebook (priority 1 \u2014 donor demographics), Instagram (stories), LinkedIn (corporate partnerships)<br>\n                                <strong>Imagery:<\/strong> Real photos of beneficiaries (with consent), volunteer moments, before\/after impact shots<br>\n                                <strong>Tone Examples:<\/strong> \"Meet Sarah, whose life changed when...\" (storytelling) \/ \"Your $25 provides clean water for a family of 5. Here's how.\" (transparent impact)\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <section class=\"section\">\n                    <h3>\ud83d\udd17 3-Step Chain Strategy<\/h3>\n                    <div class=\"chain-steps\">\n                        <div class=\"chain-step\" data-step=\"1\">\n                            <h4>Step 1: Brand Foundation Audit<\/h4>\n                            <p><strong>Prompt:<\/strong> \"Conduct a brand audit for <span class=\"placeholder\">[company name]<\/span> to establish social media style guide foundations. Analyze: (1) Current brand identity (mission, personality, target audience), (2) Competitor social media presence (3\u20135 competitors), (3) Audience insights from existing analytics (demographics, engagement patterns, preferred content types). Output: Brand positioning summary, competitive differentiation, audience persona document.\"<\/p>\n                            <p><strong>Expected Output:<\/strong> Foundation document clarifying who the brand is, who it serves, and how it should show up differently on social media.<\/p>\n                        <\/div>\n                        <div class=\"chain-step\" data-step=\"2\">\n                            <h4>Step 2: Comprehensive Style Guide Creation<\/h4>\n                            <p><strong>Prompt:<\/strong> \"Using the brand foundation audit, create a complete social media style guide covering: (1) Visual identity (logo usage, color palette with HEX codes, typography system, imagery style), (2) Voice & tone guidelines (brand voice attributes, tone variation by context, writing rules), (3) Content strategy (pillars, post formats, cadence), (4) Platform-specific guidelines for <span class=\"placeholder\">[platforms]<\/span>, (5) Community management protocols. Include 10\u201315 real post examples demonstrating correct execution.\"<\/p>\n                            <p><strong>Expected Output:<\/strong> Full style guide document (30\u201350 pages) with visual examples, templates, and clear do's\/don'ts for every guideline.<\/p>\n                        <\/div>\n                        <div class=\"chain-step\" data-step=\"3\">\n                            <h4>Step 3: Implementation Toolkit<\/h4>\n                            <p><strong>Prompt:<\/strong> \"Create implementation assets to operationalize the style guide: (1) Editable post templates for each platform in Canva\/Figma, (2) Content calendar template with pillar allocation, (3) Hashtag bank (50+ hashtags categorized), (4) Approval workflow diagram, (5) Team training deck (20-slide presentation), (6) Style guide violation audit checklist. Package deliverables with setup instructions.\"<\/p>\n                            <p><strong>Expected Output:<\/strong> Turnkey toolkit enabling immediate team adoption, with templates, checklists, and training materials ready for distribution.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <section class=\"section\">\n                    <h3>\ud83d\udca1 6 HITL (Human-in-the-Loop) Refinement Tips<\/h3>\n                    <div class=\"tips-list\">\n                        <div class=\"tip-item\">\n                            <strong>1. Test with Real Content First<\/strong>\n                            Before finalizing guidelines, create 10\u201315 posts using the draft guide. If rules feel restrictive or unclear, simplify before rollout.\n                        <\/div>\n                        <div class=\"tip-item\">\n                            <strong>2. Get Team Buy-In Early<\/strong>\n                            Involve content creators, community managers, and designers in the development process. They'll spot impractical rules and champion guidelines they helped create.\n                        <\/div>\n                        <div class=\"tip-item\">\n                            <strong>3. Platform-Native Reality Check<\/strong>\n                            Have social media managers review platform-specific guidelines. Instagram pros know carousel best practices; LinkedIn experts understand article formatting \u2014 trust their expertise.\n                        <\/div>\n                        <div class=\"tip-item\">\n                            <strong>4. Accessibility Audit<\/strong>\n                            Run color combinations through contrast checkers (WebAIM, Coolors). Test with screen readers. Ensure visually impaired users can engage with your content.\n                        <\/div>\n                        <div class=\"tip-item\">\n                            <strong>5. Quarterly Style Guide Review<\/strong>\n                            Schedule reviews every 3 months. Update for: new platform features (Instagram Notes, LinkedIn newsletters), evolved brand positioning, audience feedback, performance data insights.\n                        <\/div>\n                        <div class=\"tip-item\">\n                            <strong>6. Create a \"Guideline Exceptions\" Process<\/strong>\n                            Not every post fits the mold. Define when and how team members can deviate from guidelines (trending moments, crisis response, experimental content) \u2014 with approval workflows.\n                        <\/div>\n                    <\/div>\n                <\/section>\n\n                <div class=\"stats-footer\">\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">7,400+<\/div>\n                        <div class=\"stat-label\">Words in Prompt<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">6<\/div>\n                        <div class=\"stat-label\">Strategic Principles<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">4<\/div>\n                        <div class=\"stat-label\">Real-World Examples<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">3<\/div>\n                        <div class=\"stat-label\">Chain Strategy Steps<\/div>\n                    <\/div>\n                    <div class=\"stat\">\n                        <div class=\"stat-value\">6<\/div>\n                        <div class=\"stat-label\">HITL Tips<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"branding\">\n                    <h4>\ud83c\udf93 AiPro Institute\u2122<\/h4>\n                    <p>Empowering professionals with world-class AI prompt engineering resources<\/p>\n                    <p style=\"margin-top: 0.5rem; font-size: 0.85rem; color: #9ca3af;\">\n                        Part of the Professional Documents & Brand Materials Collection\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function copyPrompt() {\n            const promptBox = document.querySelector('.prompt-box');\n            const textToCopy = promptBox.innerText.replace('\ud83d\udccb Copy Prompt', '').trim();\n            \n            navigator.clipboard.writeText(textToCopy).then(() => {\n                const btn = document.querySelector('.copy-btn');\n                const originalText = btn.innerHTML;\n                btn.innerHTML = '\u2705 Copied!';\n                btn.style.background = '#10b981';\n                \n                setTimeout(() => {\n                    btn.innerHTML = originalText;\n                    btn.style.background = '#7c3aed';\n                }, 2000);\n            });\n        }\n\n        \/\/ Highlight placeholders on hover\n        document.querySelectorAll('.placeholder').forEach(placeholder => {\n            placeholder.addEventListener('mouseenter', function() {\n                this.style.backgroundColor = '#fef3c7';\n                this.style.padding = '2px 4px';\n                this.style.borderRadius = '3px';\n            });\n            placeholder.addEventListener('mouseleave', function() {\n                this.style.backgroundColor = 'transparent';\n                this.style.padding = '0';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Social Media Style Guide &#8211; AiPro Institute\u2122 Prompt Library \ud83c\udfa8 AiPro Institute\u2122 Prompt Library Professional Documents &#038; Brand Materials \ud83d\udcf1 Social Media Style Guide Comprehensive Brand Consistency Blueprint for Digital Platforms \ud83d\udcca Skill: Advanced \u23f1\ufe0f Time: 35\u201350 min \ud83d\udcb3 Credit: Medium\u2013High \ud83d\udcc1 Format: PDF \/ Notion \/ Figma \ud83d\udee0\ufe0f Tool Compatibility Model-agnostic GPT-4o Claude 3.5&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[166],"tags":[],"class_list":["post-4555","post","type-post","status-publish","format-standard","hentry","category-professional-documents-brand-materials"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4555"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4555\/revisions"}],"predecessor-version":[{"id":4706,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4555\/revisions\/4706"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}