我有一个网站,当点击通过Facebook上分享的链接时会触发警告.警告说:"此链接可能存在问题我们检测到此链接:http://www.sjap.online/可能是恶意的.为了确保您的帐户和设备安全,请关注您信任的链接."
我运行了facebook调试工具,我收到以下错误消息:
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Run Code Online (Sandbox Code Playgroud)
我搜索了这个问题,我知道它是由网站标题中缺少元信息引起的,但我的网站代码在标题中有以下内容:
<meta http-equiv="etag" content="2efdc27c8967f14e2c829e601f7a1228"/>
<meta property="og:title" content="South Jersey Aerial Photograpahy"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.sjap.online/"/>
<meta property="og:image" content="https://static.wixstatic.com/media/56a444_9273e80a60684dc8b38e56025059f356%7Emv2_d_3200_1800_s_2.png"/>
<meta property="og:site_name" content="South Jersey Aerial Photograpahy"/>
<meta property="og:description" content="South Jersey Aerial Photography is South Jersey's premier aerial …
Run Code Online (Sandbox Code Playgroud) 我可以想到使用Native Navigation的唯一原因是当我有更多的屏幕和基于JS的解决方案(如React Navigation)将所有屏幕保留在内存中.现在我不是本地开发人员,所以上面的内容可能很模糊.
reactjs react-native react-native-navigation react-navigation wixcode
如何编辑Wix站点的HTML,CSS和JS.我似乎无法找到任何允许你编辑代码的东西,它似乎只是让你编辑它的可怕的GUI?
我是wix的新用户,正在编辑一个网站,并希望在页面中添加CSS。但找不到CSS的任何选项。有人知道如何在wix网站中添加自定义CSS代码吗?
谢谢