﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" 
                exclude-result-prefixes="msxsl">
    <xsl:template name="FBLikeButton">
        <xsl:param name="TargetURL" select="'N/A'"></xsl:param>
        <iframe src="http://www.facebook.com/plugins/like.php?href={$TargetURL}
                &amp;layout=button_count&amp;show_faces=true&amp;width=40&amp;action=like&amp;font&amp;colorscheme=light&amp;height=20"
                scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:20px;"
                allowTransparency="true"></iframe>
    </xsl:template>
</xsl:stylesheet>
