umuly.com
Open in
urlscan Pro
2a06:98c1:3121::7
Public Scan
Submitted URL: https://umu.link/SDGBHJLKKJGGFH
Effective URL: https://umuly.com/how-can-we-create-a-redirect-link-with-a-short-link
Submission: On March 15 via api from US — Scanned from DE
Effective URL: https://umuly.com/how-can-we-create-a-redirect-link-with-a-short-link
Submission: On March 15 via api from US — Scanned from DE
Form analysis
4 forms found in the DOM<form id="signin" class="ng-pristine ng-valid">
<p class="ng-binding">Will be shared link: </p>
<div class="form-group">
<label>Your Friends E-mail</label>
<textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="person1@gmail.com; person2@gmail.com" ng-model="urls.shareMail.mails"></textarea>
<p><small>If you want to send the short link to more than one person, add a ";" between the e-mail addresses.</small></p>
</div>
<div class="form-group">
<label>Message</label>
<textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="urls.shareMail.message"></textarea>
</div>
<button class="btn btn-block btn-primary" ng-click="urls.shareMail.send();">Send</button>
</form>
<form class="ng-pristine ng-valid ng-valid-maxlength">
<div class="m-b-xxl">
<div class="form-group">
<label class="control-label">Choose Short URL Type : </label><small class="text-primary pull-right">required</small>
<select class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="d.urlType">
<!-- ngRepeat: ut in UrlTypes --><!-- ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:1">Redirect Url</option><!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:2" selected="selected">Talk Url</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:3">Support Url</option><!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:4">File Url</option><!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlTypes -->
</select>
</div>
<!-- ngIf: d.urlType==1 -->
<!-- ngIf: d.urlType==4 -->
<div class="form-group">
<label class="control-label">Custom Branded Short Link:</label><small class="text-info pull-right">optional</small>
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle ng-binding" data-toggle="dropdown" aria-expanded="false"> http(s)://umu.link <i class="caret"></i>
</button>
<ul class="dropdown-menu" role="menu">
<!-- ngRepeat: dl in domains.list -->
<li class="divider"></li>
<li><a href="#" ng-click="domains.add()"><i class="fa fa-plus"></i> Add Domain</a></li>
</ul>
</div>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="70" ng-model="d.code" placeholder="Key (food,pizza)">
</div>
</div>
</div>
<div ng-show="d.showDetail">
<div class="m-b-xxl">
<div class="form-group">
<label class="control-label">Access Types : </label><small class="text-primary pull-right">required</small>
<select class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="d.urlAccessType">
<!-- ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlAccessTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:1" selected="selected">Everyone</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlAccessTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:2">Only Me</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlAccessTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:3">Specific Members Only</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlAccessTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:4">Members Only</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes --><!-- ngIf: ut.Value!='' -->
<option ng-repeat="ut in UrlAccessTypes" ng-value="ut.Value" ng-if="ut.Value!=''" class="ng-binding ng-scope" value="number:5">Only Those Who Have The Link Can Access</option>
<!-- end ngIf: ut.Value!='' --><!-- end ngRepeat: ut in UrlAccessTypes -->
</select>
</div>
<!-- ngIf: d.urlAccessType==3 -->
</div>
<div class="form-group">
<label class="control-label">Title:</label><small class="text-info pull-right">optional</small>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="150" ng-model="d.title" placeholder="Title">
</div>
<div class="form-group">
<label class="control-label">Description:</label><small class="text-info pull-right">optional</small>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="300" ng-model="d.description" placeholder="Description">
</div>
<div class="form-group">
<label class="control-label">Tags:</label><small class="text-info pull-right">optional</small>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="d.tags" placeholder="Tags (food,pizza)">
</div>
<!-- ngIf: d.urlType==2 || d.urlType==3|| d.urlType==5|| d.urlType==6 -->
<div class="form-group ng-scope" ng-if="d.urlType==2 || d.urlType==3|| d.urlType==5|| d.urlType==6">
<label class="control-label">Content:</label><small class="text-info pull-right">optional</small>
<trix-toolbar id="trix-toolbar-1">
<div class="button_groups">
<span class="button_group text_tools">
<button type="button" class="bold" data-attribute="bold" data-key="b" title="Bold">Bold</button>
<button type="button" class="italic" data-attribute="italic" data-key="i" title="Italic">Italic</button>
<button type="button" class="strike" data-attribute="strike" title="Strikethrough">Strikethrough</button>
<button type="button" class="link" data-attribute="href" data-action="link" data-key="k" title="Link">Link</button>
</span>
<span class="button_group block_tools">
<button type="button" class="quote" data-attribute="quote" title="Quote">Quote</button>
<button type="button" class="code" data-attribute="code" title="Code">Code</button>
<button type="button" class="list bullets" data-attribute="bullet" title="Bullets">Bullets</button>
<button type="button" class="list numbers" data-attribute="number" title="Numbers">Numbers</button>
<button type="button" class="block-level decrease" data-action="decreaseBlockLevel" title="Decrease Level">Decrease Level</button>
<button type="button" class="block-level increase" data-action="increaseBlockLevel" title="Increase Level">Increase Level</button>
</span>
<span class="button_group history_tools">
<button type="button" class="undo" data-action="undo" data-key="z" title="Undo">Undo</button>
<button type="button" class="redo" data-action="redo" data-key="shift+z" title="Redo">Redo</button>
</span>
</div>
<div class="dialogs">
<div class="dialog link_dialog" data-attribute="href" data-dialog="href">
<div class="link_url_fields">
<input type="url" required="" name="href" placeholder="Enter a URL…" disabled="disabled">
<div class="button_group">
<input type="button" value="Link" data-method="setAttribute">
<input type="button" value="Unlink" data-method="removeAttribute">
</div>
</div>
</div>
</div>
</trix-toolbar><trix-editor angular-trix="" ng-model="d.content" class="trix-content ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" contenteditable="" trix-id="1" input="trix-input-1" toolbar="trix-toolbar-1"></trix-editor>
<input type="hidden" id="trix-input-1">
</div><!-- end ngIf: d.urlType==2 || d.urlType==3|| d.urlType==5|| d.urlType==6 -->
<!-- ngIf: d.urlType==2 || d.urlType==3 || d.urlType==6 -->
<div class="form-group ng-scope" ng-if="d.urlType==2 || d.urlType==3 || d.urlType==6">
<label class="control-label">List Image:</label>
<!-- ngIf: d.urlType!=6 --><small class="text-info pull-right ng-scope" ng-if="d.urlType!=6">optional</small><!-- end ngIf: d.urlType!=6 -->
<!-- ngIf: d.urlType==6 -->
<!-- ngIf: d.listImage -->
<div class="input-group">
<input type="file" id="listImageFile" class="form-control" placeholder="Attachment" onchange="document.getElementById('listImageUpload').click()">
<div class="input-group-btn">
<button id="listImageUpload" class="btn btn-default" ng-click="urls.listImageUpload(d)"><i class="fa fa-upload"></i> <!-- ngIf: urls.isLoading; --> Upload</button>
</div>
</div>
</div><!-- end ngIf: d.urlType==2 || d.urlType==3 || d.urlType==6 -->
<div class="form-group">
<div class="checker"><span><input type="checkbox" class="form-check ng-pristine ng-untouched ng-valid ng-empty" ng-model="d.showAd"></span></div> <label class="control-label">Show Ads </label><small
class="text-primary pull-right">optional</small>
</div>
</div>
<a class="btn btn-block btn-link m-b-lg ng-binding" style="text-decoration:underline;" ng-click="d.showDetail=!d.showDetail">Hide Options</a>
</form>
<form class="ng-pristine ng-valid ng-valid-email">
<!-- ngIf: account.formType==2; -->
<!-- ngIf: ['1','2','3','5'].indexOf(account.formType+'')>-1; -->
<div class="form-group ng-scope" ng-if="['1','2','3','5'].indexOf(account.formType+'')>-1;">
<label for="exampleInputEmail1">Email address</label><small class="text-primary pull-right">required</small>
<input type="email" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-email" ng-model="account.form.email" autocomplete="nope">
</div><!-- end ngIf: ['1','2','3','5'].indexOf(account.formType+'')>-1; -->
<!-- ngIf: account.formType==4; -->
<!-- ngIf: ['1','2','4'].indexOf(account.formType+'')>-1; -->
<div class="form-group ng-scope" ng-if="['1','2','4'].indexOf(account.formType+'')>-1;">
<label>Password</label>
<small class="text-primary pull-right">required</small>
<input type="password" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="account.form.password" autocomplete="new-password">
</div><!-- end ngIf: ['1','2','4'].indexOf(account.formType+'')>-1; -->
<button class="btn btn-block btn-primary" ng-click="account.check(account)">
<!-- ngIf: account.isLoading; -->
<!-- ngIf: account.formType==1; --><span ng-if="account.formType==1;" class="ng-scope">Login</span><!-- end ngIf: account.formType==1; -->
<!-- ngIf: account.formType==2; -->
<!-- ngIf: ['3','5'].indexOf(account.formType+'')>-1; -->
<!-- ngIf: ['4'].indexOf(account.formType+'')>-1; -->
</button>
</form>
GET #
<form action="#" method="GET" class="ng-pristine ng-valid">
<div class="input-group">
<input type="text" name="search" class="form-control search-input" placeholder="Type something...">
<span class="input-group-btn">
<button class="btn btn-default" id="close-search" type="button"><i class="icon-close"></i></button>
</span>
</div>
</form>
Text Content
× ANALYTICS Close × E-MAIL SHARE Will be shared link: Your Friends E-mail If you want to send the short link to more than one person, add a ";" between the e-mail addresses. Message Send × CREATE/UPDATE SHORT URL Choose Short URL Type : required Redirect UrlTalk UrlSupport UrlFile Url Custom Branded Short Link:optional http(s)://umu.link * * Add Domain Access Types : required EveryoneOnly MeSpecific Members OnlyMembers OnlyOnly Those Who Have The Link Can Access Title:optional Description:optional Tags:optional Content:optional Bold Italic Strikethrough Link Quote Code Bullets Numbers Decrease Level Increase Level Undo Redo List Image: optional Upload Show Ads optional Hide Options Attention: If you have not selected a domain from the domain list, the free domain will be used by default. - If you do not have a custom domain definition, you must first create a domain with add domain. To create a custom domain, you must be a free and premium account user. If you are not a premium user, please check out the pricing page. Close Save × SIGN IN TO YOUR ACCOUNT Email addressrequired Password required Login or Sign Up Forgot password? U. Talk * Filters * * New first * Old first * Less talked about * More talked about * * https://t24.com.tr/video/8-mart-oncesi-kadinlar-kadikoy-de-bulustu-deg * http://buildwork.club/-oqj * http://buildwork.club/ * par * https://whos.amung.us/stats/readers/teamfreekito * elzclk * eclk.com * https://www.haberler.com/afyonkarahisar-dan-3-kitada-20-ulkeye-tarim-1 * https://www.youtube.com/watch?v=99O7w3fBkzs-0dv * love * ... 1-28 * * Sign In * Sign Up * * FAQ * Feedback U. Talk * * * Create Talk * Sign In * Sign Up * 16 Share * Copy Link * Facebook * Twitter * VK * Whatsapp * Send Mail Umuly Software How can we create a redirect link with a short link? 5/29/2020 8:51:34 AM Hello, I will try to tell you how to create the redirect link in the Umuly application. First of all, let's write umuly.com in the address bar in our internet browser. As you can see, the main page of our application has been opened. To be able to take action in Umuly, we must first have logged in. We can become a member with Sign Up in the upper right corner of the home page. If there is an existing membership, let's log in using Sign In. To create a redirect link, click on the My Short Url menu on the left menu. Your links will be on this page. Let's click the Create Short Url button on the screen. Redirect Url is selected on the Choose Short Url Type tab in the screen that opens. We add the link we want to redirect to the Long Url Or Redirect Url field. For example, let's create a short link for the website https://www.w3schools.com/. In the left field, we should choose the protocol according to the SSL certificate status of our site. If your website has SSL certificate, https: // if not, http: // protocol will select. In our example, we choose https: // as the protocol, since the site address starts with https: //. Having https: // means that our site is protected by a security certificate. Custom Branded Short Link is the field that we will use to create a special link for you or your brand. There are details depending on the link content with the show option. We have multiple options in the Access Type field. These options are; Everyone, only me, specific members only, members only and only those who have the link can access. Everyone says that everyone can access the links we create. Only Me, only the person can access the created link. Specific Members Only, created links to specific people can Access. E-mail needs to be written in the field you see. Access will be provided for the e-mails entered. Members Only, people registered in our Umuly application can access the created links. Only Those Who Have The Link Can Access will have access to the have link. From the Option properties, the Title field is the section where we will write the title of the link we created. We can write the details about the link we created in the Description field. Finally, words related to the link created in the tag field can be written. After filling the required sections, we save the link we created by clicking the Save button below. We can access the directed link (w3schools) from the My Short Url menu. In order to make Umuly work with our system integrated, we need to use the documantation menu on the left in our Umuly app. When we click on the documentation menu, Import Api Via Postman is clicked from the subheads. On the opened page, click on the Web Postman button in the top menus. When we look at the Postman page, there are codes that you can integrate into your system with Create Short Url, which is one of the sub-headers of the URL menu, and Multiple Create Short Urls. The difference between Create short Url and Multiple Create Short Url; Create short Url: Used to convert a single link into a short link in a request. Create Multiple Short URLs: Used to convert multiple links into short links in one request. When we click Multiple Create Short Url, integrated codes are seen. You can select the software language in your system by clicking on the Language menu in the top menus. Watch the video: https://youtu.be/uiYjcspSvdc Message (0) YOU MUST SIGN IN TO SEND A MESSAGE Sign In Sign Up Use editor Umuly Talk Short URL Beta Feedback i ads 2