Skip to content

Reviews

JetShip offers a Review component that allows you to integrate customer reviews seamlessly into your landing page. Below is a guide on how to manage and display reviews effectively.

🛠️ Adding a New Review

  1. Head to the Admin Panel:

    • In the admin panel,you can find the Reviews Section in the navigation menu.
    • Select the Reviews from submenu and it will open a reviews page where you can see all the reviews that you have added so far.
  2. Add a New Review:

    • On the reviews page, you can find New Review button at the top-right corner. This will take you to a form where you can enter review details.

Review Form Fields

When adding a new review, you need to fill in the following details:

  1. Review Title: Enter the title of the review.
  2. Ratings: Select a rating (out of 5).
  3. Review Platform: Choose the platform where the review is published (Twitter, TrustPilot, G2).
    💡 To add a new platform, refer to the How to Add a New Review Platform section.
  4. Review Link: Enter the URL to the review (required).
  5. Review Video URL: Optionally, enter a video URL related to the review.

    Note

    You need to upload the video to a server & enter the url of the video. YouTube videos are not supported in the review card.

  6. Review Text: Provide the full content of the review (required).
  7. Is Featured: Enable this if you want the review to display the review in the reviews section.
  8. Reviewer Name: Enter the reviewer's name (required).
  9. Reviewer Designation: Provide the professional role of the reviewer.
  10. Reviewer Location: Enter the location of the reviewer (required).
  11. Reviewer Image: Upload an image of the reviewer.

✏️ Editing a Review

To edit a review:

  1. On the Reviews page, click the Edit button next to the review you want to modify.
  2. You will be redirected to the edit screen where you can update the review details.
  3. Don't forget to save your details.

How to Add a New Review Platform

To add a new review platform:

  1. Navigate to Review Platforms:
    • In the admin panel, navigate to the Reviews section.
    • Select Review Platforms from the submenu. This opens a page listing all available platforms.
  2. Add Platform Details:
    • Click on the New review platform button at the top-right corner.
    • Enter the details regarding the review platform you want to add and save it.

Once these changes are made, the new review platform will be available for selection.

💻 Using the Review Component

To display customer reviews on your landing page, use the following Blade component in your view:

blade
<x-blocks.reviews></x-blocks.reviews>

WARNING

Make sure you have added customer reviews in the admin panel before integrating the review component.

By following these steps, you can easily manage and display customer reviews on your landing page. 🎉