rework oembed, because he didn`t work as well

This commit is contained in:
Дмитрий Шиманский
2023-10-22 13:10:43 +03:00
parent 5471ad08ba
commit b3b570f56e
4 changed files with 27 additions and 37 deletions

16
wwwroot/json/oembed.json Normal file
View File

@@ -0,0 +1,16 @@
{
"embeds": [
{
"type": "link",
"url": "https://yaflay.ru/",
"title": "YaFlay ReadMe",
"description": "Here you can learn about YaFlay: social networks, programming languages that he knows and his projects.",
"thumbnail": {
"url": "https://avatars.githubusercontent.com/u/93622229?v=4",
"proxy_url": "https://avatars.githubusercontent.com/u/93622229?v=4",
"width": 1200,
"height": 1200
}
}
]
}