> I want to create a website facebook like, but real simple and I want to have
> a button that I can give to blogger to add them on their blog entries.  It
> have nothing to do with facebook.

Ah! so you want your own "facebook button"!

It'll be mostly a javascript task, rather than django-specific. In
order to protect your users' identities, you won't be giving the
client (blog) an actual HTML form, but rather (like the FB button) a
link to a JS library, and some markup that the library will use to
create an iframe to your website where you'll send the actual rendered
markup

-- 
"The whole of Japan is pure invention. There is no such country, there
are no such people" --Oscar Wilde

|_|0|_|
|_|_|0|
|0|0|0|

(\__/)
(='.'=)This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to