5
How do I "index" a link on a website to display it in a more presentable way? Example of sites/app that do this is Whatsapp, facebook, gmail. For example, in Whatsapp just paste a link and wait a few seconds it takes an image and title of the link and makes it more presentable. If you have any plugin in php, or javascript, or jquery, etc, that does this already helps a lot. I intend to apply this solution in the Php language.
I don’t know if "index" is the correct term, but if someone knows, even English, they can pass the correct term for me to search.
Note the tags in the source code
meta name="og:image"
andmeta property="og:title"
. Tags contain this type of information.– Papa Charlie