> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{encodeUrlFragment}} helper

- URL: https://getpublii.com/dev/encodeurlfragment-helper/
- Published: 2017-08-04T22:26:29.496Z
- Updated: 2024-02-08T11:54:20.607Z
- Description: Helper used if you need to use a text inside the URL i.e. when you are using the social sharing scripts. Syntax: {{encodeUrlFragment TEXT\_TO\_ENCODE}} Example:…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper used if you need to use a text inside the URL i.e. when you are using the social sharing scripts.

Syntax:

```handlebars
{{encodeUrlFragment TEXT_TO_ENCODE}}
```

Example:

```handlebars
https://social.media?sharer.php?title={{encodeUrlFragment post.title}}
```
