How to change the link of a BITLY link [closed]

别来无恙 提交于 2019-12-24 00:29:32

问题


I 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!


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/4339200/how-to-change-the-link-of-a-bitly-link

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!