Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handleTweets doesn't accept an a tag as the tweet container #220

Open
nigeymc opened this issue Mar 28, 2022 · 0 comments
Open

handleTweets doesn't accept an a tag as the tweet container #220

nigeymc opened this issue Mar 28, 2022 · 0 comments

Comments

@nigeymc
Copy link

nigeymc commented Mar 28, 2022

               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
@nigeymc 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant