Your cart is currently empty!
Posting picture from Gdrive
This is a sample page to take media from gdrive.
I have difficulties to embed my pictures stored at my gdrive (google drives) into this website. When I am looking around this method is effectively applied. The procedure is as follow.
- Get the image url from our google drive. Usually the link is as below format https://drive.google.com/file/d/1wkhVXgtsdLNr5N8gs6KxKtf1j1BSbhtJ/view?usp=drive_link
- copy the address between “/d/” and “/view”. in this example “1wkhVXgtsdLNr5N8gs6KxKtf1j1BSbhtJ“
- paste the copied address into this format https://drive.google.com/uc?export=view&id=1wkhVXgtsdLNr5N8gs6KxKtf1j1BSbhtJ <=== the copied address.
- done
I hope it will help..