Hello
From "share this" website
I have opened the site HTML and added the coding below to section: between <head> </head> tags*
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=5a2fd3c70f16c70012a3c263&product=inline-share-buttons"></script>
I have added HTML section on the page and added the coding below to section the section: between <head> </head> tags*
<div class="sharethis-inline-share-buttons"></div>
This is not working any one have any ideas what I am doing wrong?
Thanks in advance
Share This HTML
Re: Share This HTML
Based on the code it looks like this will not work in preview.
Did you publish the page?
Did you publish the page?
-
-
- Posts: 4
- Joined: Mon Sep 04, 2017 3:51 pm
Re: Share This HTML
Hi Pablo
I have just published the site and it is still not showing
I have just published the site and it is still not showing
- BaconFries
-
- Posts: 5914
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Share This HTML
Place the following in Page HTML between the <head></head>
Using the HTML Object insert the following and place on page were you wish.
Maybe you have enabled minify in the HTML options: Tools->Options->HTML. If so please uncheck as this may stop the js working. Note if this doesn't work then please confirm that the code/script is valid.
Code: Select all
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=5a2fd3c70f16c70012a3c263&product=inline-share-buttons"></script>
Code: Select all
<div class="sharethis-inline-share-buttons"></div>
-
-
- Posts: 4
- Joined: Mon Sep 04, 2017 3:51 pm
Re: Share This HTML
Hi bacon Fries
I have tried what you said, still not working, the HTML is set to default, I am assuming the code is correct as I have copied and pasted from "share this" Website, but I am not sure, I will need to check this.
Thanks
I have tried what you said, still not working, the HTML is set to default, I am assuming the code is correct as I have copied and pasted from "share this" Website, but I am not sure, I will need to check this.
Thanks
Re: Share This HTML
What is the URL of the page so I can see what you have done?
-
-
- Posts: 4
- Joined: Mon Sep 04, 2017 3:51 pm
Re: Share This HTML
Hi Pablo
I have not uploaded my site yet, how can I upload to my host do I need to publish the site then upload via filezilla to my host?
I have not uploaded my site yet, how can I upload to my host do I need to publish the site then upload via filezilla to my host?
Re: Share This HTML
You wrote:
It looks like the code you are using was designed to be used online.
Note that this has nothing to do with WWB.
And now:I have just published the site and it is still not showing
You will need to publish your website to a web server because I think otherwise the code will not work.I have not uploaded my site yet,
It looks like the code you are using was designed to be used online.
Note that this has nothing to do with WWB.