Google Docs and Spreadsheets: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
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&slide=id.p4</nowiki>
<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&amp;loop=false&amp;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 ==

Revision as of 17:37, 14 August 2016

Google drive

search google drive

I used the #keyword-terms as #HashTag for better searching purpose. I found it's different between - & _ when naming the files. [Last visited: 2015-08-17]

case1: input keyword: aaa-bbb & return the results:

  • found the files which filename contains aaa-bbb

case2: input keyword: aaa_bbb & return the results:

  • found the files which filename contains aaa_bbb & aaa-bbb

case3: input keyword: aaa bbb & return the results:

  • found the files which filename contains aaa-bbb Icon_exclaim.gif But NOT aaa_bbb

case4: input keyword: aaabbb (without space separated) & return the results:

  • found the files which filename contains aaa-bbb Icon_exclaim.gif But NOT aaa_bbb

Microsoft Excel

Microsoft Excel

Presentation

Known the view mode Url of Presentation. Turn this into the downloadable Url. Sample HTML code as following:

<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>

{long id} of this presentation file is 1JW8pAVOf7eHH6gm072etM2gLsQd8E5h5u75k44QuNCk

  • View mode Url of Presentation ex:
    1. https://docs.google.com/presentation/d/{long id}/pub?start=false&loop=false&delayms=60000 or
    2. https://docs.google.com/presentation/d/{long id}/embed
  • downloadable Url (permission was required):
    • https://docs.google.com/presentation/d/{long id}/export/pptx?id={long id}

Post to MovableType from Google Docs

MT 3.x

check Post via Google Docs


MT 2.x

  • API: MovableType API
  • URL: http://YOURBLOG/PATH/TO/mt-xmlrpc.cgi
    • If you met the HTTP 503 code(Service Unavailable), you can switch the URL from domain name to IP address.
  • Blog ID/Title
    • Blog ID is not work!
    • Blog title: It's Case-sensitive and was not support Chinese.

references