Skip to content

Instantly share code, notes, and snippets.

@rcassani
Last active September 22, 2023 16:31
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 rcassani/d9ef3fb372927370d86c53417008ad27 to your computer and use it in GitHub Desktop.
Save rcassani/d9ef3fb372927370d86c53417008ad27 to your computer and use it in GitHub Desktop.
Div on top of FB button
<div onclick="location.href='https://www.facebook.com/BrainstormSoftware';" style="position: relative; float: right; clear: right; margin-top: 5px; margin-right:-3px; cursor: pointer;">
<div class="fb-like" data-href="http://www.facebook.com/BrainstormSoftware" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false">
</div>
<div style="position: absolute; top:0; left:0;width: 100%;height: 100%;">
<p>&nbsp;</p>
</div>
</div>
/* For MoinMoin, write in one line as: <<HTML(ONE_LINE_HERE)>> */
@rcassani
Copy link
Author

Sep 2023
This is used in the Brainstorm website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment