Hi Jason,
I tried this
I am getting only image but not the text , kindly let me know the
solution
Thanks
Sharath
On Jun 24, 2:23 am, Jason <
apija...@google.com> wrote:
> Sharath: It looks like you're the only one who isn't seeing both theimageand text. Even so, try using two anchors instead of one and see
> if this works for you:
>
> var bodyMarkup = '<a href="/AppInfo.aspx"><img src="http://
>
hosting.gmodules.com/ig/gadgets/file/default.jpg"/></a>' + '<a href="/
> AppInfo.aspx">TEXT HERE</a>';
> activity_params[opensocial.Activity.Field.BODY] = bodyMarkup;
>
> - Jason
>
> On Jun 20, 7:32 am, Pedro Teixeira <
pedr...@gmail.com> wrote:
>
> > Does any one know if param STREAM_FAVICON_URL is supported in orkut?
>
> > []'s
> > Pedro
>
> > On Jun 20, 1:32 am, sharath <
sharath2...@gmail.com> wrote:
>
> > > Hi Rohit,
>
> > > Any solution avbl yet for theimageand not text appearing
> > > > > I am getting onlyimagebut not text.
> > > > > Better show me the syntax to use it as two separate tags.
>
> > > > > Thanks
> > > > > Sharath
>
> > > > > On Jun 18, 5:57 am, Jason <
apija...@google.com> wrote:
>
> > > > > > Hi Sharath. I'm seeing both theimageand text in Firefox 2.0.0.14 on
> > > > > > Mac OS X. Please provide your platform details (browser and OS) and a
> > > > > > screenshot, and I'll look into this further. Alternatively, you could
> > > > > > try using two anchor tags, one with theimageand the other with the
> > > > > > text to see if this fixes the issue.
>
> > > > > > As an aside, HTML attributes should always be in double quotes. This
> > > > > > probably isn't causing your problem, but it could cause problems
> > > > > > later:
>
> > > > > > activity_params[opensocial.Activity.Field.BODY] = '<a href="/
> > > > > > AppInfo.aspx"><img src="
http://hosting.gmodules.com/ig/gadgets/file/
> > > > > > default.jpg"/>TEXT HERE</a>';
>
> > > > > > - Jason
>
> > > > > > On Jun 16, 3:59 am, sharath <
sharath2...@gmail.com> wrote:
>
> > > > > > > hello,
>
> > > > > > > I have got the below code line for the body of anactivitystream.
> > > > > > > Only theimageis getting displayed but not the corresponding text.