django-oembed
django-oembed copied to clipboard
A collection of Django tools which make it easy to change text filled with oembed links into the embedded objects themselves.
Django 1.5 deprecated django.utils.simplejson and removed it in Django 1.7.
Max_width and max_height are both IntegerFields, so we are not able to pass percentages as width and height arguments.
Hi, Please see commit message for details. Cheers, Alex
Hello, I just installed django-oembed. And links of youtube, dailymotion and vimeo are working fine. But the link of soundcloud is not working. Its just showing a plain text. What...
has this method disappeared ? or am I using the wrong package ?
I tried to look in to this problem but i don't know what's the problem , links from other providers work fine , but youtube doesn't work anymore . Not...
what's with that? I see django-oembed in github but that's different again (I downloaded and diff'd all 3) Please inform us of the definitive location of the code because it...
Just change ``` def oembed(input, args): ``` to ``` def oembed(input, args=None): ``` You're testing whether args is a value anyway, so you might as well allow not entering a...