does anyone know how to change the URL that my members send to each other?
For example, if a member would send someone else a like to www.google.com, instead of taking the user to www.google.com upon clicking, it would link to a script on my server like www.example.com/out.php?ulr="google.com" or something like that.
Facebook and Twitter I know for sure have this feature, I just took a random example from a friends post:
The user above posted a link to http://www.weather.com/outlook/weather-news/news/articles/new-years-eve-forecast_2011-12-27,
but when you click it, it takes you to facebooks script to the website. The use for this is to administrate any URL that is posted on my website and if the URL is blacklisted or viewed as spam or not appropriated, The user is shown a error page or simply taken to my sites /index.php page.
Thank you for your help! I have already developed a script in html, (but can use any file extension like php,) that will redirect any URL here: http://my-cabinet.webs.com/out/index.html?http://google.com
Just change the path after the ? to go to the site you want.
Thanks Again! I know this is long and complicated.