14,953
edits
No edit summary |
|||
| Line 20: | Line 20: | ||
== Presentation == | == Presentation == | ||
Known the view mode Url of Presentation. Turn this into the downloadable Url. | Known the view mode Url of Presentation. Turn this into the downloadable Url. Sample HTML code as following: | ||
* View mode Url of Presentation ex: <nowiki>https://docs.google.com/presentation/d/{long id}/pub?start=false&loop=false&delayms=60000 | <pre> | ||
* downloadable Url: <nowiki>https://docs.google.com/presentation/d/{long id}/export/pptx?id={long id}</nowiki> | <iframe src="https://docs.google.com/presentation/d/1JW8pAVOf7eHH6gm072etM2gLsQd8E5h5u75k44QuNCk/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="389" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> | ||
</pre> | |||
{long id} of this presentation file is 1JW8pAVOf7eHH6gm072etM2gLsQd8E5h5u75k44QuNCk | |||
* View mode Url of Presentation ex: | |||
*#<nowiki>https://docs.google.com/presentation/d/{long id}/pub?start=false&loop=false&delayms=60000</nowiki> or | |||
*#<nowiki>https://docs.google.com/presentation/d/{long id}/embed</nowiki> | |||
* downloadable Url (permission was required): | |||
** <nowiki>https://docs.google.com/presentation/d/{long id}/export/pptx?id={long id}</nowiki> | |||
== Post to MovableType from Google Docs == | == Post to MovableType from Google Docs == | ||