开发者

Facebook like button with hashtag url

开发者 https://www.devze.com 2023-02-06 23:04 出处:网络
I know there are a few disussions about this but no one is really getting to the point from what i know.

I know there are a few disussions about this but no one is really getting to the point from what i know.

Is there any possible way to pass a hashtag url with fa开发者_开发技巧cebook like. I have ben trying in numerous ways without any success...

Here is my code so far.

<fb:like href="http://myurl.com/subfolder/subsub/#the-new-destination"
    layout="button_count" 
    show_faces="false"
    width="450">
</fb:like>

This just doesnt do it for me - Facebook only retrieves http://myurl.com/subfolder/subsub/ part of the url

Oh! The problem is the urls is genereated by jquery so they are dynamic and loads in content by ajax call.

Any clues?

Thanks!!


Hash are not transmitted over the wire. They are only to maintain context while navigating away from one page to another

0

精彩评论

暂无评论...
验证码 换一张
取 消