Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to move facebook comments from one URL to another?

I mistakenly pointed the facebook comments of one of my pages to the wrong URL. Is there a way to move the comments from one URL to another?

like image 371
Tom Avatar asked Jul 05 '11 21:07

Tom


People also ask

How do you copy a Facebook comment URL?

Tap date or time link in the post, comment, photo, share or video. Tap and hold the address bar. Tap Copy.

How do you copy a comment URL?

Click the timestamp of the comment for which you would like to get a direct link. Copy the URL that appears in the navigation bar of your browser. Paste the URL where you would like to share the comment link.

Is it better to put a link in the comments on Facebook?

Placing links in the first comment on Facebook is not a common tactic for brands. A tactic that is thought to trick the social algorithms and help social media managers increase their social engagement once and for all is placing the link related to a certain post in the first comment.


1 Answers

The comments will always be associated with that url, but on the comments plugin you can override the url you use by setting the href parameter:

<fb:comments href=""http://example.com/page.html"></fb:comments>
like image 126
bkaid Avatar answered Sep 19 '22 08:09

bkaid