Let’s Build a Custom Block in One Hour

Поділитися
Вставка
  • Опубліковано 19 жов 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...

КОМЕНТАРІ • 33

  • @buddysek9119
    @buddysek9119 Рік тому

    ever best before tons of thanks for this vlog

  • @sleepyholes
    @sleepyholes Рік тому +2

    Best wordpress tutorial i have seen!

  • @EricThomson
    @EricThomson Рік тому

    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.

  • @Agent12214
    @Agent12214 6 місяців тому

    Thanks this was helpful!

  • @nezarfadle7715
    @nezarfadle7715 Рік тому

    Awesome 👍👍, thank you very much.

  • @LatinoWebStudio
    @LatinoWebStudio Рік тому

    Thanks for the video!

  • @AB-kq9xm
    @AB-kq9xm Рік тому +11

    tutorial starts at 8:40

  • @tobbeeleeto
    @tobbeeleeto 5 місяців тому

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

  • @LearWithSaiful
    @LearWithSaiful Рік тому

    Really awesome and best tutorial

  • @YaidierPerez
    @YaidierPerez Рік тому +1

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

  • @Whatreally123
    @Whatreally123 2 місяці тому

    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.

  • @waltermarcelo751
    @waltermarcelo751 Рік тому

    Buenardardo 👍👍👍

  • @hujth6
    @hujth6 Рік тому

    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

  • @jyotibarasker2792
    @jyotibarasker2792 Рік тому +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

  • @tinotaylor
    @tinotaylor 8 місяців тому

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

  • @Scottyhutch1
    @Scottyhutch1 Рік тому

    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

  • @webshoreeu
    @webshoreeu Рік тому

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

    • @TomJardine-Smith
      @TomJardine-Smith 10 місяців тому

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

  • @Franiveliuselmago
    @Franiveliuselmago Рік тому +1

    Is it possible to add multiple blocks in one plugin?

  • @andreranulfo-dev8607
    @andreranulfo-dev8607 10 місяців тому

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

  • @taunado
    @taunado 5 місяців тому

    Thanks. Is there a repo file?

  • @Scottyhutch1
    @Scottyhutch1 Рік тому

    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 Рік тому +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  Рік тому

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

    • @AlexKozack
      @AlexKozack Рік тому

      @@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  Рік тому

      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 Рік тому +2

      Add multiple blocks to WP plugin

    • @taunado
      @taunado 5 місяців тому

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

  • @kensleylewis
    @kensleylewis Рік тому +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.

  • @BryanKeniryG
    @BryanKeniryG Місяць тому

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

  • @pasbesan
    @pasbesan Рік тому +4

    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 :)

  • @simonbates8715
    @simonbates8715 Рік тому +2

    OMG. Just get on with it.