Skip to main content

Limited WordPress shortcode support for Django

Project description

# django-template-shortcodes

THIS IS EXPERIMENTAL STUFF. Don’t use it. Probably.

This package provides some [WordPress shortcode](http://en.support.wordpress.com/shortcodes/) support for Django templates. It is heavily based on [AGoodId’s version of django-shortcodes](https://github.com/AGoodId/django-shortcodes) (in turn based on https://code.google.com/p/django-shortcodes/), as well as [WP Export Parser](https://github.com/RealGeeks/wp_export_parser) for the regex parts, lifted from WordPress.

## Supported shortcodes (sort of):

  • [caption caption=”Foo bar”]<img src=”” alt=”” />[/caption]

  • [caption]<img src=”” alt=”” /> Foo bar[/caption]

  • [youtube=https://www.youtube.com/watch?v=dQw4w9WgXcQ]

  • [youtube url=”https://www.youtube.com/watch?v=dQw4w9WgXcQ”]

  • [gmaps url=”https://www.youtube.com/watch?v=dQw4w9WgXcQ”]

  • [vimeo url=”https://www.vimeo.com/watch?v=dQw4w9WgXcQ”]

  • [iframe url=”https://www.vimeo.com/watch?v=dQw4w9WgXcQ”]

## Installation

Install via pip: pip install django-template-shortcodes Or clone the [Git repository](https://github.com/emilbjorklund/django-shortcodes).

## Usage

{% load shortcodes_filters %} {{ text|shortcodes|safe }}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-template-shortcodes-0.0.1a.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page