Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding FAQ to Readme #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,31 @@ To improve sharing across various social media platforms, add Open Graph meta ta
<meta property="og:image" content="URL_TO_YOUR_IMAGE" />
```

## FAQ / Troubleshooting

### Q: Why don't Slinks work for me? I only see a link that redirects me to the website.

A: If Slinks aren't displaying properly and you're only seeing a link that redirects to the website, it's likely due to cookie settings on X. To resolve this:

1. Ensure you're accepting all cookies from X.
2. If you're using Chrome or Arc browser, check your cookie settings for X.
3. Try clearing your browser cache and cookies, then reload the page.

Remember, Slinks rely on X's ability to load and display Twitter Cards. Without the proper cookie permissions, X may not be able to render the embedded content correctly.

### Q: How do I accept all cookies from X?

A: To accept all cookies from X:

1. Go to X.com
2. Look for a cookie consent banner or popup
3. Choose "Accept All Cookies" or a similar option
4. If you don't see a banner, check your browser settings or X account settings for cookie preferences

After accepting cookies, try viewing the Slink again. It should now display properly as an embedded card in the tweet.

If you're still experiencing issues after following these steps, please ensure your browser is up to date and try disabling any ad-blockers or privacy extensions that might interfere with X's functionality.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.