Skip to main content

django-like-button makes it easy to use a facebook like button in your django application. You just need to do the following.

Documentation

Documentation can now be found in ReadTheDocs here: https://readthedocs.org/projects/django-like-button/

Installation

  1. Install django-like-button using easy_setup or pip:

    pip install django-like-button
  2. add like_button to your INSTALLED_APPS in your django settings file:

    INSTALLED_APPS = (
        # all
        # other
        # apps
        'like_button',
    )
  3. Add “FACEBOOK_APP_ID” setting to your django settings file with your facebook application Id.

    in settings.py:

    FACEBOOK_APP_ID = "your appID"
    FACEBOOK_SHOW_SEND = "true"   # or "false, default is "true"
    FACEBOOK_LIKE_WIDTH = "450"   # "numeric value for width", default is 450
    FACEBOOK_SHOW_FACES = "true"  # or "false, default is "true"
    FACEBOOK_FONT = "font"        # default is "arial"
  4. Add the template tag code into your base template before the body tag.

    In the template, in which you want to add button load tags:

    {% load like_button %}

    Where you need the like button:

    {% like_button_tag %}

    At the bottom of the page before the </body> tag put this (you only need to do this once):

    {% like_button_js_tag %}

5. Add the url into your urls file. This tries to address the issue identified with facebooks like button here: http://stackoverflow.com/questions/2955012/facebook-javascript-sdk-fb-xd-fragment

in urls.py:

url(r'', include('like_button.urls')),

Release files for django-like-button 0.0.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-like-button 0.0.7
File Size Uploaded
django-like-button-0.0.7.tar.gz 5.2 kB Details

Release files / django-like-button-0.0.7.tar.gz

Download URL django-like-button-0.0.7.tar.gz
Size 5.2 kB
Tags Source
SHA-256 checksum
How to use checksums
19415b05523134be25b2834b3426991e43385e53d999f0c6eef10ab72861bb4f
BLAKE2b-256 checksum
How to use checksums
57e3da885ebde170ad81f2cfd4f67605c876484772a2a069af66e889caa8b6b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.7 This release

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page