• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
Dán code dưới đây vào chỗ nào muốn hiển thị link rút gọn
HTML:
<!--parser:xtscript-->
get url
if not $url
assign $url=http://
endif
get lid
get show_result
print {{
<div class="xt_container" style="max-width:320px;text-align:left;margin:4px auto">
<form id="wqltf" action="<xt:url/>#wqltf" method="post">
<div class="xt_input">
<div class="xt_label" style="display:block">
<label for="url">Nhập địa chỉ</label>
</div>
<input style="max-width:20em"  type="url" id="url" name="url" value="$url" />
<div class="xt_label" style="display:block">
<label for="lid">Tên tuỳ chỉnh</label>
</div>
<input style="max-width:8em"  id="lid" name="lid" value="$lid" />
</div>
<input type="hidden" name="show_result" value="1" />
<div class="xt_submit">
<input class="xt_button" type="submit" value="Rút gọn"/>
</div>
</form>
}}
if $show_result
print {{
<div class="xt_label" style="display:block">
<label>Địa chỉ đã rút gọn</label>
</div>
<iframe class="xt_button" src="http://wq.lt/api?url=$url&lid=$lid&mob=$mob" frameborder="0" scrollling="no" style="background:#bcd;height:3em;max-width:15em;margin:0;padding:0" >
<a class="xt_button" href="http://wq.lt/api?url=$url&lid=$lid&mob=$mob">Xem</a>
</iframe>
}}
endif
print </div>
<!--/parser:xtscript-->
 

Facebook Comments

New posts New threads New resources

Back
Top