Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
907130f
[i18n] Add Bengali translation for guides/providing-content-for-your-…
perashanid Mar 11, 2026
e2412dc
Add Bengali translation for blueprints tutorial
perashanid Mar 18, 2026
1a78745
Add Bengali translation for blueprints tutorial pages
perashanid Mar 18, 2026
6b7508f
Potential fix for pull request finding
perashanid Mar 18, 2026
d812f98
Fix admonition syntax in Bengali translations
perashanid Mar 18, 2026
ace7020
Merge remote changes
perashanid Mar 18, 2026
401dd74
Quote Bengali text in YAML front matter
perashanid Mar 18, 2026
62e4025
Potential fix for pull request finding
perashanid Mar 18, 2026
0cea858
Merge branch 'trunk' into Bengali-translation
fellyph Mar 23, 2026
af7841f
Merge branch 'trunk' into Bengali-translation
fellyph Mar 25, 2026
2e41bba
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
c4d7663
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
0021292
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
c5e6c3e
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
11e4cde
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
4e10c98
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
759bda2
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Mar 27, 2026
765ca2b
Merge branch 'trunk' into Bengali-translation
fellyph Mar 27, 2026
5b94564
[i18n] Add Bengali translation for blueprints tutorial pages
perashanid Apr 3, 2026
16b2c1f
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
281d435
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
0f817df
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
7be0ed9
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
b60c15b
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
fc45abf
Merge branch 'trunk' into Bengali-translation
perashanid Apr 3, 2026
3acc181
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
09a2fda
Update packages/docs/site/i18n/bn/docusaurus-plugin-content-docs/curr…
perashanid Apr 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Visit these links to learn more about the (endless) possibilities of Blueprints:
:::
-->

:::তথ্য **আরও রিসোর্স**
:::info **আরও রিসোর্স**
ব্লুপ্রিন্টের (অসীম) সম্ভাবনা সম্পর্কে আরও জানতে এই লিংকগুলি ভিজিট করুন:

- [ওয়ার্ডপ্রেস প্লেগ্রাউন্ডের ভূমিকা](https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: কীভাবে ব্লুপ্রিন্ট চালাবেন
slug: /blueprints/tutorial/how-to-load-run-blueprints
description: URL ফ্র্যাগমেন্ট বা blueprint-url প্যারামিটার ব্যবহার সহ ব্লুপ্রিন্ট লোড এবং চালানোর বিভিন্ন পদ্ধতি শিখুন।
---

# কীভাবে ব্লুপ্রিন্ট লোড এবং চালাবেন

## URL ফ্র্যাগমেন্ট

ব্লুপ্রিন্ট চালানোর দ্রুততম উপায় হল এটি একটি WordPress Playground ওয়েবসাইটের URL "ফ্র্যাগমেন্ট"-এ পেস্ট করা। শুধু `.net/` এর পরে একটি `#` যোগ করুন।

ধরা যাক আপনি নিম্নলিখিত ব্লুপ্রিন্ট ব্যবহার করে WordPress এবং PHP এর নির্দিষ্ট সংস্করণ সহ একটি Playground তৈরি করতে চান:

```json
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "5.9"
}
}
```

এটি চালাতে, `https://playground.wordpress.net/#{"preferredVersions": {"php":"8.3", "wp":"5.9"}}` এ যান। আপনি নিচের বাটনটিও ব্যবহার করতে পারেন:

[<kbd> &nbsp; ব্লুপ্রিন্ট চালান &nbsp; </kbd>](https://playground.wordpress.net/#{"preferredVersions":{"php":"8.3","wp":"5.9"}})

পরবর্তী অধ্যায়ে উদাহরণ কোড চালাতে এই পদ্ধতি ব্যবহার করুন, [**আপনার প্রথম ব্লুপ্রিন্ট তৈরি করুন**](/blueprints/tutorial/build-your-first-blueprint)।

### Base64 এনকোডেড ব্লুপ্রিন্ট

কিছু টুল, যেমন GitHub, URL-এ পেস্ট করার সময় ব্লুপ্রিন্টটি সঠিকভাবে ফরম্যাট নাও করতে পারে। এই ক্ষেত্রে, [আপনার ব্লুপ্রিন্টটি Base64-এ এনকোড করুন](https://www.base64encode.org) এবং এটি URL-এ যুক্ত করুন। উদাহরণস্বরূপ, এটি উপরের ব্লুপ্রিন্টের Base64 ফরম্যাট: `eyJwcmVmZXJyZWRWZXJzaW9ucyI6IHsicGhwIjoiOC4zIiwgIndwIjoiNS45In19`।

এটি চালাতে, [https://playground.wordpress.net/#eyJwcmVmZXJyZWRWZXJzaW9ucyI6IHsicGhwIjoiOC4zIiwgIndwIjoiNS45In19](https://playground.wordpress.net/#eyJwcmVmZXJyZWRWZXJzaW9ucyI6IHsicGhwIjoiOC4zIiwgIndwIjoiNS45In19) এ যান

### URL থেকে ব্লুপ্রিন্ট লোড করুন

যখন আপনার ব্লুপ্রিন্ট খুব বড় হয়ে যায়, তখন আপনি এটি URL-এ `?blueprint-url` কোয়েরি প্যারামিটারের মাধ্যমে লোড করতে পারেন, এভাবে:

[https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json)

মনে রাখবেন যে ব্লুপ্রিন্টটি অবশ্যই সর্বজনীনভাবে অ্যাক্সেসযোগ্য হতে হবে এবং [সঠিক `Access-Control-Allow-Origin` হেডার](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin) সহ পরিবেশন করতে হবে:

```
Access-Control-Allow-Origin: *
```
Loading
Loading