How to change the link of a BITLY link [closed]
This question does not appear to be about programm开发者_运维技巧ing within the scope defined in the help center.
Closed 7 years ago.
Improve this questionI would like to create a bit.ly link with a temporary link in it. Once my client has sent me the final link, all I want to be able to do is go into Bit.ly and change the link there.
Reason I say this is because I have to send off Outlook templates NOW to the client and they needs to have the links in the template. Since they have no idea on how to change the link themselves, I would like to be able to just change the Bit.ly link once they send me the final link that the Bit.ly link needs to point to.
Does Bit.ly do this or is there something similar that can?
Seems they don't from this post: http://bit.ly/pages/help#i_1_1
So now I need another solution please?
Thanks!
Is the link pointing to something you are hosting/controlling? You could point it to a page which does nothing more than redirect. Then when you need the link to go somewhere else, you just change the redirect on the page you control. From the user's perspective there would be no difference.
Well since you are a programmer, you can easily create a linking service yourself.
Just create a page, that spits out a 301 header. When you want it to change edit the code. Get fancy by putting it all in a database with a nice UI. Really it isn't that hard.
精彩评论