Tweets✒️ shouldn't be limited to twitter🐧 : Let's integrate them anywhere fully rendered✨ with this simple API
Visit Our Website To directly get endopint🚀
It's super easy to integrate it anywhere! Just the endpoint in image URL and done.
Replace your-twitter-usernmame
with your username eg: pushkaryadavin
in endpoint URL
- Markdown Code
[![](https://tweeco.pushkaryadav.in/api/handle/your-twitter-username)](https://tweeco.pushkaryadav.in)
- HTML/ Framwork Code
<a href="https://tweeco.pushkaryadav.in">
<img src="https://tweeco.pushkaryadav.in/api/handle/your-twitter-username" />
</a>
Replace tweet-id
with your tweet id eg:tweet id in URL status/1592595196482826240 is 1592595196482826240
in endpoint URL. You can use ID extractor in our website to directly generate this endpoint. Tweeco🚀
- Markdown Code
[![](https://tweeco.pushkaryadav.in/api/id/tweet-id)](https://tweeco.pushkaryadav.in)
- HTML/ Framwork Code
<a href="https://tweeco.pushkaryadav.in">
<img src="https://tweeco.pushkaryadav.in/id/handle/tweet-id" />
</a>
Use color codes only without # Eg: fff
Property Code | Work |
---|---|
text | gives text color |
border | border color |
width | width of image rendered |
bg | background color |
title | title color |
icon | twitter icon color |
theme | a complete new look without editing any of these props |
same applies for id based endpoints. You can use multiple properties by using &
. Eg:
https://tweeco.pushkaryadav.in/api/handle/pushkaryadav?width=700&bg=242b2e
If you face any issue in API create an issue in this repo regarding that issue with a screenshot.