Django wrapper tags on facebook social plugins.
Install the extension running the setup.py, until i'll not publish on PyPi.
Configure the settings.py like this:
INSTALLED_APPS = (... 'django_fbplugins' ...)
Include the tag library in a template:
{% load fbplugins %}
And then...
As a like button:
{% fb_like_btn_html href="https://www.facebook.com/FacebookDevelopers" %}
As a like box:
{% fb_like_box_html href="https://www.facebook.com/FacebookDevelopers" %}
You can use various options like this:
{% fb_like_box_html href="https://www.facebook.com/FacebookDevelopers" colorscheme="dark" showborder="false" header="false" %}
This application is written keeping in mind the KISS motto: Keep it simple stupid!