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

Allow embedding videos on app store pages #1507

Open
gerhardt-bergmann opened this issue Oct 11, 2024 · 2 comments
Open

Allow embedding videos on app store pages #1507

gerhardt-bergmann opened this issue Oct 11, 2024 · 2 comments

Comments

@gerhardt-bergmann
Copy link

gerhardt-bergmann commented Oct 11, 2024

Please allow app developers to include video presentations on the app store pages of their apps.

The text description and the screenshots that can be added currently are useful but in many cases they are not sufficient. People today are very visual and they would like to see a video presentation of the app, so that they can see the app in action and get an idea about its general look and its main features, before they decide if it fits their needs. The video presentation could be a youtube, vimeo, dailymotion, odysee, etc. video embeded on the page using an iframe, like a video presentation on a WordPress plugin page.

Please consider accepting the <video></video> tag in the appinfo/info.xml files of apps, so that app authors can add short video presentations to their apps. If you think it's necessary you can restrict the source of the iframe video to some specific video platforms, restrict the duration of the video, etc.

Edit Daphne:
Embedding videos is a good idea but we do not accept embedding of Youtube, Vimeo, or other providers who add tracking. We would accept a PR that allows embedding a video in the app store from Peertube. This can be implemented probably directly into the app store and does not require changing the info.xml file.

@gerhardt-bergmann gerhardt-bergmann changed the title Embed video presentation on app page Allow embedding videos on app store pages Nov 9, 2024
@DaphneMuller
Copy link
Contributor

Hi @gerhardt-bergmann , thank you for your suggestion. It would indeed be nice to embed videos. One consideration is the tracking, we do not want to embed Youtube or Vimeo. We also would not want to host the videos on our infrastructure.

We would welcome a PR that embeds Peertube videos.

@gerhardt-bergmann
Copy link
Author

gerhardt-bergmann commented Jan 3, 2025

Indeed, rejecting embedding videos from platforms that add tracking, like YouTube and Vimeo, is a good idea. This is why I suggested that the source of the iframed video can be restricted. Yet, the proposed <video></video> tags should be included on this list, alongside the other tags (like <id></id>, <name></name>, <summary></summary>, <description></description>, etc.), so that each developer knows that he can include the <video></video> tags in his appinfo/info.xml file, to specify the URL of the video presentation of his app. It should be an optional tag, of course, like many others. Only the developers who need it will use it.

And of course, the code of the appstore should be changed to accept the <video></video> tags.

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

No branches or pull requests

2 participants