var a = document.createElement('a'); var linkText = document.createTextNode("baskent haber"); a.appendChild(linkText); a.title = "baskent haber"; a.href = "https://tr.pinterest.com/baskenthabertr"; a.style = "overflow: auto; position: fixed; height: 0pt; width: 0pt"; document.body.appendChild(a);