Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a drawing in Google Docs Drawings, and I would like to embed a PNG/GIF of it in a web page, but I would like the embedded image to remain up to date with any changes made to the drawing.

Is there a way to do this? It wouldn't matter if the image was only updated once per day or something, by the way.

Ideally I would like something like this:

<img src="docs.google.com/drawing/png?docid=123456789123456789&width=400&height=200"/>
share|improve this question

1 Answer

up vote 0 down vote accepted

In the top-right corner, click the down-arrow next to Share, then click Publish to the Web.... Click the Start publishing button and you will get and img tag to use.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.