I have added social media buttons to a webpage using a Widget, but they don't appear on the web, but do appear in DW and ftp, any ideas?
That link should be http://www.nqms.co.uk
There's an unintentional comma between the co and the uk. Often an issue when you type out the domain name, rather than copying and pasting it.
The paths to these files in the code look wrong
<script src="../../includes/jquery-1.4.2.js" type="text/javascript"></script>
<script src="../../jQuery/js/jquery.jsocial.js" type="text/javascript"></script>
<link href="../../jQuery/css/style.css" rel="stylesheet" type="text/css" />
Should probably be
<script src="/includes/jquery-1.4.2.js" type="text/javascript"></script>
<script src="/jQuery/js/jquery.jsocial.js" type="text/javascript"></script>
<link href="/jQuery/css/style.css" rel="stylesheet" type="text/css" />
I was guessing regarding those file paths.
Have you uploaded the folders to which the code is pointing?
For example
<script src="/includes/jquery-1.4.2.js" type="text/javascript"></script>
points to
http://www.nqms.co.uk//includes/jquery-1.4.2.js which does not exist on the server.
You must ensure that
Thanks.
I'm pretty sure that all the files are uploaded and are up to date (a small change I just made to a logo is showing on the web). When I access the page via my ftp server access I see the page correctly, so I'm guessing that everything needed is available on the server and teh folder mentioned is there - ftp://ftp.clarahost.co.uk/includes/jquery-1.4.2.js.
As I say the ftp page works, but now DW and www don't show the buttons.
Screenshot from FTP showing buttons.
North America
Europe, Middle East and Africa
Asia Pacific