Announcement

Collapse
No announcement yet.

Simple facebook link(for some)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Simple facebook link(for some)

    Hi everyone this is my first post and unfortunately its a problem not a answer.

    I searched facebook on here i didn't see the answer i needed.
    The code i got is in the correct place i want it and the picture is fine just the link is not working, could someone just read it quick and tell me where im going wrong?

    <style type="text/css">
    .addthis_toolbox a, .addthis_toolbox img { width: 120px;}
    .addthis_toolbox {margin-top:80px;}
    .addthis_toolbox a:hover img { opacity: 1; filter : alpha(opacity=100); }
    .addthis_toolbox a img { opacity: 100; filter : alpha(opacity=100);}
    </style>

    <script type="text/javascript" src="http://www.facebook.com/profile.php?id=100000550902558&sk=wall"></script>

    <div class="addthis_toolbox">
    <a class="addthis_button_facebook" addthis:url="#http://www.facebook.com/profile.php?id=100000550902558&sk=wall#" addthis:title="#UDAL Supplies#" Title="Share on Facebook" ><img src="C:\Documents and Settings\Administrator\My Documents\UDAL\facebook link.jpg"/></a>
    </div>


    Any help would be much appreciated
    Elbo

    #2
    Code:
    <img src="C:\Documents and Settings\Administrator\My Documents\UDAL\facebook link.jpg"/></a>
    People on the web do not have access to your C: Drive, so your code should not point to images there. Put the image file in your site folder and just add the filename.

    Nor should you have spaces in the name of the image.

    Comment


      #3
      Once its uploaded to the server will that matter? as i have 400 pictures all doing the same thing all the pictures seem to display fine on the website?

      The image is working fine its just not linking to the facebook for some reason, would changing the image help this?

      Comment


        #4
        So we're talking about code that is not live and thus it is not known whether it works or not? I'm confused. Put it online, if it doesn't work, provide us with a link to an example page where it is not working. If you have 400 images with a spaces in them, i suggest you get on with renaming them.

        Comment


          #5
          oh sorry yea the site works fine live www.syrupsandstuff.co.uk
          its purely just not linking with the facebook link on bottom right.

          Comment


            #6
            Why not use the standard Facebook Like button code from Facebook for the Sharing/Liking and then separately have a link to your Facebook page itself. That's what I do for clients.

            Comment

            Working...
            X