对于我的Facebook应用邀请网址,当我在同一页面上安装Android和iOS的元标记时,它不起作用,但是当我将它们放在单独的页面上时它确实有用。有没有办法让meta标签全部放在同一页面上?
<meta property="al:android:url" content="https://play.google.com/store/apps/details?id=*****&hl=en">
<meta property="al:android:package" content="*****">
<meta property="al:android:app_name" content="*****">
<meta property="og:title" content="example page title" />
<meta property="og:type" content="website" />
<meta property="al:ios:url" content="https://itunes.apple.com/gb/app/*****/id*****?mt=8" />
<meta property="al:ios:app_store_id" content="*****" />
<meta property="al:ios:app_name" content="*****" />
<meta property="og:title" content="example page title" />
<meta property="og:type" content="website" />
显然我已经用*****
替换了我的app id / name所在的位置