问题标签 [twitter-button]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
twitter - Twitter按钮,分享推文
我希望,我可以这样写推文:
some text Lorem ipsum #myhastag Duis efficitur risus et augue tempus tristique
.
所以格式是:text #hashtag text
。
所以在我写的html中,
但是,结果刚刚
我在https://dev.twitter.com/web/tweet-button和 youtube 视频教程上进行了搜索,但仍然不知道。
我希望有人可以帮助我,用格式写推文
javascript - Twitter 按钮不附加网站 URL
这很好用,除了它在我的推文末尾添加“ http://localhost:3000 ”,即使我指定data-url=''
.
我怎样才能让它不在最后添加当前站点的 URL?