You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ProxiTok is a great tool, and there are already meta tags, but I was disappointed to find that it did not return meta tags for video-specific content. It could be quite useful for platforms like Discord and Telegram
Describe the solution you'd like
Although my instance keeps erroring on subsequent requests (paradoxically with 200 and "OK" as the error) -- I doubt that is related, but do check it over.
My proposal:
In templates/components/head.latte, something like this worked pretty well for me in Discord and Telegram:
Describe alternatives you've considered
Alternative solutions for something like this include vxtiktok by @dylanpdx is a service specifically designed for the embeds. However, it does not always work, and as far as I know its proxy also doesn't work in
countries that banned TikTok.
In general, since you've already got the existing meta tags, I see no reason this couldn't be added. Although if the playAddr URL often expires, it might need to be a more robust getter (e.g. some additional route with URL params) of some kind to not rely on a URL that can expire, as otherwise, since Discord and Telegram both cache and store the embedded responses, they might stop working once it expires.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
ProxiTok is a great tool, and there are already meta tags, but I was disappointed to find that it did not return meta tags for video-specific content. It could be quite useful for platforms like Discord and Telegram
Describe the solution you'd like
Although my instance keeps erroring on subsequent requests (paradoxically with 200 and "OK" as the error) -- I doubt that is related, but do check it over.
My proposal:
In
templates/components/head.latte
, something like this worked pretty well for me in Discord and Telegram:Describe alternatives you've considered
Alternative solutions for something like this include vxtiktok by @dylanpdx is a service specifically designed for the embeds. However, it does not always work, and as far as I know its proxy also doesn't work in
countries that banned TikTok.
In general, since you've already got the existing meta tags, I see no reason this couldn't be added. Although if the
playAddr
URL often expires, it might need to be a more robust getter (e.g. some additional route with URL params) of some kind to not rely on a URL that can expire, as otherwise, since Discord and Telegram both cache and store the embedded responses, they might stop working once it expires.The text was updated successfully, but these errors were encountered: