I have a share to Facebook button on a page that displays obituaries.
This site is coded in ColdFusion. What I am trying to do is pass the obituarietitle
variable to the meta tag og:description
like so:
<meta property="og:description" content="#obituarietitle#">
Through using the https://developers.facebook.com/tools/debug/og/object/ everything is showing up except the description which would be the name of the person who has passed.
The "share" shows #obituarietitle#
the variable.I have tried cfoutput tags, cfsets, ect.
I am not seasoned with ColdFusion or og:, I don't know if this is possible.