astro-google-reviews
v0.0.4
Published
Google Reviews Widget for Astro (powered by Wally)
Maintainers
Readme
Google Reviews Widget for Astro
Embed the Google reviews widget (powered by Wally) in your Astro site with a single component.
Installation
npm install astro-google-reviewsUsage
Get your Widget ID:
- Log in to Wally.
- Import your Google reviews.
- Customize your widget layout and design.
- Copy your Widget ID.
Import and use the component in your Astro page:
---
import WallyGoogleReviews from 'astro-google-reviews';
---
<WallyGoogleReviews widgetId="YOUR_WIDGET_ID" />- The widget script is automatically injected (only once per page).
- No extra setup or configuration is required.
Example
<WallyGoogleReviews widgetId="65740ce811406c0014250535" />