astro-embed icon indicating copy to clipboard operation
astro-embed copied to clipboard

request support for pinterest

Open teel-writ-ros opened this issue 1 year ago • 2 comments

request support for the ability to embed pinterest posts like the following.

<iframe src="https://assets.pinterest.com/ext/embed.html?id=7036943160995828" height="550" width="450" frameborder="0" scrolling="no" ></iframe>

thanks

teel-writ-ros avatar Nov 18 '24 18:11 teel-writ-ros

Thanks for the request. Noting that in general the aim for this library is zero or low-JS components for better web performance, so we probably wouldn’t implement it just as an <iframe> or using Pinterest’s default client bundle.

Instead, maybe it’s possible to use the Pinterest API to fetch data about a post (e.g. https://developers.pinterest.com/docs/api/v5/pins-get/) and display that content.

delucis avatar Nov 19 '24 11:11 delucis

Thanks for the request. Noting that in general the aim for this library is zero or low-JS components for better web performance, so we probably wouldn’t implement it just as an <iframe> or using Pinterest’s default client bundle.

Instead, maybe it’s possible to use the Pinterest API to fetch data about a post (e.g. https://developers.pinterest.com/docs/api/v5/pins-get/) and display that content.

certainly, looking forward to an implementation other than

teel-writ-ros avatar Nov 27 '24 14:11 teel-writ-ros