Sorry for the lack of information. I did the share button with Javascript 
API.

    google.load('orkut.share', '1');
    google.setOnLoadCallback(function() {
      new google.orkut.share.Button({
        lang: 'pt_BR',
        style: google.orkut.share.Button.STYLE_REGULAR,
        title: "piche me",
        summary: 'Acabei de deixar a minha marca no piche me',
        thumbnail: "http://piche.me/images/spray_off.png";
      }).draw('orkut-button');
    }, true);

I already tried the version without the true value.

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

Reply via email to