Dear all,

I m using open social to develop an application in orkut.the content
inside the " post updates to friends " popup is going out of the popup
width.so some text s bieing shown as cut.
The code i am using is


        var sTitle = personname + " just took the Meter Test and " +
personGender + " result was " + iScore + "%"
        sTitle += " This is sample test present in the popup box when
some one  ans thi ssdfdsfd sfds fdsfsf sf ds fsdfsd sdfdsfds fsdfds
fsdsd sd .  " + personname + " got his Dove Damage Meter Test
result.find out yours today!"
        var body = "<table cellpadding='0' cellspacing='0'
class='tblpost'><tr><td><br><img src='http://www.myserver.com/mysite/
images/thumbnail.jpg' height='56px;' ></td><td>"+sTitle+"</td></tr></
table>";
        var params = {};
;
        params[opensocial.Activity.Field.TITLE] = " ";
        params[opensocial.Activity.Field.BODY] = body;
        params[opensocial.Activity.Field.TITLE_ID] = "TestActivity";
        var activity = opensocial.newActivity(params);
        opensocial.requestCreateActivity(activity,
opensocial.CreateActivityPriority.HIGH, onMyPostMessage);



How can i get rid of this ? Please advice

--

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


Reply via email to