Ian Dunn
Ian Dunn
Also https://make.wordpress.org/core/2022/04/13/core-styles-and-theme-customization-the-next-steps/
Related https://github.com/WordPress/gutenberg/issues/23626
dfc9bf6 embeds the shortcode directly in the template, which works for now. Once the Jetpack block no longer relies on the shortcode, we can switch to that. When we do...
There's some earlier discussion in #111
> create a custom block that simply outputs a server-side render of the two features 👍🏻 . It'd be good to open an issue for the sharing buttons too. >...
I'm guessing we'll be able to simply embed the shortcodes, like we did in https://github.com/WordPress/wporg-news-2021/issues/35#issuecomment-978158790
Actually, I enabled the Sharing and Likes modules, and they're showing up now. The Like button is stuck in the loading state, though. We'll need to style them too.
👍🏻 I added them back now that it's over
Would it be better to put it in `wporg-mu-plugins`, so that it persists across theme changes? I wouldn't expect to find any of those things in a `functions.php`.
> We'll have to remove wp-login.php Is that really worth it? Maybe we can adjust the design to fit the constraints instead. > just keep getting dropped into the main...