Hi.
If I add code like this to the site:
<div class="twitter" data-title="new title" data-url="https://google.com"></div>
then I get duplicate title and links in the sharing window:
If I change the title or link in DOM, I get two different titles/links - the old one that was on page load and the new one that I added
Hi. If I add code like this to the site:
<div class="twitter" data-title="new title" data-url="https://google.com"></div>
then I get duplicate title and links in the sharing window:If I change the title or link in DOM, I get two different titles/links - the old one that was on page load and the new one that I added
thx