Skip to content

Commit 6b01a1b

Browse files
chore: updated YouTube video urls
1 parent 646f9fc commit 6b01a1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Custom Blocks that transform your WordPress Block Editor into a page builder
1818

1919
> [Try our live demo](https://wpstackable.com/demo/?utm_source=wp-repo&utm_campaign=readme&utm_medium=link) | [Join the Facebook Community](https://www.facebook.com/groups/wpstackable/)
2020

21-
[youtube https://www.youtube.com/watch?v=lF4Da7k77IY]
21+
[youtube https://www.youtube.com/watch?v=P3xG3t-QYjw]
2222

2323
## Transform Gutenberg into a Page Builder.
2424

src/welcome/getting-started.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@ const essentialsProps = [
4242
{
4343
title: __( 'The Basics of Stackable Blocks', i18n ),
4444
subtitle: __( 'Learn how to personalize and tailor Stackable Blocks to match your website\'s unique style and design.', i18n ),
45-
src: 'https://www.youtube.com/embed/6RyuqBs4BbM',
45+
src: 'https://www.youtube.com/embed/GsQxH_gDp1A',
4646
url: '#',
4747
},
4848
{
4949
title: __( 'Flexbox Controls', i18n ),
5050
subtitle: __( 'Explore the powerful Flexbox controls in Stackable that allow you to effortlessly create dynamic and responsive layouts.', i18n ),
51-
src: 'https://www.youtube.com/embed/DMatMTqFXCo',
51+
src: 'https://www.youtube.com/embed/73N9uXnpUJE',
5252
url: '#',
5353
},
5454
{
5555
title: __( 'How to Use Responsive and Hover State Toggles', i18n ),
5656
subtitle: __( 'Discover how to design responsively and style different hover styles in Stackable.', i18n ),
57-
src: 'https://www.youtube.com/embed/08lWu3Q9Puk',
57+
src: 'https://www.youtube.com/embed/YPFWu8qwSS4',
5858
url: '#',
5959
},
6060
{
6161
title: __( 'How to Use Global Styling', i18n ),
6262
subtitle: __( 'Master the art of optimizing your workflow for globally styling your website to maintain consistency across all pages.', i18n ),
63-
src: 'https://www.youtube.com/embed/XvjyVXd1Rt4',
63+
src: 'https://www.youtube.com/embed/sYnNWSlQawc',
6464
url: '#',
6565
},
6666
{
6767
title: __( 'How to Use Color Schemes', i18n ),
6868
subtitle: __( 'Learn how to use Color Schemes to more easily manage your design colors and allow switching colors for entire sections.', i18n ),
69-
src: 'https://www.youtube.com/embed/0jkNERX3edU',
69+
src: 'https://www.youtube.com/embed/b2U7E9X2yCk',
7070
url: '#',
7171
},
7272
{
7373
title: __( 'How to Use Global Typography', i18n ),
7474
subtitle: __( 'Unlock the full potential of typography in Stackable and gain insights on how to create visually stunning and impactful text designs.', i18n ),
75-
src: 'https://www.youtube.com/embed/zZ_nWUqfg28',
75+
src: 'https://www.youtube.com/embed/WhctpivVlh8',
7676
url: '#',
7777
},
7878
]
@@ -109,7 +109,7 @@ export const GettingStarted = () => {
109109
<p className="subtitle">{ __( 'Learn the essentials in just a few minutes by watching this video. Scroll down to see more quick tutorials.', i18n ) } </p>
110110

111111
<div className="s-video-wrapper s-getting-started-video">
112-
<iframe className="s-video" src="https://www.youtube.com/embed/lF4Da7k77IY" title={ __( 'Getting Started', i18n ) } allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;" allowFullScreen></iframe>
112+
<iframe className="s-video" src="https://www.youtube.com/embed/WP2LHxGulps" title={ __( 'Getting Started', i18n ) } allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;" allowFullScreen></iframe>
113113
</div>
114114

115115
<div className="s-button-container"><a href="/wp-admin/post-new.php?post_type=page" target="_new" className="s-button s-secondary-button uppercase">

0 commit comments

Comments
 (0)