You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html += '<a class="twitter-card" href="https://twitter.com/i/web/status/' + tids[n] + '">' + tweets[n] + '</a>';
n++;
} ```
This will result in a separate a element without tweet contents
The text was updated successfully, but these errors were encountered:
nigeymc
changed the title
handleTweets doesn't accept an a as the tweet container
handleTweets doesn't accept an a tag as the tweet container
Mar 29, 2022
The text was updated successfully, but these errors were encountered: