---
title: "Supported Networks"
description: "A list of the currently supported social networks."
canonical_url: "https://nuxt-social-share.stefanobartoletti.it/usage/supported-networks"
last_updated: "2026-07-29T16:43:23.407Z"
---

## All Networks

<share-buttons>



</share-buttons>

The following table lists all the currently supported networks and their URL parameters.

Parameters can be used by passing the respective prop in the component or in the composable. Passing props to a network that does not support it won't have any effect, but it will not otherwise create any problem.

Some networks have aliases that can be used in place of the main name. All supported props remain the same.

<networks-table>



</networks-table>

- ✅ Supported, has a default value if not provided
- ☑️ Supported, it won't be used in the final sharing url if not provided
- ❌ Not supported

## Notes

### `x`

- `user` is the X username that will be mentioned in the post/tweet.
- `hashtags` is a "comma separated values" string that will be converted into individual hashtags

### `email`

- `title` is used in the subject of the email
- `url` is used in the body of the email

### `chatgpt`, `claude`, `gemini`, `perplexity`, `grok`

- these are AI tools rather than social networks: they use the `prompt` parameter to build an instructional message with the page URL appended to it.
- `prompt` defaults to *"Read this page so I can ask questions about it:"* if not provided.

## Deprecated Networks

The following networks have been removed from the module, as their services have been shut down:

- **pocket** ([More info](https://www.theverge.com/news/672924/mozilla-pocket-fakespot-shutting-down))
- **skype** ([More info](https://www.theverge.com/news/621353/microsoft-skype-shutting-down-retirement-may-2025))
