Trying to make a form that posts to a new post on my site with {embed_URL}... The problem is that the {embed_URL} is embedding URL to the page submitted from, and I want it to add a link to the post being created, so I can put the URL into a facebook "like" button automatically to "Like" the post individually.
I used the merge tag like this:
<div class="fb-like" data-href="{embed_url}" data-send="true" data-width="250" data-show-faces="false"></div>