Embed Google+ photos on website - Web Applications Stack ExchangeWeb Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.
| Is it possible to embed Google+ photos on a website, much like it used to be possible with PicasaWeb? |
| |
| Actually, Google's PicasaWeb and Google+ are always in sync. So if you have any image in Google+, you'll find it in PicasaWeb. From there you can get the code to embed the image and more. Here is a sample code to embed one of the photos - <table style="width:auto;"> <tr> <td> <a href="https://picasaweb.google.com/lh/photo/m2Ne5aZLhC2RQfmtbw-8TtMTjNZETYmyPJy0liipFm0?feat=embedwebsite"> <img src="https://lh5.googleusercontent.com/-rNKwZkk5X68/Tg2cunuxA0I/AAAAAAAAAOM/-62AZtBNhd4/s144/threadlist-large.png" height="92" width="144" /> </a> </td> </tr> <tr> <td style="font-family:arial,sans-serif; font-size:11px; text-align:right"> From <a href="https://picasaweb.google.com/100089984211197410017/20110701?authuser=0&feat=embedwebsite">2011-07-01</a> </td> </tr> </table>
| | answered Jun 29 '12 at 8:19 |
|
| |