Closed oliverfg closed 7 months ago
The caption block does not appear in the embedded instagram.
I'm using 2.5.9 version of the package.
In the official documentation not work either
Is there a necessary step for it to appear that I have skipped?
Hey @oliverfg we solved it by adding a prop "captioned" to the component: <InstagramEmbed url={url} captioned />
<InstagramEmbed url={url} captioned />
Re-added official support for this.
Live example here:
https://justinmahar.github.io/react-social-media-embed/?path=/story/embeds-instagramembed--main-example-with-captions
The caption block does not appear in the embedded instagram.
I'm using 2.5.9 version of the package.
In the official documentation not work either
Is there a necessary step for it to appear that I have skipped?