Description
Registers an oEmbed handler for Google Docs and adds it to the whitelist, allowing all users who can write posts/pages to embed documents, spreadsheets and presentations.
Usage
To embed a Google Doc into a post or page:
1. Open the document on Google Drive
2. Select the Publish to the Web under the File menu
3. Then copy the link and paste it into the content area. Make sure the URL is on its own line and not hyperlinked (clickable when viewing the post)
For example:
https://docs.google.com/document/d/abcdefghij/pub
Another option is to wrap the URL in the [embed] shortcode:
[embed width=”860″ height=”640″]https://docs.google.com/document/d/abcdefghij/pub[/embed]
Installation
Escritorio
- Ve al menú ‘Plugins’, y selecciona ‘Añadir nuevo’
- Busca ‘google-docs-oembed’, y luego da clic en ‘instalar ahora’
- Dar clic en ‘Activar’
FTP
- Descarga y extrae el archivo .zip
- Sube la carpeta descomprimida al directorio
/wp-content/plugins/
- Activa el plugin en el menú ‘Plugins’
Compositor
composer require logoscon/google-docs-oembed
FAQ
- ¿Dónde puedo reportar los errores?
-
Los errores se pueden reportar en el repositorio de Github repositorio de Github.
- ¿Cómo puedo contribuir?
-
Únete a nuestro repositorio de Github repositorio de Github y lee guía de contribución contribución.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Google Docs oEmbed” is open source software. The following people have contributed to this plugin.
Contributors“Google Docs oEmbed” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Google Docs oEmbed” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.10
- Added Code Climate integration.
- Added moar badges (yes I am a badge poser).
- Added contribution guidelines.
- Updated README.
1.0.9
- Updated Codacy badge url.
- Fixed NPath complexity of 300.
1.0.8
- Added Codacy (a tool for automated code review) badge.
- Removed the loader class.
1.0.7
- Minor changes.
- Added language file.
1.0.6
- Fix PSR-4 loader conflict with older implementation.
1.0.5
- Added GitHub Updater support.
- Added Update supported WordPress version.
1.0.4
- Added composer.lock to repo.
- Added vendor folder to SVN repo.
1.0.3
- Minor changes.
1.0.2
- Check if autoloader exists before requiring.
1.0.1
- Removed an esc_attr() incorrectly called on $extra.
- Added a build task with composer support.
1.0.0
- Initial release.