Trabla: Blogger & Google Drive: embed image from google drive into blogger template
Solving:
1. Share your image for public on the web - get image public share id:
2. Create url for image access, using IMAGE ID from step 1:
https://drive.google.com/uc?id=<YOUR_IMAGE_PUBLIC_SHARE_ID>
Example:
https://drive.google.com/uc?id=0B6m5NhzNC405WEJfU29CSlZyRTg
Now we can use this link in html:
<div style='display:block'>
<img src='https://drive.google.com/uc?id=0B6m5NhzNC405WEJfU29CSlZyRTg'/>
</div>
3. Open Blogger Template Editor:
4. Make template backup - copy code in template editor and save in any local text file on pc
5. Paste html code with image link into template + save template:
No comments:
Post a Comment