#Friendica
I also enabled the new 'fancybox' add-on, which is very neat!
#Friendica
But by that same argument, should your own posts appear in the network timeline at all?
#Friendica
You also don't need to 'find a community that suits you', despite what many are saying, if you're not into that type of thing. You can, with some tech knowhow, self host a server like I do and have your very own place to post from. No-one setting quota, no-one setting rules you don't agree with. Or you can just join a big general server and post from there, if you want.
Finding posts about your interests is tricky however, since hashtags don't really work as you'd think. One way is to find people in the list of the trunk project or in the directories provided by your Mastodon or Friendica server.
Oh, and have fun!
André do Telegram likes this.
Gidi Kroon reshared this.
(and thanks to a certain actress having lots of news today on the various entertainment sites)
A #Friendica tip, at least something I didn't know yet and just found out, is that when you're on the network timeline and you open the left side menu where the forums you're subscribed to are listed, like in this screenshot:
you can click on either the name or the icon of the forum. When you click the name, your network timeline gets filtered to show only the posts from that forum. This is similar to when you click groups or protocols in that same menu.
When you click the icon however, you get directed to the page of that forum itself, on the remote server. This could be useful if some posts have since expired on your own server.
I noticed this when clicking the icon of a non-Friendica group (gup.pe or zap), where the redirect was not possible and an ugly php error was the result. Anyway, it's a neat function.
This was not obvious to me, but you can add descriptive text to images in a #Friendica post. When you click the "image" button and select or upload an image, the bbcode for the image is inserted into your post editor. This has a [url]
tag for the link to the full image and a [img]
tag for the preview image.
It turns out that anything you type between these opening and closing [img]
and [/img]
tags will be rendered as descriptive text on the image. Adding an alt=
or title=
attribute doesn't seem to work however.
Example:
[url=https://friendica.gidikroon.eu/photo/1929641322612bfa9fd0155603878394-0.jpg][img=https://friendica.gidikroon.eu/photo/1929641322612bfa9fd0155603878394-1.jpg]This will be the descriptive text of the image[/img][/url]
Gidi Kroon