Topic: quick question

Just a quick question. When I use the function to post the link of the image to twitter - it always has "viendo" infront of the link. Is there any way I can change this? Ive looked but just can't work it out.   sad

Thumbs up

Re: quick question

Yes there is a way to change this.
Find this line of code in index.php

<a href="http://twitter.com/home?status=viendo%20<? echo cortar_url($URLshr); ?>" id="twitter" target="_blank"></a>

I think you can find your way from here. If there's anything other, just post back.
Quick note: all spaces need to be translated to %20.

Thumbs up

Re: quick question

gamerlv wrote:

Yes there is a way to change this.
Find this line of code in index.php

<a href="http://twitter.com/home?status=viendo%20<? echo cortar_url($URLshr); ?>" id="twitter" target="_blank"></a>

I think you can find your way from here. If there's anything other, just post back.
Quick note: all spaces need to be translated to %20.

Thank you Gamerlv That worked a Treat. Thank you for replying to quickly. This was bugging me like mad. So glad It's sorted now.

Thanks Again.

Thumbs up

Re: quick question

thanks

Last edited by yentb (2010-12-05 01:20:24)

Thumbs up