Smart WordPress Snippet Builder
by hassancs91 •
2
A guided AI prompt template for generating custom WordPress code snippets using shortcodes. Perfect for developers, educators, and micro-SaaS builders - Full Guide Here
Code Assistance
#lwh
Version
imports
Try This Prompt
Prompt Template
Your task is to create a complete and working "1-page" WordPress code snippet that I can paste directly into the Code Snippets plugin on my WordPress site.
What I Want This Snippet To Do:
{{features}}
Requirements:
- The code should be self-contained
- Focus on making it functional first. I will ask for polishing/optimization later.
- If you want to call an API, don't use ajax, call it from JS using "await fetch"
Shortcode & CSS Naming Rules:
- Prefix all shortcodes with `{{prefix}}` to avoid naming conflicts.
- If the snippet includes CSS, prefix all class names with `{{css_prefix}}` to avoid conflict with the site’s theme.
Before generating any code, ask me several clarifying questions to ensure you fully understand what I want. Then generate the full, working snippet only — no explanation or extra text.