What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

link to facebook

RogerK

New member
I am trying to put a link to facebook on a website. The link occupies one cell in a table

<td>
<div class="fb-like"
data-href="https://www.facebook.com/myfacebookname/"
data-width="60" data-height="10"
data-colorscheme="light" data-layout="standard"
data-action="like" data-show-faces="true"
data-send="false"></div>facebook link
</td>

The code is an adapted copy of a previously working link and I'm assuming its self contained. I've tried using <span> instead of <div> and relocating the text "facebook link" or omitting it altogether but its just dead to any clicking. Help appreciated.
 
Back
Top