Facebook login button code

I need to create my own login with facebook button to put on splash page. What is the actual facebook button code, to put in my own designed button?

  • 630
  • More
Replies (2)
    • Hello @Genesis !

      It will look like:

      <div class="sys-auth sys-auth-compact bx_facebook bx-def-margin-sec-right bx-def-margin-sec-bottom bx-def-box-sizing bx-clearfix">

                  <a class="bx-btn" href="[ULR of your site]modules/?r=facebook_connect/login_form" title="Вход через Facebook">

                      <i class="sys-icon fab facebook-square sys-colored"></i>            </a>

              </div>

      • Can you do the same thing for the paid levels? Like the premium "Buy" button and the premium "subscribe" button?

        What do I replace this with?

        [ULR of your site]modules/?r=facebook_connect/login_form

        Login or Join to comment.