I'm trying to include Facebook Comments in my app (Rails4).
The Div for the comments is
<div class="fb-comments" data-href="{URL_HERE}" data-width="570"></div>
where {URL_HERE} i need
request.original_url
or the url of the current page.
How can i set this up ?
I tried
<div class="fb-comments" data-href="#{request.original_url}" data-width="570"></div>
But i'm getting a error from facebook