Skip to content

Instantly share code, notes, and snippets.

@sdaityari
Created October 31, 2012 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdaityari/3989065 to your computer and use it in GitHub Desktop.
Save sdaityari/3989065 to your computer and use it in GitHub Desktop.
Like button and Like Box
<!-- FB LIKE Button -->
<!-- add a facebook App ID -->
<iframe allowTransparency='true' expr:src='&quot;//www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80&amp;appId=<your_app_id>&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:28px;'/>
<!-- LIKE ends -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:else/>
<!-- FB LIKE box -->
<!-- change the href below with the link of your blog's Fb page -->
<iframe allowTransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fshaumikthinks&amp;width=600&amp;height=590&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=true&amp;header=true&amp;appId=243423985670705' style='border:none; overflow:hidden; width:550px; height:590px;'/>
<!-- LIKE box ends -->
</b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment