Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request support for pinterest #172

Open
teel-writ-ros opened this issue Nov 18, 2024 · 2 comments
Open

request support for pinterest #172

teel-writ-ros opened this issue Nov 18, 2024 · 2 comments
Labels
new service Issues and PRs for adding new embed providers

Comments

@teel-writ-ros
Copy link

teel-writ-ros commented Nov 18, 2024

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

@delucis delucis added the new service Issues and PRs for adding new embed providers label Nov 19, 2024
@delucis
Copy link
Owner

delucis commented Nov 19, 2024

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.

@teel-writ-ros
Copy link
Author

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 <iframe>, which doesn't work for now btw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new service Issues and PRs for adding new embed providers
Projects
None yet
Development

No branches or pull requests

2 participants