我在网站上Twitter的元标记:
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="....">
<meta property="twitter:title" content=".....">
<meta property="twitter:description" content="test description">
<meta property="twitter:image" content="....">
Run Code Online (Sandbox Code Playgroud)
我什至尝试使用twitter:image:url,还允许在robot.txt中使用twitter bot, 但到目前为止还算不上运气
class Application extends React.Component {
render() {
return [div]
[button onclick={() => {console.log('click'}}]button[/button]
[/div];
}
}
React.render(<Application />, document.getElementById('app'));
Run Code Online (Sandbox Code Playgroud)
我的应用程序render组件中有上面的代码。什么都没有发生,因为控制台中什么也没打印。