darkmasta

Results 5 comments of darkmasta

I dont want header too. `layout: page` brings header to top.

I understand strict layout options in inner docs but landing should be very customizable. Just for landing this feature request is kinda needful.

I figured out how to do it...

This solved my problem. I am able to quote a tweet this way. ``` const tweetUrl = `https://twitter.com/elonmusk/status/1748595664131363231`; const status = `HELLO QUOTE TWEET ${tweetUrl}`; const response = await client.getPostApi().postCreateTweet({...

> The Twitter API v2 implemented quote RT in the same way, but the current GraphQL client seems to implement it differently. I don't know why the v2 way of...