How to recognize Facebook User-Agent

后端 未结 11 1354
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 15:35

When sharing one of my pages on FB, I want to display something different. Problem is, I prefer not to use the og: elements, but to recognize FB user-agent.

What is

11条回答
  •  醉梦人生
    2020-11-27 15:38

    Short solution is to check pattern, and not to load all the mess to user each time

    ';
        }
    ?>
    

提交回复
热议问题