<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint &#8211; lmunck</title>
	<atom:link href="https://lmunck.com/blog/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>https://lmunck.com</link>
	<description></description>
	<lastBuildDate>Tue, 19 Nov 2024 15:02:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.5</generator>

<image>
	<url>https://i0.wp.com/lmunck.com/wp-content/uploads/2014/11/lmunck-545a1120_site_icon.png?fit=32%2C32&#038;ssl=1</url>
	<title>SharePoint &#8211; lmunck</title>
	<link>https://lmunck.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">72573375</site>	<item>
		<title>Embed specific PowerPoint slide in SharePoint 2013 page</title>
		<link>https://lmunck.com/blog/2014/06/08/embed-specific-powerpoint-slide-in-sharepoint-2013-page/</link>
		
		<dc:creator><![CDATA[lmunck]]></dc:creator>
		<pubDate>Sun, 08 Jun 2014 14:16:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">http://lmunck.com/?p=868</guid>

					<description><![CDATA[One of the main limitations in the new way of showing PowerPoint slides on SharePoint in 2013, is that you can&#8217;t show a specific slide. In the following I&#8217;ll go through the two standard ways to show PowerPoints on SharePoint pages, and then my work-around to show a specific page. Method 1 &#8211; Standard Embedding [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>One of the main limitations in the new way of showing PowerPoint slides on SharePoint in 2013, is that you can&#8217;t show a specific slide.</p>
<p>In the following I&#8217;ll go through the two standard ways to show PowerPoints on SharePoint pages, and then my work-around to show a specific page.</p>
<h1>Method 1 &#8211; Standard Embedding</h1>
<p>This is the classic iframe/embed way to add content. You&#8217;re basically showing a webpage within a webpage using standard HTML. This is great in normal webpages, but SharePoint has a tendency to mess up the code.</p>
<p>1) Copy the &#8220;Embed Information&#8221;:</p>
<p><a style="color: #41a62a; outline: #000000;" href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint021.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="size-full wp-image-879 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint011.png?resize=396%2C428&#038;ssl=1" alt="EmbedPowerPoint01" width="396" height="428" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint011.png?w=396&amp;ssl=1 396w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint011.png?resize=277%2C300&amp;ssl=1 277w" sizes="(max-width: 396px) 100vw, 396px" /></a></p>
<p>2) Paste it into your page using the &#8220;Embed Code&#8221; snippet:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint021.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-881 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint021.png?resize=578%2C362&#038;ssl=1" alt="EmbedPowerPoint02" width="578" height="362" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint021.png?w=578&amp;ssl=1 578w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint021.png?resize=300%2C187&amp;ssl=1 300w" sizes="(max-width: 578px) 100vw, 578px" /></a></p>
<h1></h1>
<h1>Method 2 &#8211; PageViewer Web Part</h1>
<p>This is a more stable way of doing the same thing as above, but it has less flexibility as you&#8217;re using the built-in web parts instead of your own code.</p>
<p>1) Copy the URL to your PowerPoint:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint01b.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="size-full wp-image-880 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint01b.png?resize=396%2C428&#038;ssl=1" alt="EmbedPowerPoint01b" width="396" height="428" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint01b.png?w=396&amp;ssl=1 396w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint01b.png?resize=277%2C300&amp;ssl=1 277w" sizes="(max-width: 396px) 100vw, 396px" /></a></p>
<p>2) Paste it into the PageViewer Web Part to show it on your page:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint02b.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-878 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint02b.png?resize=578%2C362&#038;ssl=1" alt="EmbedPowerPoint02b" width="578" height="362" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint02b.png?w=578&amp;ssl=1 578w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint02b.png?resize=300%2C187&amp;ssl=1 300w" sizes="auto, (max-width: 578px) 100vw, 578px" /></a></p>
<p>&nbsp;</p>
<h1>Showing a specific slide</h1>
<p>To do this, you&#8217;ll need to start with either of the two methods above. This will work for both of methods, but I&#8217;ll demonstrate using the PageViewer method.</p>
<p>1) Go into &#8220;View in Browser&#8221;:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint03.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-874 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint03.png?resize=387%2C439&#038;ssl=1" alt="EmbedPowerPoint03" width="387" height="439" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint03.png?w=387&amp;ssl=1 387w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint03.png?resize=264%2C300&amp;ssl=1 264w" sizes="auto, (max-width: 387px) 100vw, 387px" /></a></p>
<p>&nbsp;</p>
<p>2) Go to the slide you want to show and click &#8220;Slide Show&#8221;:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint04.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-875 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint04.jpg?resize=583%2C350&#038;ssl=1" alt="EmbedPowerPoint04" width="583" height="350" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint04.jpg?w=583&amp;ssl=1 583w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint04.jpg?resize=300%2C180&amp;ssl=1 300w" sizes="auto, (max-width: 583px) 100vw, 583px" /></a></p>
<p>&nbsp;</p>
<p>3) Search through the URL until you find where it says &#8220;&amp;wdSlideID=###&#8221; and copy it:</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint05.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-876 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint05.png?resize=651%2C61&#038;ssl=1" alt="EmbedPowerPoint05" width="651" height="61" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint05.png?w=651&amp;ssl=1 651w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint05.png?resize=300%2C28&amp;ssl=1 300w" sizes="auto, (max-width: 651px) 100vw, 651px" /></a></p>
<p>&nbsp;</p>
<p>4) Paste this into your PageViewer webpart (or embed URL):</p>
<p><a href="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint06.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" class="size-full wp-image-877 aligncenter" src="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint06.png?resize=516%2C414&#038;ssl=1" alt="EmbedPowerPoint06" width="516" height="414" srcset="https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint06.png?w=516&amp;ssl=1 516w, https://i0.wp.com/lmunck.com/wp-content/uploads/2014/06/EmbedPowerPoint06.png?resize=300%2C240&amp;ssl=1 300w" sizes="auto, (max-width: 516px) 100vw, 516px" /></a></p>
<p>&nbsp;</p>
<h1>Notes</h1>
<p>This work-around utilizes that the PowerPoint viewer/editor apparently uses a few URL queries to mimic the behavior of the Desktop PowerPoint app.</p>
<p>Why Microsoft didn&#8217;t make these options available to users as clickable settings when you copy the code, I don&#8217;t know. I can only assume they were too busy.</p>
<p>Also, I haven&#8217;t been able to find the wdSlideID in PowerPoint, so I assume it is generated by SharePoint when the file is uploaded. This means you can probably not expect to re-use the ID if you move your presentation to a different library.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">868</post-id>	</item>
	</channel>
</rss>

<!--
Object Caching 0/0 objects using Disk
Page Caching using Disk: Enhanced 

Served from: lmunck.com @ 2026-09-20 09:42:29 by W3 Total Cache
-->