|
set page to (requires cookies): bright • deutsch
What's unfake.it?
Preview
•
API
•
WordPress plugin
•
Facebook integration
•
Bookmarklet
Colors
•
Language
•
Commercials
What does unfake.it?
unfake.it stores URLs which have been provided by users and fakes
them to new URLs. Fake-URLs are intended to be very short and not to hide
the original web address, since they will be displayed in the browsers
address field after clicking the fake-URL.
For example a long URL like...
http://maps.google.com/?ie=UTF8&ll=40.689185,-74.044375&spn=0.003254,0.005794&t=h&z=18
... will be faked to...
http://unfake.it/luK
... which may be posted in e-mails, guestbooks, cell phone short messages or in any other way.
Redirects are done by a 301 HTTP status code, which tells the browser, the
requested document will permanently be at another location.
You may enter and fake as many URLs as you wish, there's no limit in quantity
or even lenght of the original web address.
Neither original web address nor fake URLs are published in any way, as long
as you don't.
Previews
Previews are totally magic! You may get a preview of each faked URL by
adding an * (an asterisk) at the end of your faked URL.
Just like: http://unfake.it/Qql*
unfake.it API
If you run an application (no matter of what kind), you may want to use
unfake.it to shorten/fake URLs directly within your software.
Our API makes it possible!
You just have to call unfake.it like this:
http://unfake.it/?a=api&url=<YOUR_URL>
You will receive no annoying text, you'll just get your desired fake URL
as answer.
This is an example how to call the unfake.it-API with PHP:
$api_handle = fopen ("http://unfake.it/?a=api&url=<YOUR_URL>", "r");
$api_response = fread ($api_handle, 8192);
fclose ($api_handle);
echo $api_response;
WordPress plugin (filter) for Twitter Tools
This tool is proud to be an official WordPress plugin and contained in the
Plugin Directory of WordPress!
Imagine, you're using a blog based on WordPress and also a Twitter account.
Imagine furthermore, you use the famous WordPress plugin Twitter Tools by
Alex King (http://alexking.org/),
which notifies Twitter about your new WordPress posts.
Twitter Tools sends the URL of your new posting to Twitter, where it will be
shortened using another URL shortener, because it's way too long.
The following plugin uses Twitter Tools and it's filter implementation
to shorten URLs. URLs will be shortened/faked, using unfake.it's API
before notifying Twitter. You need the Twitter Tools plugin version 1.6
(or above) to make this plugin work since it uses filter functions, which
depend on Twitter Tools. Without Twitter Tools, nothing will happen.
This is, how it goes:
- download the plugin here or from the official WordPress Plugin Directory
- expand the archive into your wp-content/plugins/ directory.
- create a folder named url-shortener-for-twitter-tools (should have happend automatically by unzipping the archive) in your wp-contents/plugins/ directory.
- put the tt_unfake_it.php file into the wp-content/plugins/url-shortener-for-twitter-tools/ directory (should have happend automatically by unzipping the archive).
- go to the Plugins page in your WordPress Administration area and click 'Activate' for 'unfake.it URL shortener for Twitter Tools'.
- use WordPress as usual
Of course, you have to check "Notify Twitter about this post?"
at the bottom of the editing page when writing a new post!
That's it!
Facebook integration
unfake.it come with an awesome Facebook integration.
Immediately after shortening an URL, you will be able to add the shortened URL
to your Facebook profile and even post it to your friends' new feed automatically.
Right after clicking the link, a popup takes you to Facebook were you'll get asked
(only the very first time you access it) to trust the
Facebook application.
After that, the newly shortened URL will be added to the database and the
thumbnailed screenshot with the TITLE tag of the destination site will be
posted to your profile and your friends' news feeds after sharing the post.
Awesome!
Bookmarklet
You may also save the link "fake with unfake.it" as bookmark.
Just do a right-click, save it as a bookmark and you will be able to
fake every website you're currently viewing just by hitting this bookmark!
Colors
As some users reported, they would not like the dark style of the
unfake.it website, you may now choose between a dark and
a bright style.
Your preference will be set as a cookie, so you do have to allow
cookies from unfake.it. As long as you did not set any
preference, the dark style will be default.
Language
Besides the possibility to choose between a dark and a bright style,
you may also set the site's language. unfake.it is currently
available in English and German.
Your preference will be set as a cookie, so you do have to allow
cookies from unfake.it. As long as you did not set any
preference, English will be the default language.
Commercials
unfake.it will never show commercials when or after clicking
a faked URL.
Home •
Stats •
Tech •
© by Thomas Gericke •
Disclaimer
|