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

feature facebook thumbnail api #387

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rohitdash08
Copy link

This PR fixes #215

What kind of change does this PR introduce?

Feature: Add support for Facebook video thumbnails

Why was this change needed?

This change was needed to enhance our Facebook video posting capabilities. By allowing users to set custom thumbnails for their video posts, we improve the visual appeal and click-through rates of the posted content. This feature directly addresses user feedback requesting more control over how their video content appears on Facebook.

Other information:

This feature was implemented based on Facebook's Graph API documentation for video thumbnails (https://developers.facebook.com/docs/graph-api/reference/video-thumbnail/). It adds a new option in the Facebook posting interface for users to upload a custom thumbnail, which is then sent to Facebook along with the video content.

Checklist:

Put a "X" in the boxes below to indicate you have followed the checklist;

  • I have read the CONTRIBUTING guide.
  • I checked that there were not similar issues or PRs already open for this.
  • This PR fixes just ONE issue (do not include multiple issues or types of change in the same PR) For example, don't try and fix a UI issue and include new dependencies in the same PR.

Copy link

vercel bot commented Oct 22, 2024

@rohitdash08 is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

@nevo-david
Copy link
Contributor

Thank you for this one!
But we must make it more generic

@rohitdash08
Copy link
Author

@nevo-david, can you please have a look now?

@@ -1,3 +1,28 @@
import { FC } from 'react';
import { withProvider } from '@gitroom/frontend/components/launches/providers/high.order.provider';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: facebook thumbnail api
3 participants