Change social buttons

Posted in: Newspaper
Post count: 6

Hi

This is my website http://veronicagiuliani.org/

I would like to edit and add somethings, please help me

1- Please see the screenshot
(I want to get rid of these two buttons and add another facebook button code instead)
# The new code that I want is

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=1562396964048688";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>

2- Please see the screenshot
(I need to add a facebook code here before the tags with a short text – the code is a like button for my page)
# The code that I want to add is this with a short text in blue color above the button

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=1562396964048688";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="https://www.facebook.com/VeronicaGiuliani.org/" data-width="300" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div>

Thanks for your help

Post count: 6
Post count: 22421

Hello,
You can find the code for the sharing options here: http://screencast.com/t/QTYfQNk7Azl You will need a bit of coding knowledge to implement it though.
As for the tags section, you can edit the specific template you use on your posts and add the code inside the file corresponding to that template: http://screencast.com/t/MhmQWg4ZCdBY and add the code before the tags section: http://screencast.com/t/pojibsYONyW8
Thank you!

Post count: 6

About the first thing
Which code do I need to change. Unfortunately I have no coding knowledge now.

Post count: 22421

Hi,
You can use the code as it is to implement it on a specific post template:
http://screencast.com/t/VDWN3f62qohttp://screencast.com/t/vjOpsUjf0IB but if you want to add it inseide the sharing function, it will need further adaptation to the code and you will need to hire some help if you cannot manage it.
I hope this helps.
Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.