Social button not posting topage

Latest Reply from Grace at 2016-07-14 09:41:26
Hello,
Autoland theme.

The social buttons when clicked are not posting to page.
I click Facebook like and the counter is counting but no post goes to my facebook page.
kinectwebdesign.com/frost-signs

Thanks,
Hi!

To share sites to your facebook page you need to use the Facebook share button not the Facebook like. You can customize all the Social Buttons on the AutoLand --> Social Buttons page of your dashboard.
Hello,

I went into the social buttons dashboard and added Facebook share and removed Facebook Like.
When I go to the page the Facebook share doesn't even display in the social icons box.
Hi!

Sorry for the inconvenience. To fix this issue you need to:

1. Open the social.php file located in the following directory:
\wp-content\themes\autoland\extras

2. Find the next code:
<a name="fb_share" type="box_count"></a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>


3. And replace it with the following one:

<iframe src="https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fyour-domain-name.com/%2F&layout=box_count&size=small&mobile_iframe=true&appId=1659872814283183&width=58&height=40" width="58" height="40" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>


You need to use your domain name instead of the your-domain-name.com/ text without https:// or http://. For example, smthemes.com/.

Leave a reply

Add codeAdd image