S
S
SilentImp2011-02-25 11:16:59
Facebook
SilentImp, 2011-02-25 11:16:59

How to set site description for Facebook Like button without changing description meta tag?

Have a nice day.
I place a Like facebook button on the site.
developers.facebook.com/docs/reference/plugins/like /
In fact, it redirects the user to
www.facebook.com/sharer.php?u= {URL}&t={TITLE
} description.
The description is taken from the description meta tag.
The client would like to place a different text there.
For vkontakte, a similar address looks like
vkontakte.ru/share.php?url={URL}&title={TITLE}&description={DESCRIPTION}&noparse=true bit.ly/fm9IVV — vkontakte documentation
.
That's exactly the analogue of description I'm looking for now.
Can you please tell me if this is possible at all?
And if possible, then how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
carbonariy, 2011-02-25
@carbonariy

Use Open Graph meta tags . Don't forget to add the appropriate namespace:

<html xmlns:og="http://ogp.me/ns#">

You can see what data will be selected through Facebook Lint .
And the result of the selection is cached for 24 hours by URL!

B
be3_max, 2011-02-25
@be3_max

1) The user clicks on the Like Facebook button.
2) Facebook loads link {URL} reads description.
3) Shows popup.
- at stage 2) we check who loads the page, we replace description.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question