Chuyển đến nội dung chính Hãy tìm hiểu cách tận dụng tối đa AI agents, Microsoft 365 Copilot và nhiều hơn nữa. Tham gia cùng chúng tôi tại Hội nghị Cộng đồng Microsoft 365 từ ngày 21-23 tháng 4.
Tìm hiểu thêm

Trải nghiệm của nhân viên Microsoft Viva Learning

Microsoft Viva Learning là một trung tâm học tập tập trung trong Microsoft Teams cho phép bạn tích hợp liền mạch các kỹ năng học tập và xây dựng vào hoạt động hàng ngày của mình. Tìm hiểu cách định cấu hình tùy chọn, điều hướng và đề xuất các khóa học.
Trải nghiệm nhân viên Microsoft Viva Learning (Đào tạo người dùng)
: "YouTube video blocked until cookies accepted"; } function deferYouTubeEmbeds() { const message = getYouTubeBlockMessage(); document.querySelectorAll('iframe[src*="youtube"]').forEach(iframe => { const placeholder = document.createElement('div'); placeholder.className = 'youtube-consent-placeholder'; placeholder.dataset.src = iframe.src; placeholder.style.width = iframe.style.width || '100%'; placeholder.style.height = iframe.style.height || '315px'; placeholder.style.background = "#000"; placeholder.style.display = "flex"; placeholder.style.alignItems = "center"; placeholder.style.justifyContent = "center"; placeholder.style.color = "#fff"; placeholder.innerText = message; iframe.replaceWith(placeholder); deferredYouTubeEmbeds.push(placeholder); }); } function loadYouTubeEmbeds() { deferredYouTubeEmbeds.forEach(placeholder => { const iframe = document.createElement('iframe'); iframe.src = placeholder.dataset.src; iframe.setAttribute('allowfullscreen', ''); iframe.setAttribute('frameborder', '0'); iframe.setAttribute('loading', 'lazy'); iframe.style.width = placeholder.style.width; iframe.style.height = placeholder.style.height; placeholder.replaceWith(iframe); }); deferredYouTubeEmbeds = []; } function onConsentChanged(categoryPreferences) { console.log("🍪 Consent changed:", categoryPreferences); if (categoryPreferences?.Marketing || categoryPreferences?.SocialMedia) { loadYouTubeEmbeds(); } } function initConsentAndYouTube() { WcpConsent.init( locale, bannerId, function (err, siteConsent) { if (err) { console.error("❌ MSCC init error:", err); return; } window._wcpConsent = siteConsent; // 👈 CRITICAL for the link to work // ✅ This ensures the Manage Cookies link will work window._wcpConsent = siteConsent; const consent = siteConsent.getConsent(); console.log("✅ MSCC initialized. Current consent:", consent); if (consent?.Marketing || consent?.SocialMedia) { loadYouTubeEmbeds(); } else { deferYouTubeEmbeds(); } }, onConsentChanged, WcpConsent.themes.light, "test-nonce", { forceShowBanner: true, siteBehavior: { enableAutoConsent: false, allowImplicitConsent: false }, fallbackBehavior: { waitForConsent: true, defaultConsent: { Required: false, Analytics: false, SocialMedia: false, Marketing: false, Advertising: false } } } ); } document.addEventListener("DOMContentLoaded", () => { const waitForMSCC = setInterval(() => { if (window.WcpConsent?.init) { clearInterval(waitForMSCC); initConsentAndYouTube(); } }, 100); }); })();