How to Insert Image From Google Drive to Your Blog or Website ?



    Google Drive is a safe place to back up and access all your files from any device. Easily invite others to view, edit, or comment on any of your files or folders.

With Drive, you can:
• Store and access your files anywhere safely
• Quickly access important and recent files
• Browse files by name and content
• Share and set permissions for files and folders
• View your content anytime anywhere while offline
• Receive notifications about important activity in your files
• Use your device's camera to scan paper documents

    Google Accounts get 15 GB of free storage to be shared by Google Drive, Gmail, and Google Photos. For additional storage, you can upgrade to a premium subscription plan as an in-app purchase. Subscriptions start at $1.99/month for 100 GB in the US, and may vary by region.

    We can use the google drive storage space to store files for blogger or website purposes. To minimize storage on our hosting. Also to make it easier for us to manage files.

When we need a file in our Google Drive, we just need to insert it.

Then How to Insert Images from Google Drive into our posts?


Here are the steps:

Step 1. Goto your dashboard Google drive, right click empy area and select "Upload File ", select your image or picture, and Upload.

Step 2. After succes uploaded, right click on the image and select " share " >> change to anyone with the link.

Step 3. Copy your image id. example the link is : 

 https://drive.google.com/file/d/1geY_Cx77TbUGCLDcaJxkG1kTb1KqTt9R/view?usp=sharing

So the image id : 1geY_Cx77TbUGCLDcaJxkG1kTb1KqTt9R

Replace imageid in code bellow with your image id.

<img height="350" src="https://drive.google.com/uc?export=view&amp;id=imageid" width="640" />

So the code become :

<img height="350" src="https://drive.google.com/uc?export=view&amp;id=1geY_Cx77TbUGCLDcaJxkG1kTb1KqTt9R" width="640" />

Step 4. Copy code above and paste to the your post in HTML view mode.

Step 5. Save your post and privew your post.


For detail step by step yo can watch this video bellow .





Okay, that's enough for now from me, if you have any questions, please comment in the comments column. If something goes wrong I apologize. Hopefully helpful, and thank you.

Featured Post

How to fix CLS issue in your blog or web ?

  Fixing CLS issues is a big deal. That's because most of your competitors won't fix CLS problems and as a result won't rank wel...