Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Google Photos embed

Descripción

Puedes incrustar fácilmente la imagen utilizando un URL para compartir de Google Photos.

Utilización

  • Open the google photo site (https://photos.google.com/)
  • Choose an embedded image you want to blog in Google Photos.
  • Click the Share button, you get a shareable link.
  • Copy the shared link (https://photos.app.goo.gl/xxxxxxx) and paste it into the blog content.

Nota

  • AMP support must be using Automattic AMP plugin or theme template with pre_amp_render_post action hook.
  • Image URL is the unofficial way to get from OGP image. If the specification to share Google photo has been changed, there are times when it can not be used.

Personaliza

  • It is displaying the OGP data as a caption.
  • The size of the image, alignment, captions, etc. specified in the parameter.

General Parameter

  • width : pixsels (width=»400″)
  • height : pixsels (height=»400″)
  • align : alignnone / aliginleft / aligncenter / alignright (align=»aligncenter»)
  • caption : caption text. If the non-display caption=»false» set.
  • type : gif (default jpg) If possible, displayed in a GIF animation format.

e.g. [embed width=»320″ height=»150″ align=»alignright» type=»gif» caption=»xxxxxxx»]https://photos.app.goo.gl/xxxxxxx[/embed]

Special Parameter (picopt)

  • w : ancho en píxeles
  • h : altura en píxeles
  • s : píxeles del lado largo
  • r : rotar imagen 90/180/270
  • c : recortar desde el centro de la imagen
  • p : Trimming centered on the person or the like in the image
  • no : Meybe. If possible, video->GIF animation conversion

e.g. [embed picopt=»w320-h150-r90-p»]https://photos.app.goo.gl/xxxxxxx[/embed]

※ Parameters of picopt is unofficial. (estimated from picasa image customization options)

日本語の説明

Capturas

  • Get Google Photos share url. Copy & Paste embed.

Instalación

  1. Sube la carpeta google-photos-embed al directorio /wp-content/plugins/
  2. Activar el plugin a través del menú Plugins de WordPress

FAQ

Instrucciones de instalación
  1. Sube la carpeta google-photos-embed al directorio /wp-content/plugins/
  2. Activar el plugin a través del menú Plugins de WordPress

Reseñas

1 de agosto de 2020
No Gutenberg block for it so you can just insert the URL.
10 de mayo de 2018
I don't understand why anyone needs to use this plugin, that still requires several laborious steps back and forth from your google album, copying and pasting. You can do the exact same thing by copying and pasting it into "add media from URL" without the plugin. Plugins are supposed to be time savers, this one is not.
20 de mayo de 2017
Tested with WP 4.7.5 : Works fine ! Suggestions : - Link in the caption : Optional (Caption with link/Caption without link) - link to Google Photo page : Link to the photo / Link to the album of the photo - copy the image into the medias library Thanks ! I made the translation (French) of the plugin available on the WordPress site. Bertrand
30 de enero de 2017
Easy. It works from the first try. Simple, it does what it says.
Leer todas las 9 reseñas

Colaboradores y desarrolladores

«Google Photos embed» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Google Photos embed» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • 2017-9-8
  • fix: When allow_url_fopen is off, since getimagesize becomes Warning, rewrite to code that does not use getimagesize.

1.0.0

  • 2017-9-7
  • Añadida compatibilidad con AMP

0.9.3

  • 2017-7-26
  • fix Support Forum : Use strpos instead of preg_match? https://wordpress.org/support/topic/use-strpos-instead-of-preg_match/

0.9.2

  • 2017-7-18
  • Cambia la url corta para compartir de google photos https://goo.gl/photos/xxxxxxx -> https://photos.app.goo.gl/xxxxxxx

0.9.1

  • 2015-12-24
  • Add a link to the Google photos page in the image.
  • If possible, add the option type = «gif» to embed the video in GIF animation format.

0.9.0

  • 2015-11-06 Release