ashcsi ashcsi
unread,Jun 7, 2011, 4:42:32 AM6/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opensoci...@googlegroups.com
Hello All,
How do we use images in the newActivity method. I am using the following code:
var activity_body = '<table cellspacing="1" cellpadding="1"><tbody><tr><td><img src="XXXXXXXXX"></td></tr></tbody></table>';
params[opensocial.Activity.Field.BODY] = activity_body;
var activity = opensocial.newActivity(params)
opensocial.requestCreateActivity(activity, opensocial.requestCreateActivity(activity, "HIGH", cb));
But the images are not getting displayed. Do we need to include something more?
thanks
ashcsi1322