• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

quick question

J

Justin

Guest
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. :(
 
Yes there is a way to change this.
Find this line of code in index.php
Code:
<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.
 
gamerlv said:
Yes there is a way to change this.
Find this line of code in index.php
Code:
<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.
 
Back
Top