• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

[Fixed] URL Shortening Error

  • Thread starter Thread starter andrewsayshello
  • Start date Start date
Hi, I just found the error. It seems that tllg.net can't handle with dynamic urls. For instance... if you use TinyUrl:
Code:
http://tinyurl.com/api-create.php?url=http://demo.chevereto.com/?v=weonacwxw.gif
It returns the short url.. But when you use tllg.net you get nothing...
Code:
http://tllg.net/?api=tllgapi&u=http://demo.chevereto.com/?v=weonacwxw.gif

So, how to fix this? Go to index.php and change
Code:
<a href="http://twitter.com/home?status=viendo%20<? echo cortar_url($URLshr); ?>" id="twitter" target="_blank"></a>

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

Regards.
 
Back
Top