Embeding a tweet from twitter is very easy! Follow the steps in the webpage, to open that webpage click run then open the link in a new tab.
let bodyHtml = `
Twitter Embed
Twiter Embed
Maybe you want to put your tweets on your website, that's not possible. Right?
Incorrect! You can easily embed a tweet from twitter onto your website!
To set it up is very easy, Load up twitter, find a tweet you want to embed, click the 3 dots, then click embed tweet. That will open a new tab, scroll down that new page and then click copy code. Then paste that into your code!
`;
return {
statusCode: 200,
headers: {
'Content-Type': 'text/html',
},
body: bodyHtml,
};