문제

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