How to embed a Google Drive folder in a website
How to embed a Google Drive folder in a website.
এখান থেকে FOLDER-ID#list এই কথাটি রিপ্লেস করে দিয়ে ড্রাইবের ফোল্ডারের আইডিটি দিয়ে দিতে হবে
(drive.google.com/drive/folders/111111111?usp=sharing) 111111এর জায়গায়
List view
<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list" style="width:100%; height:600px; border:0;"></iframe>
Grid view
<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" style="width:100%; height:600px; border:0;"></iframe>
Other Source
https://stackoverflow.com/questions/20681974/how-to-embed-a-google-drive-folder-in-a-website
Post a Comment