On the website I use also a Facebook comment field.
On Facebook you have the possibility to mirror comments.
If someone put a comment on Facebook it will be displayed on the website and if someone post a comment on the website it will be visible on Facebook.
After a long time and a lot of tweaking I figured out that this only works if you use the original ugly urls.
With HeadMaster I get the url of the article with this tag:
{cghm_config_set key='canonical' val=$entry->canonical|default:''}
That print the friendly url in the head of the page.
Is there a way to display the ugly url of the article over here so the Facebook mirroring will work?

