I would like to know how many user see my posts or downloaded my medias and any other info. I think it’s a crucial point for content creators.

    • mekhos
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      weird it links back to this page, but the actual text in my post is as you have written.

      How does it look if you click the dots/menu for my post then click, view source?

      • Adda
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        3 years ago

        Oh, I see the culprit. Consider the following.

        You have here:

        [here](lemmymap.feddit.de/)
        

        but you want here:

        [here](https://lemmymap.feddit.de/)
        

        Without the https, the text parser handles the link as a local link related to the website itself (In Markdown, you can link – redirect – to other files in the filesystem. Websites supporting Markdown often reimplement this behaviour, as seen here.). I should have checked the source first before posting myself. I have already seen a few posts with this issue.