Welcome To Snipplr


Everyone's Recent Snippets Tagged url



1 ... 5 6 7 8 9
this is how to automatically get short urls for your blog posts in wordpress, What you need is to decide which tinyurl service you will be using and get its api URL, for example rinyurl.com , bit,ly, tr.im, here are the api URLS for the mo...
0 1469 posted 16 years ago by nerdsane
1 917 posted 16 years ago by lzyy
1 1038 posted 16 years ago by fackz
TextExpander is a great Mac tool that expands special abbreviations typed anywhere in the OS into useful snippets of text. One of the AppleScript snippets included shortens a URL in the clipboard using the bit.ly URL-shortening service. You copy the...
2 4269 posted 16 years ago by Todd
Affects <A> tags for links starting with $link Example: LinkReplacer ($text, 'http://www.snipplr.com') affects to <a href="http://www.snipplr.com">Snipplr</a> and <a href="http://www.snipplr.com/blog">Snipplr Blog</a>
0 1291 posted 16 years ago by kossmoss
Will return a string that has any matched URLs wrapped in `<a>` tags. Example: `"This is a link to http://foobar.com . Please visit !"` Becomes: `"This is a link to <a href='http://foobar.com'>http://foobar.com</a> . Please visit!"` Note: Op...
2 5685 posted 16 years ago by jasonseney
Here is a small function [[lobo235](http://www.netlobo.com/javascript_tooltips.html "Javascript Tool-tips")] wrote that will parse the window.location.href value and return the value for the parameter you specify. It does this using javascript's buil...
1 3122 posted 16 years ago by nelsnelson
2 1035 posted 16 years ago by blubadger
Founds this via http://www.flashcomguru.com/index.cfm/2009/2/17/regexp-validate-url
1 1509 posted 16 years ago by allnatural
Alternative to [http://snipplr.com/view/12616/strip-url-to-its-domain-name/](http://snipplr.com/view/12616/strip-url-to-its-domain-name/, "this snippet"), as it didn't come out clearly in the comments. Update - Edited based on gdvickery's commen...
3 1780 posted 16 years ago by duniyadnd
I just want a simple link, but it takes 8 lines of code?! I like control but they could have made a shortcut of some sort for buttons.
1 1134 posted 16 years ago by ddegner
It's not the prettiest piece of code but it works for now
2 1440 posted 16 years ago by ddegner
1 1193 posted 16 years ago by iTony
This is a script that can parse a URL string, and return all components in a systematic way via an object. This script is very useful in places where you want to link to a page "dynamically" generated by javascript. This is usually done by adding GE...
2 1459 posted 16 years ago by jrharshath
Is.Gd is a URL-shortening service much like TinyURL. Using PHP’s cURL library, you can create shortened URLs on the fly with ease. “is.gd” is much shorter than “tinyurl.com” so if you need the URL to be as short as possible, use this method...
0 1329 posted 16 years ago by nerdsane
21 5845 posted 16 years ago by garside
0 1163 posted 16 years ago by leonbda
0 1416 posted 16 years ago by leonbda
canonical redirect at .htaccess
0 2365 posted 16 years ago by kossmoss
Well, not the best one...
1 1271 posted 16 years ago by Sn0opy
3 1680 posted 16 years ago by the_coder
Split and manipulate URLs easily with this module. It has similar interface to Python's urlparse library. This is patched and modified version from Denis's orignal implementation.
1 1529 posted 16 years ago by miohtama
Gets filename from current URL
1 1291 posted 16 years ago by sarfraznawaz2005
Function replaces all non-alpha-numeric chars and cleans up a text string. Should output a usable URL for almost all text.
1 1420 posted 16 years ago by DaveChild
1 2494 posted 17 years ago by Bonky
1 1503 posted 17 years ago by wizard04
1 ... 5 6 7 8 9