facebook_like_button

NAML documentation   Watch a video
   Usages of this macro
... in social_facebook_like.naml
1
2
3
4
5
6
7
8
9
10
11
<macro name="facebook_like_button" requires="node">
    <span style="vertical-align:-5px">
        <iframe
            src="[n.encode_url
Macro
Parameters: text
.]http://www.facebook.com/plugins/like.php?href=[n.url
Macro
Requires: node
Parameters: template, date, index_record
/]&layout=button_count&show_faces=false&width=90&action=like&colorscheme=light&height=20[/n.encode_url.]"
            scrolling="no"
            frameborder="0"
            allowTransparency="true"
            style="border:none; overflow:hidden; width:90px; height:20px">
        </iframe>
    </span>
</macro>