Skip to content

ewianda/django-facebook-social-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-facebook-social-plugins

Django wrapper tags on facebook social plugins.

Requirements

Installation

Install the extension running the setup.py, until i'll not publish on PyPi.

Configuration

Configure the settings.py like this:

INSTALLED_APPS = (... 'django_fbplugins' ...)

Include it

Include the tag library in a template:

{% load fbplugins %}

And then...

Use it

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" %}

Options

You can use various options like this:

{% fb_like_box_html href="https://www.facebook.com/FacebookDevelopers"  colorscheme="dark" showborder="false" header="false" %}

Philosophy

This application is written keeping in mind the KISS motto: Keep it simple stupid!

About

Django wrapper tags on facebook social plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%