Meta Story Ad

An example of a Meta Story Ad preview component.

Last updated: December 17, 2025

FitLife StudioSponsored

Usage example

For initial setup instructions, please refer to the getting started guide.

A simple way to implement Meta Story Ad preview component with an example code block:

import { AdMetaStory } from "@apisurf/react-ad-preview";

<AdMetaStory
  profileName="FitLife Studio"
  profileImg="https://picsum.photos/600"
  ctaBtnText="Sign Up Now"
  adImg="https://picsum.photos/600"
  adVideo=""
  notes="Sponsored"
/>;
Edit on GitHub
Was this helpful?