Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am sharing title, image and description of post in facebook using following code

<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>

Once i share post or link to facebook then it will take title and description.

But when I share the same post or link to facebook with other title and image, the title and image do not change.

Please help me to solve this issue.

Thanks in advance.

Kanak Vaghela

share|improve this question

1 Answer

up vote 3 down vote accepted

You can pass your url by passing any auto generated value,

Hope this will work for you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.