Это видео недоступно.
Сожалеем об этом.

How To Create A Complete Comment Section Like Blogger Using HTML CSS JavaScript

Поделиться
HTML-код
  • Опубликовано: 10 сен 2023
  • Welcome to our HTML & CSS tutorial on how to build a sleek and functional comment section! In this tutorial, we'll guide you step-by-step on creating an impressive comment section using HTML and CSS.
    If you're looking to take your web development skills to the next level and enhance user engagement on your website, learning how to create an appealing comment section is key. With our detailed tutorial, you'll gain essential knowledge on structuring the HTML markup and styling it with CSS, resulting in a visually stunning and user-friendly comment section.
    Throughout this tutorial, we'll cover various aspects such as:
    1. Setting up the HTML structure for the comment section.
    2. Implementing CSS styles to achieve a sleek and modern design.
    3. Creating interactive features, like comment boxes and submit buttons, for user engagement.
    4. Applying advanced CSS techniques for responsiveness and optimizing the section for different devices.
    5. Adding additional functionality, such as displaying timestamps or user avatars, to enhance the overall user experience.
    By the end of this tutorial, you'll have a solid grasp of HTML and CSS concepts, enabling you to confidently create and customize comment sections in your future web projects.
    Don't miss out on this opportunity to enhance user interaction and elevate your web development skills. Join us now, and let's dive into building a sleek comment section together!
    GitHub: bit.ly/489S8Tt
    Source Code: www.buymeacoff...
    Website: uptodateacadem...
    -----------------------------------
    Channel Subscription: / @uptodateacademy
    Instagram: / uptodateacademy
    Twitter: / uptodateacademy
    Watch: • How To Create A Respon...
    Watch: • Cool CSS Realistic Cli...
    Watch: • Cool Glassmorphism 3d ...
    Thanks for watching 😃

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

  • @jnrmnr
    @jnrmnr 8 месяцев назад +7

    Bruv you the goat I litterally have a whole ass exam about that and the lessons were incredibly unclear about how to link all the js elements together you saved my ass 😂😂

  • @Rajputanacommunity993
    @Rajputanacommunity993 10 месяцев назад +4

    Such a great video ❤

  • @Rajputanacommunity993
    @Rajputanacommunity993 10 месяцев назад +3

    Keep it up 👍👍👍

  • @timoanjala4358
    @timoanjala4358 7 месяцев назад +1

    Great video! Now I need to learn the server side connections :)

  • @ChestRoasterGAMING
    @ChestRoasterGAMING 7 дней назад

    button not enabled when enter a text in input

  • @filippomarchi2733
    @filippomarchi2733 3 месяца назад +2

    how di i prevent to the comment of deleting themself??

    • @diptangshuroy9445
      @diptangshuroy9445 2 месяца назад

      you need to use server-side storage or localstorage for that

  • @xalias_moonx4001
    @xalias_moonx4001 4 месяца назад +1

    Please, can you make a video where you explain how to refresh a page without losing comments? PLEAASEE!
    P.S.: Can you explain starting from this video and comment settings? I really urgently need it 😅, Thank you!

    • @xalias_moonx4001
      @xalias_moonx4001 4 месяца назад +1

      Just to know, r u working on the tutorial? Cause I really need it now. I would be really grateful to you if you make it

  • @Mamegamer1
    @Mamegamer1 3 месяца назад +1

    this code very hard for write in vsc so this is smart code

  • @Zernabkhan7
    @Zernabkhan7 13 дней назад

    I want to add my script on any website comment section is it possible? Script will be the adsense ads script

  • @rajatmourya895
    @rajatmourya895 5 месяцев назад

    This is nice a tutorial❤

  • @user-go9hy4zf4b
    @user-go9hy4zf4b 6 месяцев назад

    thank you very much

  • @Trimtipz
    @Trimtipz 5 месяцев назад +2

    How can i use local storage so the comments wont remove when refreshed, you can just illustrate it as a comment here, ill subscribe immediately i get a response, thanks.

    • @UptodateAcademy
      @UptodateAcademy  5 месяцев назад +1

      Use localStorage.setItem(" "); to add each values to the local storage and use localStorage.getItem(" "); to append them on the page.
      Now when you refresh, it would get the data from the local storage. If you don't get it, reply video so I can create a video for you on how to use local storage on comments.

    • @Trimtipz
      @Trimtipz 5 месяцев назад +1

      ​@@UptodateAcademy sorry for the disturbance but I don't get it yet, I think the video would be nice

    • @Trimtipz
      @Trimtipz 5 месяцев назад

      ​@@UptodateAcademyvideo

    • @Trimtipz
      @Trimtipz 5 месяцев назад

      ​@@UptodateAcademyvideo

    • @PlusNaija
      @PlusNaija 4 месяца назад +1

      Video

  • @ucnguyentien9389
    @ucnguyentien9389 4 месяца назад

    great

  • @hoxworth983
    @hoxworth983 8 месяцев назад +1

    I don't see the github link in the description

  • @addinseptiansyah311
    @addinseptiansyah311 6 месяцев назад +1

    I have followed it, but there is an error in index.html numbers 82 '

    • @UptodateAcademy
      @UptodateAcademy  6 месяцев назад

      Firstly, what kind of error occurred on your console.
      Secondly, check your quotations well, I used backticks which allows me to add variable with parenthesis. Check if your image is in your directory, otherwise you can download mine in video description.
      Ensure you used the correct userId format. Ensure you used the correct queryselector format for targeting an element.
      If still it doesn't work, let me know. Remember to know the kind of error that occurred then we will know where to fix the problem

    • @addinseptiansyah311
      @addinseptiansyah311 6 месяцев назад

      @@UptodateAcademy oke, thanks brother

    • @addinseptiansyah311
      @addinseptiansyah311 6 месяцев назад

      @@UptodateAcademy Will this comment disappear after we refresh or will it still be in the comments pop up?

    • @UptodateAcademy
      @UptodateAcademy  6 месяцев назад

      It will, you can use local storage, session storage or cookies to store the comments for retrieval.
      If you don't know how, reply so I can work out something for you

    • @addinseptiansyah311
      @addinseptiansyah311 6 месяцев назад

      @@UptodateAcademy thanks bro, Thank you, I have tried several times but am still confused about modifying the source code that I downloaded from your GitHub

  • @AhmadH345
    @AhmadH345 5 месяцев назад

    can other peopel see o ther people comment?

  • @user-qn3hp3co7o
    @user-qn3hp3co7o 7 месяцев назад +2

    bro can you share code ??

    • @UptodateAcademy
      @UptodateAcademy  7 месяцев назад

      Source code in video description

    • @Vstar_official.
      @Vstar_official. 5 месяцев назад +1

      @@UptodateAcademyplz for free i need it i am small kid of 12 years i dont have money

  • @koushik350
    @koushik350 9 месяцев назад +1

    Is it responsive

  • @pvdc229
    @pvdc229 9 месяцев назад +1

    how can i connect this to a database like php?

    • @UptodateAcademy
      @UptodateAcademy  9 месяцев назад

      You can get it from here:
      ruclips.net/video/1LmPeHX7RRo/видео.htmlsi=mVkTnc85gSpNbNup

    • @DeepakKumar-sw3zr
      @DeepakKumar-sw3zr 8 месяцев назад

      gaand deni padti hai

    • @DeepakKumar-sw3zr
      @DeepakKumar-sw3zr 8 месяцев назад

      bhn ke lode code de deta@@UptodateAcademy

  • @RelaxingSongs-RSY25
    @RelaxingSongs-RSY25 6 месяцев назад

    Bro, an error occured in line 82-90 while making the published variable. Please help. Did you used any extensions for that?

    • @UptodateAcademy
      @UptodateAcademy  6 месяцев назад +1

      What type of error is it?
      I didn't use any extension bro, it's full vanilla JavaScript

    • @RelaxingSongs-RSY25
      @RelaxingSongs-RSY25 5 месяцев назад

      @@UptodateAcademy while making the 'published' variable, an error occures.
      Error:
      1) unterminated string literal.

    • @UptodateAcademy
      @UptodateAcademy  5 месяцев назад

      Alright, try updating your chrome, then you can also use single quote (' ') or double quote (" ") and then add the plus "+" sign when you want to concat the values.

    • @RelaxingSongs-RSY25
      @RelaxingSongs-RSY25 5 месяцев назад

      @@UptodateAcademy why update chrome while the error occures in the editor (VS Code).
      Edit: wait I'll try that as well

    • @RelaxingSongs-RSY25
      @RelaxingSongs-RSY25 5 месяцев назад +1

      @@UptodateAcademyman i don't know why its not working, also the {userId.(anything)} is not working.

  • @user-go9hy4zf4b
    @user-go9hy4zf4b 6 месяцев назад

    bro how to make reply option as like in youtube

    • @UptodateAcademy
      @UptodateAcademy  6 месяцев назад +2

      Alright, I will have to make a tutorial video for that.
      Stay tuned.

  • @koushik350
    @koushik350 9 месяцев назад

    Is it responsive plzzz reply fast .