{"id":53390,"date":"2025-05-18T17:37:47","date_gmt":"2025-05-18T07:37:47","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=53390"},"modified":"2025-05-18T17:37:48","modified_gmt":"2025-05-18T07:37:48","slug":"add-an-eye-catching-pop-up-to-your-sharepoint-online-site","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","title":{"rendered":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site"},"content":{"rendered":"\n<p>In this SharePoint Online blog post we will show how to Add an Eye-Catching Pop-Up to Your SharePoint Online Site.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Looking for a simple way to draw attention to important messages on your SharePoint Online site? Whether you&#8217;re launching a new tool, announcing a policy change, or just want to improve engagement, adding a custom pop-up is a great way to make sure your users don\u2019t miss it.<\/p>\n\n\n\n<p>In this blog post, I\u2019ll walk you through how we added a sleek and effective pop-up message to a SharePoint Online intranet. This was part of a recent project where we helped an organization launch a new AI Assistant tool without sending a mass email. Instead, we used a custom pop-up to quietly introduce the tool and provide users with direct access to it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"452\" data-src=\"\/wp-content\/uploads\/2025\/05\/image-10.png\" alt=\"\" class=\"wp-image-53391 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/05\/image-10.png 940w, \/wp-content\/uploads\/2025\/05\/image-10-300x144.png 300w, \/wp-content\/uploads\/2025\/05\/image-10-768x369.png 768w, \/wp-content\/uploads\/2025\/05\/image-10-480x231.png 480w\" data-sizes=\"(max-width: 940px) 100vw, 940px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 940px; --smush-placeholder-aspect-ratio: 940\/452;\" \/><\/figure>\n\n\n\n<p>Here\u2019s how you can do the same in just a few steps:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-1-enable-site-customization\">Step 1: Enable Site Customization<\/h2>\n\n\n\n<p>Before you can add custom web parts to a SharePoint Online site, you need to allow custom scripting. This setting must be enabled for each site where you want to use a custom pop-up.<\/p>\n\n\n\n<p>Use SharePoint Online PowerShell to enable it:<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-b0d1590c4a59c5ada850f14124c9154f\"><code><code>Connect-SPOService -Url \"https:\/\/YOURTENANT-admin.sharepoint.com\"\n$SiteURL = \"https:\/\/YOURTENANT.sharepoint.com\/sites\/YOURSITE\"\nSet-SPOSite -Identity $SiteURL -DenyAddAndCustomizePages $false<\/code><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Download and Install the Modern Script Editor Web Part<\/h2>\n\n\n\n<p>To display the pop-up, we used the <strong>Modern Script Editor Web Part<\/strong> by Puzzlepart. This open-source web part lets you embed JavaScript and CSS directly into SharePoint Online modern pages.<\/p>\n\n\n\n<p>\ud83d\udd17 <a class=\"\" href=\"https:\/\/github.com\/pnp\/sp-dev-fx-webparts\/tree\/main\">Download it from GitHub<\/a><\/p>\n\n\n\n<p>Once you&#8217;ve downloaded the <code>.sppkg<\/code> file:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to the <strong>SharePoint Admin Center<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>More Features<\/strong> > <strong>Apps<\/strong>.<\/li>\n\n\n\n<li>Upload the package to your <strong>App Catalog<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Add the Web Part to Your Site<\/h2>\n\n\n\n<p>Once installed:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to your SharePoint site.<\/li>\n\n\n\n<li>Click on <strong>Settings<\/strong> > <strong>Add an app<\/strong>.<\/li>\n\n\n\n<li>Select the <strong>Modern Script Editor Web Part<\/strong> by Puzzlepart.<\/li>\n\n\n\n<li>Return to your homepage.<\/li>\n\n\n\n<li>Click <strong>Edit<\/strong> to modify the page.<\/li>\n\n\n\n<li>Click the <strong>+<\/strong> icon to add a new web part.<\/li>\n\n\n\n<li>Choose <strong>Modern Script Editor<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"756\" height=\"367\" data-src=\"\/wp-content\/uploads\/2025\/05\/image-11.png\" alt=\"\" class=\"wp-image-53392 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/05\/image-11.png 756w, \/wp-content\/uploads\/2025\/05\/image-11-300x146.png 300w, \/wp-content\/uploads\/2025\/05\/image-11-480x233.png 480w\" data-sizes=\"(max-width: 756px) 100vw, 756px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 756px; --smush-placeholder-aspect-ratio: 756\/367;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-related-reading\">Related Reading<\/h3>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/07\/24\/sync-sharepoint-site-libraries-with-microsoft-intune\/\">Sync SharePoint Site Libraries with Microsoft Intune<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/07\/29\/recover-deleted-or-lost-exchange-online-emails-to-pst\/\">Recover Deleted or Lost Exchange Online Emails to PST<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/unleash-the-full-potential-of-microsoft-intune-with-cpi-consulting\/\">Unleash the Full Potential of Microsoft Intune with CPI Consulting<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/07\/08\/creating-custom-error-pages-in-azure-web-app\/\">Creating Custom Error Pages in Azure Web App<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/02\/user-receive-access-denied-error-when-trying-to-access-their-onedrive-for-business\/\">User Receive &#8220;Access Denied&#8221; Error When Trying to Access their OneDrive for Business<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Insert JavaScript and CSS for the Pop-Up<\/h2>\n\n\n\n<p>Click <strong>Edit Snippet<\/strong> in the Script Editor and paste in your JavaScript and CSS code.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>JavaScript<\/strong> controls the behavior (e.g., when and how the pop-up appears).<\/li>\n\n\n\n<li><strong>CSS<\/strong> handles the styling, so your pop-up matches your branding and looks clean.<\/li>\n<\/ul>\n\n\n\n<p>The end result is shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"481\" height=\"396\" data-src=\"\/wp-content\/uploads\/2025\/05\/image-12.png\" alt=\"\" class=\"wp-image-53393 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/05\/image-12.png 481w, \/wp-content\/uploads\/2025\/05\/image-12-300x247.png 300w\" data-sizes=\"(max-width: 481px) 100vw, 481px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 481px; --smush-placeholder-aspect-ratio: 481\/396;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Final Thoughts<\/h3>\n\n\n\n<p>Using a pop-up is a lightweight yet powerful way to communicate important updates on your SharePoint site\u2014without relying on emails. Whether you&#8217;re launching a new feature or promoting an event, this method ensures your message gets noticed.<\/p>\n\n\n\n<p>If your organization needs help building custom pop-ups or other SharePoint enhancements, feel free to contact us.<\/p>\n\n\n<div class=\"wpforms-container wpforms-container-full wpforms-block wpforms-block-92fa1c8a-5e21-4e17-8ce2-99807df39897 wpforms-render-modern\" id=\"wpforms-53280\"><form id=\"wpforms-form-53280\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"53280\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php\/wp-json\/wp\/v2\/posts\/53390\" data-token=\"5101fe84e808402087daa1428c252ff9\" data-token-time=\"1776503729\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-53280-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-53280-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" aria-errormessage=\"wpforms-53280-field_1-error\" required><label for=\"wpforms-53280-field_1\" class=\"wpforms-field-sublabel after\">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-53280-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" aria-errormessage=\"wpforms-53280-field_1-last-error\" required><label for=\"wpforms-53280-field_1-last\" class=\"wpforms-field-sublabel after\">Last<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-53280-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-53280-field_2\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-53280-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-53280-field_2-error\" required><\/div>\t\t<div id=\"wpforms-53280-field_4-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"4\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-53280-field_4\" >or Email Message<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-53280-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-53280-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-53280-field_3\">Comment or Message <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><textarea id=\"wpforms-53280-field_3\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][3]\" aria-errormessage=\"wpforms-53280-field_3-error\" required><\/textarea><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-53280-field_4-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-53280-field_4-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-53280-field_4-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"53280\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53390\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-53280\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img decoding=\"async\" data-src=\"\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner lazyload\" style=\"--smush-placeholder-width: 26px; --smush-placeholder-aspect-ratio: 26\/26;display: none;\" width=\"26\" height=\"26\" alt=\"Loading\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\n\n<div class=\"wp-block-jetpack-related-posts\">\n<h2 class=\"wp-block-heading\" id=\"h-more-articles\">More Articles<\/h2>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this SharePoint Online blog post we will show how to Add an Eye-Catching Pop-Up to Your SharePoint Online Site.<\/p>\n","protected":false},"author":1,"featured_media":53394,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"How to Add an Eye-Catching Pop-Up to Your SharePoint Online Site","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13,32],"tags":[],"class_list":["post-53390","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-sharepoint"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Add an Eye-Catching Pop-Up to Your SharePoint Online Site - CPI Consulting<\/title>\n<meta name=\"description\" content=\"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add an Eye-Catching Pop-Up to Your SharePoint Online Site\" \/>\n<meta property=\"og:description\" content=\"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-18T07:37:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-18T07:37:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Add an Eye-Catching Pop-Up to Your SharePoint Online Site\",\"datePublished\":\"2025-05-18T07:37:47+00:00\",\"dateModified\":\"2025-05-18T07:37:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/\"},\"wordCount\":486,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Show-SharePoint-Online-popup-message.png\",\"articleSection\":[\"Blog\",\"SharePoint\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/\",\"name\":\"Add an Eye-Catching Pop-Up to Your SharePoint Online Site - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Show-SharePoint-Online-popup-message.png\",\"datePublished\":\"2025-05-18T07:37:47+00:00\",\"dateModified\":\"2025-05-18T07:37:48+00:00\",\"description\":\"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Show-SharePoint-Online-popup-message.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Show-SharePoint-Online-popup-message.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/05\\\/18\\\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add an Eye-Catching Pop-Up to Your SharePoint Online Site\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site - CPI Consulting","description":"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.","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:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","og_locale":"en_US","og_type":"article","og_title":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site","og_description":"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.","og_url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","og_site_name":"CPI Consulting","article_published_time":"2025-05-18T07:37:47+00:00","article_modified_time":"2025-05-18T07:37:48+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site","datePublished":"2025-05-18T07:37:47+00:00","dateModified":"2025-05-18T07:37:48+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/"},"wordCount":486,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","articleSection":["Blog","SharePoint"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/","name":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site - CPI Consulting","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","datePublished":"2025-05-18T07:37:47+00:00","dateModified":"2025-05-18T07:37:48+00:00","description":"Learn how to add an eye-catching pop-up to your SharePoint Online site to effectively communicate important messages.","breadcrumb":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#primaryimage","url":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","contentUrl":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/18\/add-an-eye-catching-pop-up-to-your-sharepoint-online-site\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.azurewebsites.net\/"},{"@type":"ListItem","position":2,"name":"Add an Eye-Catching Pop-Up to Your SharePoint Online Site"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.azurewebsites.net\/#website","url":"https:\/\/cloudproinc.azurewebsites.net\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.azurewebsites.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.azurewebsites.net\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.azurewebsites.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.azurewebsites.net\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2025\/05\/Show-SharePoint-Online-popup-message.png","jetpack-related-posts":[{"id":53354,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/05\/02\/user-receive-access-denied-error-when-trying-to-access-their-onedrive-for-business\/","url_meta":{"origin":53390,"position":0},"title":"User Receive &#8220;Access Denied&#8221; Error When Trying to Access their OneDrive for Business","author":"CPI Staff","date":"May 2, 2025","format":false,"excerpt":"In this blog post, we'll walk through a common yet frustrating scenario that Microsoft 365 administrators often face: users receiving an \"Access Denied\" error when trying to access their OneDrive for Business. Table of contents1. User Account Restoration2. Conversion of External to Internal UsersHow CPI Consulting Resolved the IssueOutcome and\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/05\/OneDrive_access_denied-e1746157067111.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/05\/OneDrive_access_denied-e1746157067111.png 1x, \/wp-content\/uploads\/2025\/05\/OneDrive_access_denied-e1746157067111.png 1.5x, \/wp-content\/uploads\/2025\/05\/OneDrive_access_denied-e1746157067111.png 2x"},"classes":[]},{"id":425,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/24\/sync-sharepoint-site-libraries-with-microsoft-intune\/","url_meta":{"origin":53390,"position":1},"title":"Sync SharePoint Site Libraries with Microsoft Intune","author":"CPI Staff","date":"July 24, 2024","format":false,"excerpt":"In this Microsoft Intune article, we will show how to Sync SharePoint Site Libraries with Microsoft Intune. Listen to this article Microsoft Intune configuration policies allow us to manage Windows machines similarly to how machines are managed when they are joined to a local Active Directory forest. One of the\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 1x, \/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 2x"},"classes":[]},{"id":218,"url":"https:\/\/cloudproinc.com.au\/index.php\/2022\/02\/23\/should-i-backup-my-microsoft-365-data\/","url_meta":{"origin":53390,"position":2},"title":"Should I Backup My Microsoft 365 Data?","author":"CPI Staff","date":"February 23, 2022","format":false,"excerpt":"Microsoft 365 is a great service for businesses of all sizes. It provides access to Office 365, as well as other valuable services like Exchange Online and SharePoint Online. However, it is important to remember that Microsoft 365 is a cloud-based service, which means your data is not stored on\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":563,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/08\/21\/create-a-naming-policy-for-microsoft-365-groups\/","url_meta":{"origin":53390,"position":3},"title":"Create a Naming Policy for Microsoft 365 Groups","author":"CPI Staff","date":"August 21, 2024","format":false,"excerpt":"This Microsoft 365 Entra ID post will explain how to Create a Naming Policy for Microsoft 365 Groups. Table of contentsRequirementsAttributesCreate a Naming Policy for Microsoft 365 GroupsApply Microsoft 365 Naming PolicyMore Articles on the topic Microsoft 365 group naming policy allows organisations to apply naming convention policies for group\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Setting-Up-Email-to-Case-in-Dynamics-365.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Setting-Up-Email-to-Case-in-Dynamics-365.webp 1x, \/wp-content\/uploads\/2024\/07\/Setting-Up-Email-to-Case-in-Dynamics-365.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Setting-Up-Email-to-Case-in-Dynamics-365.webp 2x"},"classes":[]},{"id":53832,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/09\/15\/manage-android-byod-with-microsoft-intune\/","url_meta":{"origin":53390,"position":4},"title":"Manage Android BYOD with Microsoft Intune","author":"CPI Staff","date":"September 15, 2025","format":false,"excerpt":"A practical guide to securing personal Android devices with Intune work profiles, app protection, and Conditional Access\u2014without invading employee privacy.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png 1x, \/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png 1.5x, \/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png 2x, \/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png 3x, \/wp-content\/uploads\/2025\/09\/manage-android-byod-with-microsoft-intune-using-work-profile.png 4x"},"classes":[]},{"id":57144,"url":"https:\/\/cloudproinc.com.au\/index.php\/2026\/02\/23\/ai-recommendation-poisoning-how-attackers-skew-what-your-ai-suggests\/","url_meta":{"origin":53390,"position":5},"title":"AI Recommendation Poisoning How Attackers Skew What Your AI Suggests","author":"CPI Staff","date":"February 23, 2026","format":false,"excerpt":"Recommendation poisoning is a quiet way to manipulate AI suggestions by planting misleading signals in your data. Learn how it works, what it looks like, and practical defences for real systems.","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/02\/post-35.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/02\/post-35.png 1x, \/wp-content\/uploads\/2026\/02\/post-35.png 1.5x, \/wp-content\/uploads\/2026\/02\/post-35.png 2x, \/wp-content\/uploads\/2026\/02\/post-35.png 3x, \/wp-content\/uploads\/2026\/02\/post-35.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=53390"}],"version-history":[{"count":1,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53390\/revisions"}],"predecessor-version":[{"id":53395,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53390\/revisions\/53395"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/53394"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=53390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=53390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=53390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}