{"id":429,"date":"2013-04-14T16:21:43","date_gmt":"2013-04-14T16:21:43","guid":{"rendered":"http:\/\/collaboriscom.wpengine.com\/?p=429"},"modified":"2022-08-10T14:38:30","modified_gmt":"2022-08-10T14:38:30","slug":"how-to-add-a-web-part-to-every-users-mysite-in-5-minutes","status":"publish","type":"post","link":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/","title":{"rendered":"How to add a web part to every users MySite in 5 minutes"},"content":{"rendered":"<h1 style=\"\">How to add a web part to every users MySite in 5 minutes<\/h1>\n<p>This post will outline how to add a web part to every users MySite. The web part we are going to add is the standard DocRead Reading Tasks web part, but this process can be applied to any web part in SharePoint.<\/p>\n<h2>MySite host vs the users individual &#8216;content&#8217; site an introduction<\/h2>\n<p>When people refer to a MySite, it can be confusing as to what that site is. Is it the same site,\u00a0a sub site or\u00a0a site collection? The answer is, it&#8217;s a combination of a few things as follows:<\/p>\n<h3>The MySite Host<\/h3>\n<p>This is a site collection that is set-up to act as the &#8216;<strong>main<\/strong>&#8216; site for all MySite&#8217;s. The purpose of this site to maintain content that should be accessible for all users. There are several pages that are deployed that &#8216;appear&#8217; to be part of a users MySite, but are actually in the host site. In other words, there is only 1 instance of these pages.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/mysite-overview-page.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/mysite-overview-page.png\" alt=\"mysite-overview-page\" width=\"998\" height=\"574\" \/><\/a><\/p>\n<h3>The users personal &#8216;content&#8217; site<\/h3>\n<p>This site collection is used to store a users personal documents. It&#8217;s a completely, separate site from the MySite Host. It&#8217;s also very common to only provision this site when a user clicks on the &#8216;My Content&#8217; menu. Once the site is created, the user will be the sole site collection administrator. If they choose to add a document to the &#8216;shared documents&#8217; library, this will be effectively viewable by anyone with access to SharePoint.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/mysite-personal.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/mysite-personal.png\" alt=\"mysite-personal\" width=\"1013\" height=\"532\" \/><\/a><\/p>\n<p>As the users personal site is a separate Site Collection this means they can configure it to how they need it to look. Given permissions, they can add pages, edit pages add web parts and so on.<\/p>\n<h2>So, if I want a web part to appear on every users MySite what do I do?<\/h2>\n<p>You have a decision to make! Do you put it into the personal content site, or do you put it into the main MySite Host Site?<\/p>\n<p>As you can imagine, like many SharePoint decisions, there&#8217;s an up and down side to both!<\/p>\n<h3>Place a Web Part into the users personal content site<\/h3>\n<p>This approach means that every user gets a completely unique instance of that web part. So if the web part needs to be customized on per user basis, this may be the way to go. However, you need to take into account that you will need to deploy the web part to <strong>every<\/strong> users site and also any new sites that get created. In most organizations, this can only be done via a script, meaning you need IT to get involved.<\/p>\n<p>There are also ramifications if you need to upgrade, amend or change this web part.<\/p>\n<p>If you can avoid this approach, you should!<\/p>\n<h3>Place a Web Part into the MySite Host<\/h3>\n<p>This solution involves adding the web part to a new (or existing) page in the MySite host. Once you have done this once, it will be available for all users. It&#8217;s also quick to do and far easier to upgrade and maintain.<\/p>\n<p>The remainder of this post will outline how to achieve the 2nd option. So please read the following steps.<\/p>\n<h2>Steps to add a web part to every users MySite<\/h2>\n<p><em><strong>Warning! Please do this in development first. The pages within the MySite host have no versioning capabilities, so when you change it, it&#8217;s changed for everyone immediately. Also back it up beforehand.\u00a0<\/strong><\/em><\/p>\n<h3>Setting the Scene<\/h3>\n<p>The following steps illustrate exactly how to add the DocRead Web Part to the MySite host, but as mentioned, this can really be *any* SharePoint Web Part. So when we show \/ talk about DocRead just swap it around in your mind.<\/p>\n<h3>Step 1 : Ensure the web part is available<\/h3>\n<p>Most web parts need to be added to the Site Collection Web Part Gallery. Once they are in here, you can add them to the your page. There are a few ways that a web part can be added to the Gallery, such as being uploaded, scripted or brought in via a SharePoint Feature. In our example, the DocRead Web Part is brought in via a feature like this :<\/p>\n<p>1. As a Site Collection Admin, navigate to the &#8216;Site Settings&#8217; screen of your MySite host.2. Choose &#8216;Site Collection Features&#8217;3. Hit Activate on the Feature that imports your web part.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/mysite-features.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/mysite-features.png\" alt=\"mysite-features\" width=\"1021\" height=\"474\" \/><\/a><\/p>\n<p>In the example above, we have activated two DocRead features which import our charting and reading task web parts. Clicking them again would deactivate them.<\/p>\n<h3>Step 2 : Create a new page (or copy an existing one) with SharePoint Designer<\/h3>\n<p>Next you need to select the page where you want to put the web part. You can either add it to one of the existing pages or create a new one. Either way, both approaches require Step 3.<\/p>\n<p>1. As an Administrator, navigate to the MySite host collection and select &#8216;Edit in SharePoint Designer&#8217;.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/edit-in-sharepoint-designer.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/edit-in-sharepoint-designer.png\" alt=\"edit-in-sharepoint-designer\" width=\"646\" height=\"355\" \/><\/a><\/p>\n<p>2. Once SharePoint Designer is loaded find a page you want to copy (we chose &#8216;person.aspx&#8217;).3. Right click it and choose &#8216;copy&#8217; then &#8216;paste&#8217;.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/copy-page-in-sp-designer.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/copy-page-in-sp-designer.png\" alt=\"copy-page-in-sp-designer\" width=\"809\" height=\"630\" \/><\/a><\/p>\n<p>5. Rename your page to something meaningful. We called ours &#8220;DocRead.aspx&#8221;.4. Now click &#8216;Preview in Browser&#8217;. At this point the browser will open and your new page will show. It should look identical to the one you just copied.<\/p>\n<h3>Step 3 : Add the web part to the page<\/h3>\n<p>This step is all about adding your web part(s) to the new page (&#8216;DocRead.aspx&#8217;).<\/p>\n<p>1. From the Site Actions menu (of your new page), select &#8216;Edit Page&#8217;. This will now put the page into Edit mode and will allow you add the web part.<\/p>\n<p>Once your web part is added it should look something like this.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/add-web-parts-to-a-page.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/add-web-parts-to-a-page.png\" alt=\"add-web-parts-to-a-page\" width=\"995\" height=\"640\" \/><\/a><\/p>\n<h3>\u00a0<\/h3>\n<p>That&#8217;s it &#8211; your web page is now created (and saved at this point).<\/p>\n<h3>Step 4 : Add a tab item to the page (optional)<\/h3>\n<p>The last step is to add a new Tab to the standard MySite menu as follows :<\/p>\n<p>1. As a Site Collection Admin, navigate to the &#8216;Site Settings&#8217; screen of your MySite host.2. Choose &#8216;Quick Launch&#8217; under &#8216;Look and Feel&#8217;.3. Select &#8216;New Heading&#8217; and input the\u00a0Url of your (new) page and add the description you would like displayed.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/new-navigation-heading.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/new-navigation-heading.png\" alt=\"new-navigation-heading\" width=\"504\" height=\"165\" \/><\/a><\/p>\n<p>Now if you navigate to the new MySite host page the tab will be there.<\/p>\n<p><a href=\"\/wp-content\/uploads\/2015\/07\/finished.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2015\/07\/finished.png\" alt=\"finished\" width=\"980\" height=\"798\" \/><\/a><\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to add a web part to every users MySite in 5 minutes This post will outline how to add a web part to every users MySite. The web part we are going to add is the standard DocRead Reading Tasks web part, but this process can be applied to any web part in SharePoint. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2106,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"categories":[1,28],"tags":[],"class_list":["post-429","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-docread","category-sharepoint"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Add a web part to MySites in 5 minutes - Collaboris<\/title>\n<meta name=\"description\" content=\"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add a web part to every users MySite in 5 minutes\" \/>\n<meta property=\"og:description\" content=\"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\" \/>\n<meta property=\"og:site_name\" content=\"Collaboris\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Collaboris\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-04-14T16:21:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-10T14:38:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hugo Esperanca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Collaboris\" \/>\n<meta name=\"twitter:site\" content=\"@Collaboris\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hugo Esperanca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\"},\"author\":{\"name\":\"Hugo Esperanca\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81\"},\"headline\":\"How to add a web part to every users MySite in 5 minutes\",\"datePublished\":\"2013-04-14T16:21:43+00:00\",\"dateModified\":\"2022-08-10T14:38:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\"},\"wordCount\":1055,\"publisher\":{\"@id\":\"https:\/\/www.collaboris.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"articleSection\":[\"DocRead\",\"SharePoint\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\",\"url\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\",\"name\":\"Add a web part to MySites in 5 minutes - Collaboris\",\"isPartOf\":{\"@id\":\"https:\/\/www.collaboris.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"datePublished\":\"2013-04-14T16:21:43+00:00\",\"dateModified\":\"2022-08-10T14:38:30+00:00\",\"description\":\"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage\",\"url\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"contentUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"width\":820,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.collaboris.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to add a web part to every users MySite in 5 minutes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.collaboris.com\/#website\",\"url\":\"https:\/\/www.collaboris.com\/\",\"name\":\"Collaboris\",\"description\":\"We make compliance simple\",\"publisher\":{\"@id\":\"https:\/\/www.collaboris.com\/#organization\"},\"alternateName\":\"DocRead\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.collaboris.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.collaboris.com\/#organization\",\"name\":\"Collaboris\",\"alternateName\":\"DocRead\",\"url\":\"https:\/\/www.collaboris.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png\",\"contentUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png\",\"width\":150,\"height\":40,\"caption\":\"Collaboris\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Collaboris\/\",\"https:\/\/x.com\/Collaboris\",\"https:\/\/www.linkedin.com\/company\/collaboris\"],\"description\":\"Collaboris is a Software company that created a policy management tool called DocRead.\",\"email\":\"info@collaboris.com\",\"telephone\":\"02079935140\",\"legalName\":\"Collaboris Ltd\",\"foundingDate\":\"2007-12-03\",\"vatID\":\"GB928895360\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81\",\"name\":\"Hugo Esperanca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g\",\"caption\":\"Hugo Esperanca\"},\"url\":\"https:\/\/www.collaboris.com\/author\/hugo\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Add a web part to MySites in 5 minutes - Collaboris","description":"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!","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:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/","og_locale":"en_GB","og_type":"article","og_title":"How to add a web part to every users MySite in 5 minutes","og_description":"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!","og_url":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/","og_site_name":"Collaboris","article_publisher":"https:\/\/www.facebook.com\/Collaboris\/","article_published_time":"2013-04-14T16:21:43+00:00","article_modified_time":"2022-08-10T14:38:30+00:00","og_image":[{"width":820,"height":300,"url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","type":"image\/png"}],"author":"Hugo Esperanca","twitter_card":"summary_large_image","twitter_creator":"@Collaboris","twitter_site":"@Collaboris","twitter_misc":{"Written by":"Hugo Esperanca","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#article","isPartOf":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/"},"author":{"name":"Hugo Esperanca","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81"},"headline":"How to add a web part to every users MySite in 5 minutes","datePublished":"2013-04-14T16:21:43+00:00","dateModified":"2022-08-10T14:38:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/"},"wordCount":1055,"publisher":{"@id":"https:\/\/www.collaboris.com\/#organization"},"image":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","articleSection":["DocRead","SharePoint"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/","url":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/","name":"Add a web part to MySites in 5 minutes - Collaboris","isPartOf":{"@id":"https:\/\/www.collaboris.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage"},"image":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","datePublished":"2013-04-14T16:21:43+00:00","dateModified":"2022-08-10T14:38:30+00:00","description":"This post will outline how to add a web part to every users MySite. It should take less than 5 minutes to achieve!","breadcrumb":{"@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#primaryimage","url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","contentUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","width":820,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.collaboris.com\/how-to-add-a-web-part-to-every-users-mysite-in-5-minutes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.collaboris.com\/"},{"@type":"ListItem","position":2,"name":"How to add a web part to every users MySite in 5 minutes"}]},{"@type":"WebSite","@id":"https:\/\/www.collaboris.com\/#website","url":"https:\/\/www.collaboris.com\/","name":"Collaboris","description":"We make compliance simple","publisher":{"@id":"https:\/\/www.collaboris.com\/#organization"},"alternateName":"DocRead","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.collaboris.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.collaboris.com\/#organization","name":"Collaboris","alternateName":"DocRead","url":"https:\/\/www.collaboris.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png","contentUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png","width":150,"height":40,"caption":"Collaboris"},"image":{"@id":"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Collaboris\/","https:\/\/x.com\/Collaboris","https:\/\/www.linkedin.com\/company\/collaboris"],"description":"Collaboris is a Software company that created a policy management tool called DocRead.","email":"info@collaboris.com","telephone":"02079935140","legalName":"Collaboris Ltd","foundingDate":"2007-12-03","vatID":"GB928895360","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}},{"@type":"Person","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81","name":"Hugo Esperanca","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g","caption":"Hugo Esperanca"},"url":"https:\/\/www.collaboris.com\/author\/hugo\/"}]}},"modified_by":"Helen Jones","_links":{"self":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/comments?post=429"}],"version-history":[{"count":5,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/429\/revisions"}],"predecessor-version":[{"id":1373020,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/429\/revisions\/1373020"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/media\/2106"}],"wp:attachment":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/media?parent=429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/categories?post=429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/tags?post=429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}