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

Embedding 2+ tweets on same page causes them to be nested #43

Open
mmautner opened this issue Dec 26, 2020 · 1 comment
Open

Embedding 2+ tweets on same page causes them to be nested #43

mmautner opened this issue Dec 26, 2020 · 1 comment

Comments

@mmautner
Copy link

Reproducible with a sample page:

---
title: Example
---

{% twitter https://twitter.com/DegenRolf/status/1286929770488487936 %}

aaa

{% twitter https://twitter.com/DegenRolf/status/806044913854976000 %}

And outputted HTML:

<div class="jekyll-twitter-plugin">
  <blockquote class="twitter-tweet">
    <p lang="en" dir="ltr">Just saying “have a nice day” to a stranger helped people have a nicer day themselves. <a href="https://t.co/qt01mlakJB">https://t.co/qt01mlakJB</a> <a hr
    <p>— Rolf Degen (@DegenRolf) <a href="https://twitter.com/DegenRolf/status/1286929770488487936?ref_src=twsrc%5Etfw">July 25, 2020</a>&lt;/blockquote&gt;
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
&lt;/div&gt;</p>
                                                                                                                                                                                     
    <p>aaa</p>

    <div class="jekyll-twitter-plugin">
      <blockquote class="twitter-tweet">
        <p lang="en" dir="ltr">Gift-givers are often too much focussed on the moment of the gift handover to achieve the optimal impact. <a href="https://t.co/a3OTE1Nm9c">https://t.
        <p>— Rolf Degen (@DegenRolf) <a href="https://twitter.com/DegenRolf/status/806044913854976000?ref_src=twsrc%5Etfw">December 6, 2016</a>&lt;/blockquote&gt;
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
&lt;/div&gt;</p>
      </blockquote>
    </div>
  </blockquote>
</div>
@rob-murray
Copy link
Owner

Huh, thats weird... I'll try this out 👍

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

2 participants