我正在使用MS Office进行PDF演示。 MS Office不支持tel:links。所以我做了一个htaccess重定向到tel:[电话号码]工作但现在我切换到GitHub页面来托管网站,并且Github不支持htaccess重定向。
我还尝试将tel:protocol干扰到URL缩短器中,但它们不会将其识别为URL。
您是否有任何第三方方法可用于制作重定向到tel:protocol URI的网址?
答案 0 :(得分:1)
即使Github Pages不允许htaccess
,service does allow redirects from the Jekyll Plugin。此外,Jekyll Redirect plugin allows you to customize the redirect template可能会允许您正在寻找的tel
个链接。
P.S。有趣的问题!当我第一次看到它时,我并不认为这是可能的,但现在,我认为它是。