Usually, on twitter tweet button, if I don’t specify data-text it take the page title page.
But using iframe? How can I get the page title?
I know I can add &text= on th querystring, but If I don’t want to specify a different page title, but the one where I am? Is it possible?
If you’re using JavaScript you can specify document.title property, e.g.: