PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.2.1
AI Builder – Generate pages, blocks, images & translate with AI v2.2.1
2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.10 All 122 releases
ai-builder / admin / pages / tuto.php

tuto.php in AI Builder – Generate pages, blocks, images & translate with AI 2.2.1, at admin/pages/tuto.php

327 lines 17.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="ai-tutorial-container ai-fade-in">
2 <!-- Header -->
3 <div class="ai-tutorial-header">
4 <h1>AI Builder Tutorial</h1>
5 <p>Learn how to create amazing content with AI-powered WordPress blocks</p>
6 </div>
7
8 <!-- Video Section -->
9 <div class="ai-video-section">
10 <div class="ai-video-container">
11 <div class="ai-video-wrapper">
12 <iframe width="100%" height="100%" src="https://www.youtube.com/embed/xgaVHXNn3bQ" frameborder="0"
13 allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14 allowfullscreen>
15 </iframe>
16 </div>
17 </div>
18 <div class="ai-video-info">
19 <h3>Complete AI Builder Walkthrough</h3>
20 <p>Watch this comprehensive tutorial to master all AI Builder features</p>
21 </div>
22 </div>
23
24 <!-- Features Overview -->
25 <div class="ai-features-overview">
26 <div class="ai-section-header">
27 <h2>Key Features</h2>
28 <p>Discover the powerful AI capabilities integrated into WordPress</p>
29 </div>
30
31 <div class="ai-features-grid">
32 <div class="ai-feature-card">
33 <div class="ai-feature-icon">
34 <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
35 <path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2"
36 stroke-linejoin="round" />
37 <path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
38 <path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
39 </svg>
40 </div>
41 <h3>AI-Powered Pages</h3>
42 <p>Generate complete WordPress pages with AI using simple prompts</p>
43 </div>
44
45 <div class="ai-feature-card">
46 <div class="ai-feature-icon">
47 <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
48 <rect x="3" y="3" width="18" height="18" rx="2" ry="2" stroke="currentColor" stroke-width="2" />
49 <line x1="9" y1="9" x2="15" y2="9" stroke="currentColor" stroke-width="2" />
50 <line x1="9" y1="12" x2="15" y2="12" stroke="currentColor" stroke-width="2" />
51 <line x1="9" y1="15" x2="13" y2="15" stroke="currentColor" stroke-width="2" />
52 </svg>
53 </div>
54 <h3>Smart Blocks</h3>
55 <p>Create custom Gutenberg blocks with AI-generated content</p>
56 </div>
57
58 <div class="ai-feature-card">
59 <div class="ai-feature-icon">
60 <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
61 <rect x="3" y="3" width="18" height="18" rx="2" ry="2" stroke="currentColor" stroke-width="2" />
62 <circle cx="8.5" cy="8.5" r="1.5" stroke="currentColor" stroke-width="2" />
63 <path d="M21 15L16 10L5 21" stroke="currentColor" stroke-width="2" stroke-linecap="round"
64 stroke-linejoin="round" />
65 </svg>
66 </div>
67 <h3>AI Image Generation</h3>
68 <p>Generate stunning images from text descriptions</p>
69 </div>
70
71 <div class="ai-feature-card">
72 <div class="ai-feature-icon">
73 <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
74 <path
75 d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"
76 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
77 <path d="M14 2V8H20" stroke="currentColor" stroke-width="2" stroke-linecap="round"
78 stroke-linejoin="round" />
79 <path d="M16 13H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
80 stroke-linejoin="round" />
81 <path d="M16 17H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
82 stroke-linejoin="round" />
83 <path d="M10 9H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
84 stroke-linejoin="round" />
85 </svg>
86 </div>
87 <h3>AI Text Generation</h3>
88 <p>Create compelling text content with AI assistance</p>
89 </div>
90 </div>
91 </div>
92
93 <!-- Detailed Instructions -->
94 <div class="ai-instructions-section">
95 <div class="ai-section-header">
96 <h2>How to Use AI Builder</h2>
97 <p>Step-by-step guide to master each feature</p>
98 </div>
99
100 <!-- AI Pages -->
101 <div class="ai-instruction-card">
102 <div class="ai-instruction-header">
103 <div class="ai-instruction-icon">
104 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
105 <path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2"
106 stroke-linejoin="round" />
107 <path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
108 <path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linejoin="round" />
109 </svg>
110 </div>
111 <div class="ai-instruction-title">
112 <h3>1. Creating AI-Powered Pages</h3>
113 <p>Generate complete WordPress pages with AI</p>
114 </div>
115 </div>
116 <div class="ai-instruction-content">
117 <div class="ai-step">
118 <div class="ai-step-number">1</div>
119 <div class="ai-step-content">
120 <h4>Access the Chat Widget</h4>
121 <p>Look for the chat widget in the bottom-left corner of your WordPress editor</p>
122 </div>
123 </div>
124 <div class="ai-step">
125 <div class="ai-step-number">2</div>
126 <div class="ai-step-content">
127 <h4>Describe Your Page</h4>
128 <p>Enter a detailed prompt describing the page you want to create. Be specific about the
129 content, style, and purpose</p>
130 </div>
131 </div>
132 <div class="ai-step">
133 <div class="ai-step-number">3</div>
134 <div class="ai-step-content">
135 <h4>Generate Content</h4>
136 <p>Click generate and watch as AI generates complete page content with appropriate Gutenberg
137 blocks
138 </p>
139 </div>
140 </div>
141 <div class="ai-tip">
142 <div class="ai-tip-icon">💡</div>
143 <div class="ai-tip-content">
144 <strong>Pro Tip:</strong> The more detailed your prompt, the better the AI-generated content
145 will be. Include information about your target audience, tone, and specific sections you want.
146 </div>
147 </div>
148 </div>
149 </div>
150
151 <!-- AI Blocks -->
152 <div class="ai-instruction-card">
153 <div class="ai-instruction-header">
154 <div class="ai-instruction-icon">
155 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
156 <rect x="3" y="3" width="18" height="18" rx="2" ry="2" stroke="currentColor" stroke-width="2" />
157 <line x1="9" y1="9" x2="15" y2="9" stroke="currentColor" stroke-width="2" />
158 <line x1="9" y1="12" x2="15" y2="12" stroke="currentColor" stroke-width="2" />
159 <line x1="9" y1="15" x2="13" y2="15" stroke="currentColor" stroke-width="2" />
160 </svg>
161 </div>
162 <div class="ai-instruction-title">
163 <h3>2. Creating AI Blocks</h3>
164 <p>Generate custom Gutenberg blocks with AI</p>
165 </div>
166 </div>
167 <div class="ai-instruction-content">
168 <div class="ai-step">
169 <div class="ai-step-number">1</div>
170 <div class="ai-step-content">
171 <h4>Add AI Block</h4>
172 <p>In the Gutenberg editor, click the "+" button and search for "AI Block"</p>
173 </div>
174 </div>
175 <div class="ai-step">
176 <div class="ai-step-number">2</div>
177 <div class="ai-step-content">
178 <h4>Configure the Block</h4>
179 <p>In the block settings panel, find the "AI Description" field</p>
180 </div>
181 </div>
182 <div class="ai-step">
183 <div class="ai-step-number">3</div>
184 <div class="ai-step-content">
185 <h4>Describe Your Content</h4>
186 <p>Enter a detailed description of the content you want the AI to generate for this block</p>
187 </div>
188 </div>
189 <div class="ai-tip">
190 <div class="ai-tip-icon">💡</div>
191 <div class="ai-tip-content">
192 <strong>Pro Tip:</strong> AI Blocks are perfect for creating testimonials, product descriptions,
193 FAQ sections, and any other content that needs to be generated dynamically.
194 </div>
195 </div>
196 </div>
197 </div>
198
199 <!-- AI Images -->
200 <div class="ai-instruction-card">
201 <div class="ai-instruction-header">
202 <div class="ai-instruction-icon">
203 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
204 <rect x="3" y="3" width="18" height="18" rx="2" ry="2" stroke="currentColor" stroke-width="2" />
205 <circle cx="8.5" cy="8.5" r="1.5" stroke="currentColor" stroke-width="2" />
206 <path d="M21 15L16 10L5 21" stroke="currentColor" stroke-width="2" stroke-linecap="round"
207 stroke-linejoin="round" />
208 </svg>
209 </div>
210 <div class="ai-instruction-title">
211 <h3>3. Generating AI Images</h3>
212 <p>Create stunning visuals from text descriptions</p>
213 </div>
214 </div>
215 <div class="ai-instruction-content">
216 <div class="ai-step">
217 <div class="ai-step-number">1</div>
218 <div class="ai-step-content">
219 <h4>Add AI Image Block</h4>
220 <p>Search for "AI Image" in the Gutenberg block library</p>
221 </div>
222 </div>
223 <div class="ai-step">
224 <div class="ai-step-number">2</div>
225 <div class="ai-step-content">
226 <h4>Describe Your Image</h4>
227 <p>In the block settings, enter a detailed description of the image you want to generate</p>
228 </div>
229 </div>
230 <div class="ai-tip">
231 <div class="ai-tip-icon">💡</div>
232 <div class="ai-tip-content">
233 <strong>Pro Tip:</strong> Be specific about style, mood, colors, and composition. Include
234 details like "professional", "vintage", "minimalist", or "colorful" to get better results.
235 </div>
236 </div>
237 </div>
238 </div>
239
240 <!-- AI Text -->
241 <div class="ai-instruction-card">
242 <div class="ai-instruction-header">
243 <div class="ai-instruction-icon">
244 <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
245 <path
246 d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"
247 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
248 <path d="M14 2V8H20" stroke="currentColor" stroke-width="2" stroke-linecap="round"
249 stroke-linejoin="round" />
250 <path d="M16 13H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
251 stroke-linejoin="round" />
252 <path d="M16 17H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
253 stroke-linejoin="round" />
254 <path d="M10 9H8" stroke="currentColor" stroke-width="2" stroke-linecap="round"
255 stroke-linejoin="round" />
256 </svg>
257 </div>
258 <div class="ai-instruction-title">
259 <h3>4. Creating AI Text Content</h3>
260 <p>Generate compelling text with AI assistance</p>
261 </div>
262 </div>
263 <div class="ai-instruction-content">
264 <div class="ai-step">
265 <div class="ai-step-number">1</div>
266 <div class="ai-step-content">
267 <h4>Add AI Text Block</h4>
268 <p>Search for "AI Text" in the Gutenberg block library</p>
269 </div>
270 </div>
271 <div class="ai-step">
272 <div class="ai-step-number">2</div>
273 <div class="ai-step-content">
274 <h4>Define Your Text</h4>
275 <p>In the block settings, describe the type of text you want to generate (blog post, product
276 description, etc.)</p>
277 </div>
278 </div>
279 <div class="ai-step">
280 <div class="ai-step-number">3</div>
281 <div class="ai-step-content">
282 <h4>Generate and Edit</h4>
283 <p>Click generate and edit the AI-created text to match your exact needs</p>
284 </div>
285 </div>
286 <div class="ai-tip">
287 <div class="ai-tip-icon">💡</div>
288 <div class="ai-tip-content">
289 <strong>Pro Tip:</strong> Specify the tone (professional, casual, friendly), length, and target
290 audience in your description for better results.
291 </div>
292 </div>
293 </div>
294 </div>
295 </div>
296
297 <!-- Getting Started CTA -->
298 <div class="ai-cta-section">
299 <div class="ai-cta-content">
300 <h2>Ready to Get Started?</h2>
301 <p>Start creating amazing content with AI Builder today</p>
302 <div class="ai-cta-buttons">
303 <button type="button" class="ai-primary-btn"
304 onclick="window.location.href='<?php echo esc_url(admin_url('post-new.php')); ?>'">
305 <svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
306 <path d="M12 5V19" stroke="currentColor" stroke-width="2" stroke-linecap="round"
307 stroke-linejoin="round" />
308 <path d="M5 12H19" stroke="currentColor" stroke-width="2" stroke-linecap="round"
309 stroke-linejoin="round" />
310 </svg>
311 Create New Page
312 </button>
313 <button type="button" class="ai-secondary-btn"
314 onclick="window.location.href='<?php echo esc_url(admin_url('admin.php?page=aibui-credits')); ?>'">
315 <svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
316 <path
317 d="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21"
318 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
319 <circle cx="12" cy="7" r="4" stroke="currentColor" stroke-width="2" stroke-linecap="round"
320 stroke-linejoin="round" />
321 </svg>
322 Manage Credits
323 </button>
324 </div>
325 </div>
326 </div>
327 </div>