I tried use Google console: window.open(“https://twitter.com/intent/tweet”) here is the message I got:“The requested URL /_/chrome/https//twitter.com/intent/tweet was not found on this server. That’s all we know.” please help!
Can you share a bit more code than just this line? Is this in a Codepen? If so, please provide us a url, so we can take a look.
window.open("https://twitter.com/intent/tweet?text=" + $("#quote").html());
Could the ?text make a difference? The $("#quote").html()); is where it was stored on my HTML.
Again, seeing the entire project would make it easier to give you a good answer.