Let’s Build a Custom Block in One Hour

Sdílet
Vložit
  • čas přidán 9. 09. 2024
  • Block development can be challenging, but getting started with block development has never been easier. In the past few years, WordPress contributors have created tools to simplify the process and make building blocks more accessible to those without advanced knowledge of JavaScript and React. Coupled with core components, native block supports, and a bit of guidance, every WordPress builder can add custom blocks to their toolset.
    This online workshop is a follow-up to my WordCamp US presentation “Let’s Build a Custom Block in 15 Minutes”. We will walk through the process of building a custom block using the Create Block tool in more detail and add a few additional features. For our block example, we will be “blockifying” the original Hello Dolly plugin by Matt Mullenweg.
    ---
    View this video and others on WordPress.TV: wordpress.tv/2...

Komentáře • 33

  • @AB-kq9xm
    @AB-kq9xm Před rokem +10

    tutorial starts at 8:40

  • @EricThomson
    @EricThomson Před rokem

    Thanks Nick. When I ran the command as shown the plugin was named: variant so I had to rerun it with the plugin name before the options.

  • @buddysek9119
    @buddysek9119 Před 11 měsíci

    ever best before tons of thanks for this vlog

  • @sleepyholes
    @sleepyholes Před rokem +2

    Best wordpress tutorial i have seen!

  • @Agent12214
    @Agent12214 Před 5 měsíci

    Thanks this was helpful!

  • @nezarfadle7715
    @nezarfadle7715 Před rokem

    Awesome 👍👍, thank you very much.

  • @LatinoWebStudio
    @LatinoWebStudio Před rokem

    Thanks for the video!

  • @tobbeeleeto
    @tobbeeleeto Před 4 měsíci

    Awesome video. Whats the different between attributes: text-align and the supports: align. Dont they do the same thing ?

  • @YaidierPerez
    @YaidierPerez Před rokem +1

    Great video! It would be awesome if you dig deeper into the editor on a second version :) Thanks again for such great content :)

  • @LearWithSaiful
    @LearWithSaiful Před rokem

    Really awesome and best tutorial

  • @tinotaylor
    @tinotaylor Před 6 měsíci

    Would be nice if you guys added the documentation links in the video description

  • @hujth6
    @hujth6 Před rokem

    Amazing video, thank you! realy put things in order for new comers like myself. custom blocks is a mess at first site and your video realy helped me. thanks again

  • @waltermarcelo751
    @waltermarcelo751 Před rokem

    Buenardardo 👍👍👍

  • @Whatreally123
    @Whatreally123 Před měsícem

    Hi Nick,
    I want to modify the Title block a bit to suit one of my needs.
    Do I need to have an IDE to copy the entire block code from github and make the relevant changes and build it? or can I just duplicate the folder structure on my WP installation and make the relevant modifications? will that work? and how to make the block upgradeable so that when WP updates the Title block (in my case), my custom block also can be updated without it affecting my site.
    Thanks.

  • @jyotibarasker2792
    @jyotibarasker2792 Před rokem +1

    Your video is great can u please share the url of the plugin block that u have created using the create-block tool. Then it will be very helpful for me anyway love this video

  • @Franiveliuselmago
    @Franiveliuselmago Před rokem +1

    Is it possible to add multiple blocks in one plugin?

  • @FrankGP.com.
    @FrankGP.com. Před rokem

    thank!

  • @taunado
    @taunado Před 4 měsíci

    Thanks. Is there a repo file?

  • @Scottyhutch1
    @Scottyhutch1 Před rokem

    great video bro. Im just wondering now that I have followed the video and created the block, how do I add it to my website? If Ive missed it/ overlooked it in the video, let me know, and I'll head to it.
    cheers

  • @andreranulfo-dev8607
    @andreranulfo-dev8607 Před 9 měsíci

    I'm looking for a good Dynamic Block tutorial. Any suggests?

  • @webshoreeu
    @webshoreeu Před rokem

    Hey Nick,
    Thanks for the great video! How did you create this fantastic looking presentation? You mention something at ~ 0:27s

    • @user-qh1dy1tk5w
      @user-qh1dy1tk5w Před 9 měsíci

      I think he mentioned it in the WordCamp US version of this talk - it's a web page built with blocks :D

  • @kensleylewis
    @kensleylewis Před rokem +3

    although this was created 4 months ago. This tutorial already feels outdated. for example the --variant property is no longer part of the npx command process. Is this content still relevant? if so, what is the proper npx command we should be running "today" to do what you are showing.

  • @Scottyhutch1
    @Scottyhutch1 Před rokem

    If I have created a hamburger menu in HTML, CSS and Js already, which file does the HTML, JS code go into? I am wanting to make custom plugins with code I have already created. If you could help that would be brilliant. cheers

  • @AlexKozack
    @AlexKozack Před rokem +2

    🤔 But how to create custom block inside theme? I creating a theme and need several custom blocks to satisfy the entire design. Do I need ships several plugins for each custom block with my theme, or I may some how create several npm project for each block inside theme, or I may create single npm project for several blocks inside theme?

    • @WordPress
      @WordPress  Před rokem

      Have you considered adding block patterns to your theme?
      developer.wordpress.org/themes/advanced-topics/block-patterns/

    • @AlexKozack
      @AlexKozack Před rokem

      @@WordPress It's not exacly what I'm looking for. In my case, I have a complex widget whose rendering is different for the editor and for the frontend. The user should also have additional edditing tools and buttons. I don't see how to acchive this with template pattern

    • @WordPress
      @WordPress  Před rokem

      They can still have editing options with block patterns. We'd recommend giving it a shot, then posting your question here if you're running into difficulties:
      wordpress.org/support/forum/wp-advanced/

    • @AB-kq9xm
      @AB-kq9xm Před rokem +2

      Add multiple blocks to WP plugin

    • @taunado
      @taunado Před 4 měsíci

      @@AB-kq9xm There needs to be more educational resources on this

  • @pasbesan
    @pasbesan Před rokem +3

    Once WordPress was really good and great for developers. This blocks are great, but process how to make them is so stupid and confusing and all over the place. Next time think twice please :)

  • @BryanKeniryG
    @BryanKeniryG Před 3 dny

    Updating failed. The response is not a valid JSON response. thats an hour of my life I will never get back

  • @simonbates8715
    @simonbates8715 Před rokem +2

    OMG. Just get on with it.