this post was submitted on 08 Jul 2023
9 points (84.6% liked)

Asklemmy

42434 readers
2833 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I am looking to add video and audio clip upload functionality to the instance over at waveform.social since this is a music-focussed instance.

The way I am thinking about doing this is building a micro-app (similar to pictrs but with a mini frontend) that allows my users to upload audio and video clips and adding the required metadata to the pages to allow embedding.

I would love to add a few buttons (in nav and on the create-post) page to link to this micro app to allow users to find it more easily. My first thought was to create a custom theme. But from reading the docs, I can only see mentions of css.

Is there a way for me to modify the html to add these buttons? Or do I have to fork lemmy-ui to be able to achieve this?

top 3 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 1 year ago

This would be better in [email protected]

[โ€“] TheBig2023Meltdown 2 points 1 year ago (1 children)

I think you'll need to fork the lemmy UI and make the changes

[โ€“] [email protected] 1 points 1 year ago

I was afraid so, oh well. Probably good anyway as I could even change the create post form to support the upload.