Jawaad
Member
I have running my forum with http protocol.
After I change the url to https protocol, the problem is share facebook count, it doesn't count from http.
The suggestion from facebook is using old url.
So, how can I change the url share facebook from https to http?
I want to edit template: share_page:
I'm thinking to replace {$url} from https:// to http://
How can I change this?
Thank You
After I change the url to https protocol, the problem is share facebook count, it doesn't count from http.
The suggestion from facebook is using old url.
So, how can I change the url share facebook from https to http?
I want to edit template: share_page:
PHP:
<xen:if is="{$xenOptions.facebookLike}">
<div class="facebookLike shareControl">
<xen:container var="$facebookSdk">1</xen:container>
<div class="fb-like" data-href="{$url}" data-width="400" data-layout="standard" data-action="{$xenOptions.facebookLikeAction}" data-show-faces="true" data-colorscheme="@fbColorScheme"></div>
</div>
</xen:if>
I'm thinking to replace {$url} from https:// to http://
How can I change this?
Thank You