Encode Uri Component
  • Hi everybody,

    i'm implementing the "share" button of facebook on the site, and from documentation i need to encode the title and the url of the article to put them on the link for facebook.... does campsite allows me to encode everything intstead of using javascript by hand using encodeURIComponent()? If so, do you have any suggestion to do that with javascript?