Matthias Pfefferle
Forum Replies Created
-
This is now implemented in the latest version ??
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected one@thevoidtlmb all of your posts have the same issue. There are no image attached, only the audio or video. This is because the plugin finds an enclosure and assumes a podcast!
I have no idea what causes this issue, but I can maybe provide you a code snippet, that removes the focus on enclosures, to add all media types in their order in the post.
But this way, the plugin would only support images, because audio/video HTML parsing is not supported (yet).
- This reply was modified 10 hours, 41 minutes ago by Matthias Pfefferle.
Forum: Plugins
In reply to: [ActivityPub] Auto generating tagsHey @almushtari ??
The plugin seem to accidentally assume, that CSS hex codes are hashtags (#001100) ??
This is a bug that needs to be fixed, thanks for the report!
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneCan you please link these posts? I am still trying to find out what’s wrong with this post: https://offgrid.tlmb.net/2024/11/24/unique-elvish-limelight-ep-46/?activitypub
It looks to me like it’s the latter that’s been sent to fedi as the attachment.
I am not sure about that, because the link above only attaches the audio and does not include any images!
Are you sure you are not using any podcasting plugins or maybe something else sets the enclosure param for the post?
I can see one in the feed:
<enclosure url="https://open.acast.com/public/streams/60ce037e9c98430019c27bcf/episodes/673f5c991ecce96407c7e2f6.mp3" length="0" type="audio/mpeg"/>
And if there is an enclosure, the plugin also assumes that it is a podcast and focuses on the enclosure file!
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneTHAT is interesting! For the classic editor, we do not parse media-types other than image!!!
Do you use a podcasting plugin or something similar?
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneHey @thevoidtlmb ??
the link you shared shows only the video, so I assume that you use the video Post-Format for that post?
Because Mastodon does only show audios and videos as attachments if there are no other attachments, the plugin only attaches audio files for Audio-Posts and only videos for Video-Posts.
Forum: Plugins
In reply to: [Share on Bluesky] Share to Bluesky not working@clivesmith this is only crossposting, no real federation! do you really want to have every topic posted to bluesky?
Forum: Plugins
In reply to: [Share on Bluesky] Share to Bluesky not workingI found some public APIs I can use to get all of the informations I need, without you having to put them into input fields!
So it should be possible to auto suggest you accounts based on your username and then you have to simply provide the password and that should be it.
Now my JS skills are needed ??
Forum: Plugins
In reply to: [Share on Bluesky] Share to Bluesky not working@jeffpaul If the password is stored, then something went wrong! the plugin should not store it and forgets it, in favor of an Access-Key, when everything works smoothly!
I will invest some time into the plugin during holidays!
Sorry for the inconveniences you all!
Forum: Plugins
In reply to: [ActivityPub] übersetzungsfehler in V4.2.1 (Hinweis => Notiz)Hab’s ge?ndert, danke dir!
- This reply was modified 3 days, 10 hours ago by Matthias Pfefferle.
Forum: Plugins
In reply to: [Share on Bluesky] New with this plugin: New posts are not sharedtry to also use
https://bsky.social
as domainForum: Plugins
In reply to: [ActivityPub] übersetzungsfehler in V4.2.1 (Hinweis => Notiz)Hey @pmmueller ??
Exakt! Danke für den Hinweis!!!
Forum: Plugins
In reply to: [Open Graph] og:image not populated with image from post@renelm this is a bit tricky… the plugin uses attachments… so if you upload the image directly in the post editor, it will show up… I am working on a new version (2.0.0) that will parse blocks and if you do not use the block editor, it falls back to HTML parsing!
Give me some more days ??
Forum: Plugins
In reply to: [Open Graph] og:image not populated with image from postHey @renelm ??
is that technically a featured image or simply an image in a post?
Forum: Plugins
In reply to: [Share on Bluesky] New with this plugin: New posts are not sharedimage is not implemented yet, because bluesky is overly complicated with links and images… you have to upload the image to their servers first, to then reference it… it is not possible to simply link it, like it is in the Fediverse ??
But I plan to support at least featured images!