Posts

Showing posts with the label TinyURL

Url Shortener Codes for your site.

Image
here is tinyurl full codes that enables users to shorten their url on your site. preview Enter a long URL to make tiny : copy below codes <form action="http://tinyurl.com/create.php" method="post" target="_blank"><table align="center" cellpadding="5" bgcolor="#E7E7F7"><tr><td><br /> <b>Enter a long URL to make <a href="http://tinyurl.com">tiny</a>:</b><br /><br /> <input type="text" name="url" size="30"><input type="submit" name="submit" value="Make TinyURL!"><br /> </td></tr></table></form>

How to mask / or shorten your web address with tinyurl.com

Image
Are you sick of posting URLs in emails only to have it break when sent causing the recipient to have to cut and paste it back together? Then you've come to the right place. Do you need to shorten your url? 1. it helps to mask your web address while posting for help in developer site. 2. It secures your site from spam ban (your ip is save) chech tinyurl.com now!

How To Add TinyURL to your browser's toolbar

Image
Click and drag the following link to your links toolbar. TinyURL! Once this is on your toolbar, you'll be able to make a TinyURL at the click of a button. By clicking on the toolbar button, a TinyURL will be created for the page you are currently at. This is compatible with most web browsers and platforms as long as your bookmarks or favorites allow javascript. The links toolbar may not be visible in all setups and in most browsers, you can enable it in the View->Toolbars menu of your web browser. You can also put it in your bookmarks instead of the links toolbar. check tiny.com now

How to use tinyurl.com in Redirecting to any page in your site

Image
With TinyURL, you can also make a smaller URL that will work for any page on your site. Let's say that you have a website with the homepage that is at: http://www.my-internet-isp.com/~myusername Entering that URL into TinyURL will create a URL like http://tinyurl.com/3 With this you can then redirect someone to anywhere within your site by appending a slash and the pages filename to it. So if you have a page at http://www.my-internet-isp.com/~myusername/my-links-page.html, you can use the URL http://tinyurl.com/3/my- links-page.html and going to this URL will forward the visitor to the page in your website. check tinyurl.com yourself