Embed Twitter (publish) on email

Hi,

I’m trying to embed Twitter into email, but it doesn’t show as it should.

I’ve also created a module, which shows correctly in the preview, but then when I add the module to the email, it doesn’t show correctly.

any tips, ideas, or suggestions?

Thank you

Hi, @LWilkens :waving_hand: Welcome to our community!

This difference you are seeing between a web-based preview and how your module renders in an actual email is due to several reasons:

  • JavaScript — almost all email clients block JavaScript execution for security reasons
  • CSS — The styling used by Twitter’s embed code might rely on CSS properties that aren’t supported by all/most/any email clients

This is not a HubSpot-specific issue, email styling issues and lack of JS support are a well documented frustration point across the web.
It’s hard to say with any certainty without seeing your embed code.