how to embed video in Django || video grid website by Django || embed YouTube video

Поделиться
HTML-код
  • Опубликовано: 17 июн 2020
  • how to embed video in Django || create django video embedding website || embed RUclips video
    #video #django
    in this video I have created a website for embed video in django
    you will learn how to embed video in django
    follow the step by step
    don't skip
    embed video create a amazing website in Django
    install a module :
    pip install django-embed-video
    then installed the app embed-video
    create model
    register model to admin
    and create url and link with views
    in template load the embed video tags
    {% load embed_video_tags %}
    create for loop for a sequence
    and embed video one by one
    {% video i.video 'small' %}
    you can use large instead of small
    ask anything join telegram ::
    Blearningclub Telegram channel ::
    t.me/blearningclub
    how to run django on cpanel with python latest version :
    • How to run django in C...
    for more info visit documentation Django embed video :
    django-embed-video.readthedoc...
    more video:
    how to run django on cpanel:
    • How to run Django on c...
    how to run your django project on shared hosting cpanel:
    • How to run your django...
    how to get free ssl:
    • ZeroSSL | How to get f...
    free download django website about poll app:
    • Django poll app || fre...
    for support us
    LIKE || SHARE || SUBSCRIBE
    email: coffewithbhaskar13@gmail.com
    i will glad if you get help from this video
    for any query or help :
    email us - coffewithbhaskar13@gmail.com
    music credits :-
    Sunrise by MusicbyAden & Atch
    / musicbyaden
    / atch-music
    Creative Commons - Attribution-ShareAlike 3.0 Unported - CC BY-SA 3.0
    Free Download / Stream: bit.ly/m-a-asunrise
    Music promoted by Audio Library • Sunrise - MusicbyAden ...
    i used music for this video : • Sunrise - MusicbyAden ...

Комментарии • 42

  • @khmersmile7590
    @khmersmile7590 3 года назад +1

    Thank you for your great instruction of embedding video on Django page.

  • @fredj737
    @fredj737 4 года назад +1

    Good job brother

  • @ndip2tweenty47.3
    @ndip2tweenty47.3 3 года назад

    thanks very much Sir succeeded in embed audio from soundcloud and videos from youtube and vemeo.thanks very much sir .if i was to follow the documentation i could not have made it .and all the videos on youtube about this topic are limited and some complicated

  • @lofistudio9652
    @lofistudio9652 3 года назад

    Nice bro

  • @groove00
    @groove00 3 года назад

    thanks bro

  • @Randomvideos-tt8nq
    @Randomvideos-tt8nq Год назад

    thank you sir, continue with what u do, hope you got lots of views, u just got a subscriber

  • @ranjeet99mishrarock
    @ranjeet99mishrarock 4 года назад

    thanku sir

  • @JMO380
    @JMO380 3 года назад +1

    Is there a way to embed this into a bootstrap carousel?? Very well done video by the way and much appreciated for this info

  • @ndip2tweenty47.3
    @ndip2tweenty47.3 3 года назад

    Sir please with sound cloud how thus it work. do we just have to copy the link too

  • @NIHITHRAJ
    @NIHITHRAJ 2 года назад

    Hi i want to embed another website in django. Like for ex: wiki page of search result on the page. any suggestions?

  • @ashishgiri7812
    @ashishgiri7812 3 года назад

    Bro numbers of videos are in same page
    i want something like
    when watch is clicked new page should open with only one media player

  • @deviprasadhota2617
    @deviprasadhota2617 2 года назад

    Can we embed a youtube link video taking it in a yaml config file?

  • @codyj8567
    @codyj8567 4 года назад

    Thank you so much for the video! Easy to follow and helpful. I’ve had success adding videos from Vimeo but my videos I add from RUclips are not working. Is there a quick fix for this? I’m reading over the Django-embed-video documentation now.

    • @blearningclub
      @blearningclub  4 года назад +1

      Copy the video URL of RUclips , sometimes channel owners don't allow to embed their video

    • @codyj8567
      @codyj8567 4 года назад +1

      B Learning Club This is my mistake. I found that using the share link rather than copying the url text in the address bar allowed the video to be played. Thanks again for the great video!

  • @habiborrahaman4531
    @habiborrahaman4531 3 года назад

    brother how to deploy my django website heroku please make this tutorials brother, deep needed this video. please do help us

  • @ndip2tweenty47.3
    @ndip2tweenty47.3 3 года назад

    Sir i was wondering is it posible to include the video title and detail text ?. or are we to create a new model for title and text and manuel type it when we want to embed a new url ?

    • @blearningclub
      @blearningclub  3 года назад

      You can do all , cheak documentation for more information. django-embed-video.readthedocs.io/en/latest/

    • @ndip2tweenty47.3
      @ndip2tweenty47.3 3 года назад

      @@blearningclub i have been reading it since yesterday and currently am still reading but i can get it wright. only the video get display

  • @nareshk7481
    @nareshk7481 3 года назад

    hi, how can I upload my own videos(suppose if I recorded a video and I want to upload that video), please help me in this.

    • @blearningclub
      @blearningclub  3 года назад

      This is easy , just u have to upload your video as a media file

  • @melanidestefanis6217
    @melanidestefanis6217 3 года назад

    Does it work with Django 1.8??

  • @sue3245
    @sue3245 2 года назад

    Can you do this where you open in another page

  • @ndip2tweenty47.3
    @ndip2tweenty47.3 3 года назад

    More love. will be more happy if you can direct me more on how to include but the title and text

    • @blearningclub
      @blearningclub  3 года назад

      Manually you can add a char field in item model for name of video then you can use it ( before the line video = Embed field add name=CharField it will also work )

    • @ndip2tweenty47.3
      @ndip2tweenty47.3 3 года назад

      @@blearningclub Thanks prof i got what you are saying .thanks for being there for us

  • @piorprogramadorbr9481
    @piorprogramadorbr9481 Год назад

    how to add autoplay to vidoe?

  • @yegorisakov289
    @yegorisakov289 Год назад

    where is your virtual environment?

  • @marklesterpolicarpio5652
    @marklesterpolicarpio5652 3 года назад

    Hello, how can i fix this?
    Invalid block tag on line 173: 'video', expected 'empty' or 'endfor'. Did you forget to register or load this tag?

  • @byronlovelace8379
    @byronlovelace8379 3 года назад

    github?

  • @digitaltanzeel1056
    @digitaltanzeel1056 2 года назад

    On django project video don't play

  • @calebemartins8266
    @calebemartins8266 3 года назад

    Hi, how can i upload a file video from my desktop, and not a youtube video?

  • @ravisandhu1111
    @ravisandhu1111 3 года назад

    E tem fariable

  • @ranjeet99mishrarock
    @ranjeet99mishrarock 4 года назад

    Video unavailable
    after clicking on video

    • @blearningclub
      @blearningclub  4 года назад

      Try other video URL , just copy only YT video URL and paste , it will 💯 work

  • @Version_Beta
    @Version_Beta 4 года назад

    does it work with youtubes short urls? like ruclips.net/video/QH2-TGUlwu4/видео.html or just with the standard links. Thank You

    • @blearningclub
      @blearningclub  4 года назад

      Just copy the video URL from RUclips or any others video platform