> ## 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.

# {{encodeUrl}} helper

- URL: https://getpublii.com/dev/encodeurl-helper/
- Published: 2017-08-04T22:13:11.707Z
- Updated: 2024-02-08T11:53:16.401Z
- Description: Helper used if you need to use an URL inside the other URL i.e. when you are using the social sharing scripts. Syntax: {{encodeUrl URL\_TO\_ENCODE}}…
- Author: Tomasz Dziuda
- Tags: Helpers

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

Syntax:

```handlebars
{{encodeUrl URL_TO_ENCODE}}
```

Example:

```handlebars
https://social.media?sharer.php?url={{encodeUrl @website.currentUrl}}
```
