اختصارات لوحة المفاتيح
البحث المتقدم
How do i get the image file path from themoviedb.org for my website using Javascript
@Josephedirin said: fetching image file path with Javascript How do i get the image file path from themoviedb.org for my website using Javascript
I think you already know that the image_file_path are in the API Request responses. And it knows what the base URL for the image is.
https://image.tmdb.org/t/p/original/[poster_path] https://image.tmdb.org/t/p/original/wigZBAmNrIhxp2FNGOROUAeHvdh.jpg https://image.tmdb.org/t/p/w500/wigZBAmNrIhxp2FNGOROUAeHvdh.jpg
So you only need help with Javascript. In this case I suggest:
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ مارس 27, 2023 في 7:51 صباحا
I think you already know that the image_file_path are in the API Request responses.
And it knows what the base URL for the image is.
So you only need help with Javascript.
In this case I suggest: