Facebook Social Plugin Comments Not Shown When Directly Linked To?
I just set up Facebook social plugin comments on my site, but I'm having a little trouble with them. When I get a notification saying that someone commented on something I commente
Solution 1:
Because Facebook supposes that they are two different pages. While you are adding the plugin to your page, pay attention to data-href
value.
Make your data-href
value constant for the same page, although it may be requested with different URLs with extra querystrings.
When I look at your page source, clicked from notification:
<divclass='fb-comments'data-href='http://www.5crideshare.jessepollak.me/rides/17?fb_comment_id=fbc_10150513336718064_21937866_10150513339773064&ref=notif&notif_t=open_graph_comment'data-num='{:posts=>2}'data-width='500'></div></div>
On this page, data-href
value should be without unnecessary querystrings. It should be like this same with clear one: http://www.5crideshare.jessepollak.me/rides/17
Post a Comment for "Facebook Social Plugin Comments Not Shown When Directly Linked To?"