Embed Google Presentation
1. Create a new post in WordPress
2. Click on the “HTML” tab of the editor
3. find the “id” of your presentation by making it public, starting it up and looking at the URL; for example: My presentation URL is:
- https://docs.google.com/presentation/d/1SsDVcGJIyiaDm_K8nCPRdoNZiKmD3OEFBl_5-RxmfsE/edit#slide=id.p
My presentations ID is everything between the last set of slashes or after the “pub?id=” depending on your viewing mode. It s long series of letters and numbers:
https://docs.google.com/presentation/d/1SsDVcGJIyiaDm_K8nCPRdoNZiKmD3OEFBl_5-RxmfsE/edit#slide=id.p
Select and copy the ID, mine is 1SsDVcGJIyiaDm_K8nCPRdoNZiKmD3OEFBl_5-RxmfsE
4. Paste the following code into the HTML tab of a new WordPress post:
- <iframe src=”https://docs.google.com/presentation/embed?id=1SsDVcGJIyiaDm_K8nCPRdoNZiKmD3OEFBl_5-RxmfsE&start=false&loop=false& frameborder=”0″ width=”520″ height=”405″></iframe>
Notice that my presentation ID is in that code, so replace that portion with your presentation’s ID.
Here it is pasted below these dashed lines; the presentation gives you these instructions as well.
———————