Texas State Rep. James Talarico using biblical scripture to tear down conservative Christian arguments

  • @BigT54
    link
    416 months ago

    Just so you and everyone else is aware. In the link you posted, everything after the question mark is a tracking id, using the link without that part of the link works perfectly fine and reduces traceability.

        • @Matcha_Mecha
          link
          56 months ago

          Question, is that true for all links?

          Like can I just cut out the question mark and back for all links I send?

          • Vanix
            link
            46 months ago

            I think the others already gave enough detail but if you’d like to learn a little of the more technical stuff for how the URLs we see (and can edit before viewing) work, look into HTTP “GET” requests!

          • @[email protected]
            link
            fedilink
            English
            36 months ago

            Not always, like the piped link above uses the parameter after the question mark to know which video to load so you would lose crucial information. It’s often pretty obvious what is important and what is not though. The parameters are separated by an & so you can cut off anything extra if you want. You can also just try it in your browser and make sure it still works before sharing it.

          • Lemminary
            link
            3
            edit-2
            6 months ago

            You have to deduce what each key=value pair means after the question mark, and they’re separated by ampersands (&). This varies by website.

            YouTube uses the format “v=…” to point to its videos, and “t=…” to specify the time of playback.

    • @ZMonster
      link
      26 months ago

      Thank you for letting me know