Вопрос

Let's say, I have 1020 like on a homepage of a website, which is http://www.mypage.com.

Now, I buy an https, and the page is of course https://www.mypage.com.

Well, the "link" is different, but only for the https. Is it a way to force socials to say "this in fact is the same page with 1020 likes"?

Это было полезно?

Решение

I'm afraid this is not possible. However the like buttons can be filled in with any url you want. You could in fact have a like button for http://www.mypage.com on your https://www.mypage.com

<div class="fb-like" data-href="http://www.mypage.com" data-send="true" data-width="450" data-show-faces="true"></div>

You would still be collecting likes for the old url, but no one would know the difference.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top