Skip to content

Latest commit

 

History

History
348 lines (273 loc) · 11.2 KB

File metadata and controls

348 lines (273 loc) · 11.2 KB

Quick Feedback Reviews - Complete Shortcode Examples

This page contains comprehensive examples of the [quick_feedback] shortcode showcasing every available parameter and configuration option.

📋 Available Parameters

Parameter Type Default Description
gbp_url URL Settings value Override Google Business Profile URL
brand_color Hex color #007cba Primary brand color
kiosk_mode true/false Settings value Enable kiosk mode with QR codes
qr_code_image URL Settings value Override QR code image URL
redirect_target _self/_blank _self How to open Google review page
show_contact true/false true Show contact fields in feedback form
labels_preset friendly/formal friendly Text tone preset
headline Text Preset value Main headline text
subhead Text Preset value Subheading text
low_prompt Text Preset value Prompt for 1-3 star ratings
consent_label Text Preset value Consent checkbox label
submit_button Text Preset value Submit button text
continue_button Text Preset value Continue button text for high ratings
success_message_low Text Preset value Success message for 1-3 stars
success_message_high Text Preset value Success message for 4-5 stars
privacy_note Text Preset value Privacy notice text

🎯 Basic Examples

1. Minimal Implementation

[quick_feedback]

Uses all default settings from plugin configuration.

2. Custom Brand Color

[quick_feedback brand_color="#ff6b35"]

Changes the primary color to orange.

3. Open Reviews in New Tab

[quick_feedback redirect_target="_blank"]

Opens Google Business Profile in a new window/tab.


🏪 Business-Specific Examples

4. Restaurant/Hospitality (Friendly Tone)

[quick_feedback
    brand_color="#e74c3c"
    headline="How was your dining experience?"
    subhead="We'd love to hear from you!"
    low_prompt="Thanks for your feedback! How can we make your next visit even better?"
    labels_preset="friendly"]

5. Professional Services (Formal Tone)

[quick_feedback
    brand_color="#2c3e50"
    headline="Please evaluate our service quality"
    subhead="Your feedback helps us maintain excellence"
    low_prompt="We appreciate your input. Please describe areas for improvement."
    labels_preset="formal"]

6. Retail Store

[quick_feedback
    brand_color="#9b59b6"
    headline="Rate your shopping experience"
    subhead="Help us serve you better"
    low_prompt="What could we improve for next time?"
    show_contact="true"]

7. Healthcare/Medical

[quick_feedback
    brand_color="#27ae60"
    headline="How was your appointment today?"
    subhead="Your feedback matters to us"
    low_prompt="Please let us know how we can improve your care experience"
    labels_preset="formal"
    privacy_note="Your feedback helps us improve patient care. Contact information is only used for follow-up if needed."]

📱 Kiosk Mode Examples

8. Basic Kiosk Mode

[quick_feedback
    kiosk_mode="true"
    qr_code_image="https://example.com/qr-code.png"]

Shows QR code instead of redirecting for 4-5 star ratings.

9. Tablet Kiosk for Coffee Shop

[quick_feedback
    kiosk_mode="true"
    qr_code_image="https://example.com/coffee-qr.png"
    brand_color="#8b4513"
    headline="How was your coffee today?"
    subhead="Tap a star to rate us"
    success_message_high="Thanks! Scan the QR code to leave a Google review"]

10. Reception Desk Kiosk

[quick_feedback
    kiosk_mode="true"
    qr_code_image="https://example.com/reception-qr.png"
    brand_color="#34495e"
    headline="Rate your visit experience"
    subhead="Quick feedback helps us improve"
    labels_preset="formal"
    show_contact="false"]

🎨 Custom Styling Examples

11. Bright & Cheerful (Salon/Spa)

[quick_feedback
    brand_color="#ff69b4"
    headline="How did we make you feel today?"
    subhead="Your beauty, our passion!"
    low_prompt="Tell us how we can pamper you better next time"
    success_message_low="Thank you! We'll make your next visit even more amazing"
    success_message_high="You're glowing! Please share your experience on Google"]

12. Tech Company Style

[quick_feedback
    brand_color="#00d4aa"
    headline="Rate your tech experience"
    subhead="Help us optimize our service"
    low_prompt="What bugs can we fix for you?"
    submit_button="Submit Feedback"
    continue_button="Leave Review"
    labels_preset="formal"]

13. Automotive Service

[quick_feedback
    brand_color="#c0392b"
    headline="How was your service today?"
    subhead="Keep us running smoothly with your feedback"
    low_prompt="What can we tune up for next time?"
    success_message_low="Thanks! We'll get right on addressing your concerns"
    success_message_high="Excellent! Please share your experience to help other drivers"]

🏢 Industry-Specific Complete Examples

14. Law Firm

[quick_feedback
    brand_color="#1a365d"
    gbp_url="https://g.page/r/YOUR_LAW_FIRM_ID/review"
    headline="Please evaluate our legal services"
    subhead="Your confidential feedback helps us serve you better"
    low_prompt="We take your concerns seriously. Please describe how we can improve our service."
    labels_preset="formal"
    consent_label="I consent to being contacted regarding my feedback"
    submit_button="Submit Confidential Feedback"
    continue_button="Leave Public Review"
    success_message_low="Thank you. We will review your feedback and may contact you confidentially if needed."
    success_message_high="Thank you for your trust. Please consider sharing your experience publicly."
    privacy_note="Your feedback is confidential and helps us improve our legal services. Contact information is only used for case-related follow-up if needed."]

15. Dental Practice

[quick_feedback
    brand_color="#0ea5e9"
    headline="How was your dental visit?"
    subhead="Your smile is our priority"
    low_prompt="Help us improve your comfort and care experience"
    success_message_low="Thank you! We'll work to make your next visit more comfortable"
    success_message_high="Great! Please share your positive experience with others"
    show_contact="true"
    privacy_note="Your feedback helps us provide better dental care. We may contact you for appointment follow-up."]

16. Fitness Center/Gym

[quick_feedback
    brand_color="#ef4444"
    headline="Rate your workout experience"
    subhead="Help us keep you motivated!"
    low_prompt="What can we do to improve your fitness journey?"
    success_message_low="Thanks for the feedback! Let's work together to make it better"
    success_message_high="You're crushing it! Share your success story with others"
    show_contact="false"]

🛠️ Advanced Configuration Examples

17. No Contact Information Required

[quick_feedback
    show_contact="false"
    headline="Quick anonymous feedback"
    subhead="No personal info required"
    low_prompt="What didn't meet your expectations?"]

18. Custom Privacy Notice

[quick_feedback
    privacy_note="We use your feedback solely for service improvement. Your data is never shared with third parties and is deleted after 30 days unless you opt in for follow-up contact."]

19. All Custom Text (Complete Override)

[quick_feedback
    brand_color="#6366f1"
    headline="Custom Headline Here"
    subhead="Custom subheading text"
    low_prompt="Custom prompt for low ratings"
    consent_label="Custom consent checkbox text"
    submit_button="Custom Submit Text"
    continue_button="Custom Continue Text"
    success_message_low="Custom success message for 1-3 stars"
    success_message_high="Custom success message for 4-5 stars"
    privacy_note="Custom privacy notice text here."]

20. Kitchen Sink (All Parameters)

[quick_feedback
    gbp_url="https://g.page/r/YOUR_BUSINESS_ID/review"
    brand_color="#8b5cf6"
    kiosk_mode="false"
    qr_code_image="https://example.com/backup-qr.png"
    redirect_target="_blank"
    show_contact="true"
    labels_preset="friendly"
    headline="Complete Example with All Parameters"
    subhead="This showcases every available option"
    low_prompt="This is a custom low rating prompt with all features enabled"
    consent_label="I agree to be contacted about my feedback (custom text)"
    submit_button="Send My Feedback"
    continue_button="Go to Google Reviews"
    success_message_low="Custom low rating success message - we'll be in touch!"
    success_message_high="Custom high rating success message - redirecting to Google!"
    privacy_note="This is a custom privacy notice explaining how we handle your data and feedback."]

🎯 Testing Scenarios

21. Kiosk Mode Override (Global Off, Widget On)

[quick_feedback
    kiosk_mode="true"
    qr_code_image="https://example.com/override-qr.png"
    headline="Kiosk Mode Override Test"
    subhead="This should show QR code even if global setting is off"]

22. Redirect Override (Global Kiosk On, Widget Off)

[quick_feedback
    kiosk_mode="false"
    headline="Redirect Override Test"
    subhead="This should redirect even if global kiosk mode is on"]

23. Color Accessibility Test

[quick_feedback
    brand_color="#ffff00"
    headline="High Contrast Test"
    subhead="Testing color accessibility with bright yellow"]

📝 Usage Notes

  • Parameter Order: Parameters can be in any order
  • Quotes: Use quotes around parameter values that contain spaces
  • Boolean Values: Use "true" or "false" (with quotes)
  • Colors: Use hex format like "#ff6b35" or named colors like "red"
  • URLs: Always include the full URL including https://
  • Text Length: Keep custom text reasonable for mobile display
  • Testing: Test each configuration on mobile and desktop devices

🚀 Pro Tips

  1. Start Simple: Begin with basic examples and add parameters as needed
  2. Brand Consistency: Use your brand colors and tone throughout
  3. Mobile First: Test all configurations on mobile devices
  4. Accessibility: Ensure sufficient color contrast for readability
  5. Kiosk Mode: Perfect for tablets in physical locations
  6. A/B Testing: Try different headlines and prompts to optimize response rates

Need more examples or have questions? Check out our full documentation or contact support.