Different Facebook LIKE and SEND message/description

281 Views Asked by At

I'm using the Facebook like button code on my website, however, I was wondering if it's possible to have different message for LIKE and SEND.

I know the description is pulled from the meta tag as such:

<meta property="og:description" content="this is a description about your page you are sharing." />
1

There are 1 best solutions below

5
On BEST ANSWER

You can have the href for the send and the like buttons point at different URLs, i.e. http://example.com/your-page?ref=like and http://example.com/your-page?ref=send.

You then render your page with a different og:description according to the ref parameter.