I love that I can paste a tweet’s URL into the editor and the tweet will be embedded in the post automatically. Excellent!
Is there a way to do this, however, without including the thread. For example, if you use Twitter’s embed tool, you can use the data-conversation=“none” in the blockquote tag to accomplish this:
<blockquote class="twitter-tweet" data-conversation="none">...
Any way to do this with the Twitter integration in the editor? Can I add something to the URL to have it ditch the thread?
Thanks!
Hi @Stephen_Hebert,
Looking at the embedding parameter references from Twitter, it seems like the parameters cannot be added to tweet URLs.
Instead you can insert the code generated by publish.twitter.com into an HTML card in the editor. That way you will have full access to all the parameters to customize the embedded tweet.
Is there any way to embed individual tweets (without the thread) that works for email? The method given above works great on the site but loses all the images etc in the newsletter version (presumably because it relies on JS?).