Welcome to the facebook-page-like-count-using-django-template-tag wiki!
your_app/
`templatetags/`
`__init__.py`
`fb_like_count.py`
{% load fb_like_count %}
{% like_count page_name not_formatted|formatted %}
it takes 2 parameters:
1- pages_name as 'GitHub'
2- type of like count:
not_formatted as '47600'
formatted as '47.6K'
{% load fb_like_count %}
{% like_count GitHub not_formatted %}