Re: Facebook like button in django

2012-10-12 Thread Tomas Neme
> 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.



Re: Facebook like button in django

2012-10-12 Thread David Gomez
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.

On Friday, October 12, 2012 9:03:26 AM UTC-4, David Gomez wrote:
>
> No the button is for my own website. 
>
> On Friday, October 12, 2012 12:41:30 AM UTC-4, Matteo Suppo wrote:
>>
>> You want to add a Facebook share button that lets people share things on 
>> Facebook but also save what they are sharing on your database?
>>
>> On Thursday, October 11, 2012 9:50:54 PM UTC+2, David Gomez wrote:
>>>
>>> How can I create a Facebook Share button in django? I would like 
>>> something like this:
>>> button name my_website
>>> When user click the button it would pop up a window with a form
>>> When user click the button, it will grab the form information and the 
>>> information on the blog, and put it on the database like it would do on a 
>>> regular form. 
>>> The form will have:
>>> username = username
>>> password = password
>>> note = what ever note the user type
>>> blog = the blog where the button was in.
>>>
>>> Thanks in advance
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/zaUm3qJEw9EJ.
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.



Re: Facebook like button in django

2012-10-12 Thread David Gomez
No the button is for my own website. 

On Friday, October 12, 2012 12:41:30 AM UTC-4, Matteo Suppo wrote:
>
> You want to add a Facebook share button that lets people share things on 
> Facebook but also save what they are sharing on your database?
>
> On Thursday, October 11, 2012 9:50:54 PM UTC+2, David Gomez wrote:
>>
>> How can I create a Facebook Share button in django? I would like 
>> something like this:
>> button name my_website
>> When user click the button it would pop up a window with a form
>> When user click the button, it will grab the form information and the 
>> information on the blog, and put it on the database like it would do on a 
>> regular form. 
>> The form will have:
>> username = username
>> password = password
>> note = what ever note the user type
>> blog = the blog where the button was in.
>>
>> Thanks in advance
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/I-GlNA7HqAAJ.
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.



Re: Facebook like button in django

2012-10-11 Thread Tomas Neme
You should probably start by reading this:

http://developers.facebook.com/docs/reference/plugins/like/

-- 
"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.



Re: Facebook like button in django

2012-10-11 Thread Matteo Suppo
You want to add a Facebook share button that lets people share things on 
Facebook but also save what they are sharing on your database?

On Thursday, October 11, 2012 9:50:54 PM UTC+2, David Gomez wrote:
>
> How can I create a Facebook Share button in django? I would like something 
> like this:
> button name my_website
> When user click the button it would pop up a window with a form
> When user click the button, it will grab the form information and the 
> information on the blog, and put it on the database like it would do on a 
> regular form. 
> The form will have:
> username = username
> password = password
> note = what ever note the user type
> blog = the blog where the button was in.
>
> Thanks in advance
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Y6vastIH-iEJ.
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.



Re: Facebook like button in django

2012-10-11 Thread David Gomez
This is not going to work, because let see if you have a blog and I want 
you to use a button in each entry as a share button, you are going to need 
to intall bootstrap? I want something simple for the blog, website etc... 
Maybe I'm confuse since I'm new in programming. 

On Thursday, October 11, 2012 4:33:59 PM UTC-4, GGC on Django wrote:
>
> You can start here 
>
> http://twitter.github.com/bootstrap/javascript.html#popovers
>
>
> see the examples ...
>
>
>
> On Thu, Oct 11, 2012 at 2:50 PM, David Gomez  > wrote:
>
>> How can I create a Facebook Share button in django? I would like 
>> something like this:
>> button name my_website
>> When user click the button it would pop up a window with a form
>> When user click the button, it will grab the form information and the 
>> information on the blog, and put it on the database like it would do on a 
>> regular form. 
>> The form will have:
>> username = username
>> password = password
>> note = what ever note the user type
>> blog = the blog where the button was in.
>>
>> Thanks in advance
>>  
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/django-users/-/jR7qlLE-xkUJ.
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
>
> -- 
>
>
> Best regards / Saludos Cordiales
> Gerardo González Cruz
>
> Blog: http://gerardogc2378.blogspot.com/ http://ggcsblog.blogspot.com/
> Web Page: http://ggcspace.heroku.com/
> Skype: gerardo.enlaceit
> oDesk: gerardogc2378
> gerard...@tropo.im 
> @gerardogc2378
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/lZLKozhDWkoJ.
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.



Facebook like button in django

2012-10-11 Thread David Gomez
How can I create a Facebook Share button in django? I would like something 
like this:
button name my_website
When user click the button it would pop up a window with a form
When user click the button, it will grab the form information and the 
information on the blog, and put it on the database like it would do on a 
regular form. 
The form will have:
username = username
password = password
note = what ever note the user type
blog = the blog where the button was in.

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/jR7qlLE-xkUJ.
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.