Back to Social Login Support

glassd
glassd

I've followed the directions and I can get text links to show up for each of the services. Those links are working. When I try to use your provided sample to get the images for the links nothing shows up. Am I missing something? I put the {{name}} in there just to make sure the links were working.

<p align="right">
    or sign in with
    {% for name, link in social_login_links %}
        <a href="{{ link  }}" class='login {{ name|lower }}'>{{name}}<i class="fa fa-2 fa-{{ name|lower }}"></i></a>
    {% endfor %}
</p>
Flynsarmy
Flynsarmy

The images in the example use font awesome but if you have your own images, just replace <i class="fa fa-2 fa-{{ name|lower }}"></i> with <img src"/some-img.jpg" />

Last updated

1-2 of 2