{"id":5,"date":"2026-05-29T05:52:11","date_gmt":"2026-05-29T05:52:11","guid":{"rendered":"https:\/\/senxn.live\/?page_id=5"},"modified":"2026-05-29T05:55:28","modified_gmt":"2026-05-29T05:55:28","slug":"5-2","status":"publish","type":"page","link":"https:\/\/senxn.live\/?page_id=5","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Short URL &#8211; Free Link Shortener<\/title>\n\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    body {\n      background: #f7f7f7;\n      color: #333;\n      line-height: 1.6;\n    }\n\n    .container {\n      width: 100%;\n      max-width: 760px;\n      margin: 0 auto;\n      padding: 25px 15px;\n    }\n\n    .logo {\n      text-align: center;\n      margin-bottom: 18px;\n    }\n\n    .logo h1 {\n      font-size: 42px;\n      color: #1687d9;\n      font-weight: 800;\n      letter-spacing: -1px;\n    }\n\n    .logo span {\n      font-size: 13px;\n      color: #555;\n      font-weight: 600;\n    }\n\n    .box {\n      background: #fff;\n      border-radius: 6px;\n      padding: 28px 25px;\n      box-shadow: 0 2px 10px rgba(0,0,0,0.08);\n      margin-bottom: 18px;\n      border: 1px solid #e6e6e6;\n    }\n\n    .main-title {\n      text-align: center;\n      font-size: 30px;\n      color: #444;\n      margin-bottom: 22px;\n      font-weight: 800;\n    }\n\n    .short-form {\n      display: flex;\n      width: 100%;\n      max-width: 560px;\n      margin: 0 auto 15px auto;\n      border: 1px solid #cfcfcf;\n      border-radius: 2px;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .short-form input {\n      flex: 1;\n      padding: 14px 15px;\n      border: none;\n      outline: none;\n      font-size: 15px;\n      color: #333;\n    }\n\n    .short-form button {\n      background: #1687d9;\n      color: #fff;\n      border: none;\n      padding: 0 22px;\n      font-size: 15px;\n      font-weight: 700;\n      cursor: pointer;\n      transition: 0.2s;\n      white-space: nowrap;\n    }\n\n    .short-form button:hover {\n      background: #0f72ba;\n    }\n\n    .intro-text {\n      text-align: center;\n      font-size: 15px;\n      color: #555;\n      max-width: 570px;\n      margin: 0 auto;\n    }\n\n    .result-box {\n      display: none;\n      margin: 18px auto 0 auto;\n      max-width: 560px;\n      background: #f1f9ff;\n      border: 1px solid #b7ddf7;\n      padding: 14px;\n      border-radius: 4px;\n      text-align: center;\n    }\n\n    .result-box p {\n      font-size: 14px;\n      margin-bottom: 8px;\n      color: #333;\n    }\n\n    .result-link {\n      display: inline-block;\n      color: #1687d9;\n      font-size: 16px;\n      font-weight: 700;\n      word-break: break-all;\n      text-decoration: none;\n    }\n\n    .copy-btn {\n      margin-top: 10px;\n      background: #222;\n      color: #fff;\n      border: none;\n      padding: 9px 18px;\n      border-radius: 3px;\n      cursor: pointer;\n      font-weight: 700;\n    }\n\n    .ad-box {\n      background: #fff;\n      border: 2px solid #444;\n      border-radius: 6px;\n      padding: 12px;\n      margin-bottom: 18px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 10px;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n    }\n\n    .ad-left {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .ad-icon {\n      width: 34px;\n      height: 34px;\n      background: #2878ff;\n      color: #fff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 7px;\n      font-weight: 800;\n      font-size: 18px;\n    }\n\n    .ad-left strong {\n      color: #1b65c9;\n      font-size: 20px;\n    }\n\n    .ad-left small {\n      display: block;\n      color: #555;\n      font-size: 12px;\n    }\n\n    .ad-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      justify-content: center;\n    }\n\n    .ad-tags span {\n      background: #f3f7ff;\n      border: 1px solid #d6e3ff;\n      border-radius: 16px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #333;\n      white-space: nowrap;\n    }\n\n    .ad-search {\n      display: flex;\n      border: 1px solid #ddd;\n      border-radius: 3px;\n      overflow: hidden;\n      min-width: 170px;\n    }\n\n    .ad-search input {\n      border: none;\n      padding: 8px;\n      width: 110px;\n      outline: none;\n      font-size: 12px;\n    }\n\n    .ad-search button {\n      border: none;\n      background: #2878ff;\n      color: #fff;\n      padding: 8px 10px;\n      font-size: 12px;\n      font-weight: 700;\n      cursor: pointer;\n    }\n\n    .premium {\n      text-align: center;\n    }\n\n    .premium h2 {\n      font-size: 24px;\n      color: #444;\n      margin-bottom: 12px;\n    }\n\n    .premium p {\n      font-size: 15px;\n      max-width: 580px;\n      margin: 0 auto 20px auto;\n      color: #555;\n    }\n\n    .premium button {\n      background: #1687d9;\n      color: #fff;\n      border: none;\n      padding: 14px 35px;\n      border-radius: 2px;\n      font-weight: 800;\n      cursor: pointer;\n      font-size: 15px;\n    }\n\n    .content {\n      padding: 0 10px;\n    }\n\n    .content h2 {\n      font-size: 24px;\n      color: #444;\n      margin: 22px 0 8px 0;\n      font-weight: 800;\n    }\n\n    .content p {\n      font-size: 15px;\n      color: #444;\n      margin-bottom: 10px;\n    }\n\n    .content a {\n      color: #1687d9;\n      text-decoration: none;\n      font-weight: 600;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 35px 25px;\n      margin-top: 35px;\n      text-align: center;\n    }\n\n    .feature {\n      padding: 10px;\n    }\n\n    .feature-icon {\n      width: 45px;\n      height: 45px;\n      border: 2px solid #777;\n      border-radius: 8px;\n      margin: 0 auto 8px auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 23px;\n      color: #555;\n      background: #fff;\n    }\n\n    .feature h3 {\n      font-size: 17px;\n      color: #444;\n      margin-bottom: 5px;\n    }\n\n    .feature p {\n      font-size: 14px;\n      color: #555;\n    }\n\n    .footer {\n      text-align: center;\n      color: #777;\n      font-size: 13px;\n      padding: 25px 0 5px 0;\n    }\n\n    @media (max-width: 768px) {\n      .container {\n        padding: 18px 12px;\n      }\n\n      .logo h1 {\n        font-size: 34px;\n      }\n\n      .main-title {\n        font-size: 24px;\n      }\n\n      .short-form {\n        flex-direction: column;\n      }\n\n      .short-form input {\n        width: 100%;\n      }\n\n      .short-form button {\n        padding: 13px;\n        width: 100%;\n      }\n\n      .ad-box {\n        flex-direction: column;\n        align-items: stretch;\n        text-align: center;\n      }\n\n      .ad-left {\n        justify-content: center;\n      }\n\n      .ad-search {\n        width: 100%;\n      }\n\n      .ad-search input {\n        width: 100%;\n      }\n\n      .features {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px 10px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .features {\n        grid-template-columns: 1fr;\n      }\n\n      .box {\n        padding: 22px 15px;\n      }\n\n      .content h2 {\n        font-size: 21px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <div class=\"container\">\n\n    <div class=\"logo\">\n      <h1>Short URL<\/h1>\n      <span>by YourBrand<\/span>\n    <\/div>\n\n    <div class=\"box\">\n      <h2 class=\"main-title\">Paste the URL to be shortened<\/h2>\n\n      <div class=\"short-form\">\n        <input type=\"url\" id=\"longUrl\" placeholder=\"Enter the link here\">\n        <button onclick=\"shortenUrl()\">Shorten URL<\/button>\n      <\/div>\n\n      <p class=\"intro-text\">\n        ShortURL is a free tool to shorten URLs and generate short links.\n        URL shortener allows to create a shortened link making it easy to share.\n      <\/p>\n\n      <div class=\"result-box\" id=\"resultBox\">\n        <p>Your shortened URL is ready:<\/p>\n        <a href=\"#\" target=\"_blank\" class=\"result-link\" id=\"resultLink\"><\/a>\n        <br>\n        <button class=\"copy-btn\" onclick=\"copyLink()\">Copy Link<\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"ad-box\">\n      <div class=\"ad-left\">\n        <div class=\"ad-icon\">N<\/div>\n        <div>\n          <strong>NameSilo<\/strong>\n          <small>Domains \u2022 Hosting \u2022 Email<\/small>\n        <\/div>\n      <\/div>\n\n      <div class=\"ad-tags\">\n        <span>Free domain forwarding<\/span>\n        <span>Free WHOIS privacy<\/span>\n        <span>Low everyday pricing<\/span>\n      <\/div>\n\n      <div class=\"ad-search\">\n        <input type=\"text\" placeholder=\"Search a domain\">\n        <button>Search<\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"box premium\">\n      <h2>Want More? Try Premium Features!<\/h2>\n      <p>\n        Custom short links, powerful dashboard, detailed analytics, API,\n        UTM builder, QR codes, browser extension, app integrations and support.\n        Start free.\n      <\/p>\n      <button>Create Account<\/button>\n    <\/div>\n\n    <div class=\"content\">\n      <h2>Simple and fast URL shortener!<\/h2>\n      <p>\n        ShortURL allows to shorten long links from\n        <a href=\"#\">Instagram<\/a>, <a href=\"#\">Facebook<\/a>,\n        <a href=\"#\">YouTube<\/a>, <a href=\"#\">Twitter<\/a>,\n        <a href=\"#\">LinkedIn<\/a>, <a href=\"#\">WhatsApp<\/a>,\n        <a href=\"#\">TikTok<\/a>, blogs and any domain name.\n        Just paste the long URL and click the Shorten URL button.\n      <\/p>\n      <p>\n        On the next page, copy the shortened URL and share it on sites,\n        chat and emails. After shortening the URL, check how many clicks it received.\n      <\/p>\n\n      <h2>Shorten, share and track<\/h2>\n      <p>\n        Your shortened URLs can be used in publications, documents,\n        advertisements, blogs, forums, instant messages, and other locations.\n        Track statistics for your business and projects by monitoring the\n        number of hits from your URL with our click counter.\n      <\/p>\n\n      <h2>Premium Domain Brokerage at Saw.com<\/h2>\n      <p>\n        We love using short links for our marketing. It is free and reliable.\n        What could be better!\n      <\/p>\n    <\/div>\n\n    <div class=\"features\">\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\ud83d\udc4d<\/div>\n        <h3>Easy<\/h3>\n        <p>ShortURL is easy and fast. Enter the long link to get your shortened link.<\/p>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\ud83d\udd17<\/div>\n        <h3>Shortened<\/h3>\n        <p>Use any link, no matter what size. ShortURL always shortens.<\/p>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\ud83d\udee1\ufe0f<\/div>\n        <h3>Secure<\/h3>\n        <p>It is fast and secure. Our service has HTTPS protocol and data encryption.<\/p>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\ud83d\udcca<\/div>\n        <h3>Statistics<\/h3>\n        <p>Check the number of clicks that your shortened URL received.<\/p>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\u270b<\/div>\n        <h3>Reliable<\/h3>\n        <p>All links that try to disseminate spam, viruses and malware are deleted.<\/p>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"feature-icon\">\ud83d\udcbb<\/div>\n        <h3>Devices<\/h3>\n        <p>Compatible with smartphones, tablets and desktop devices.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"footer\">\n      \u00a9 2026 Short URL. All rights reserved.\n    <\/div>\n\n  <\/div>\n\n  <script>\n    function shortenUrl() {\n      const input = document.getElementById(\"longUrl\");\n      const resultBox = document.getElementById(\"resultBox\");\n      const resultLink = document.getElementById(\"resultLink\");\n\n      const longUrl = input.value.trim();\n\n      if (longUrl === \"\") {\n        alert(\"Please enter a URL first.\");\n        return;\n      }\n\n      if (!longUrl.startsWith(\"http:\/\/\") && !longUrl.startsWith(\"https:\/\/\")) {\n        alert(\"Please enter a valid URL starting with http:\/\/ or https:\/\/\");\n        return;\n      }\n\n      const randomCode = Math.random().toString(36).substring(2, 8);\n      const shortUrl = window.location.origin + \"\/\" + randomCode;\n\n      resultLink.href = longUrl;\n      resultLink.textContent = shortUrl;\n      resultBox.style.display = \"block\";\n    }\n\n    function copyLink() {\n      const resultLink = document.getElementById(\"resultLink\").textContent;\n\n      navigator.clipboard.writeText(resultLink).then(function() {\n        alert(\"Short link copied!\");\n      });\n    }\n  <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Short URL &#8211; Free Link Shortener Short URL by YourBrand Paste the URL to be shortened Shorten URL ShortURL is a free tool to shorten URLs and generate short links. URL shortener allows to create a shortened link making it easy to share. Your shortened URL is ready: Copy Link N NameSilo Domains \u2022 Hosting &#8230; <a title=\"\" class=\"read-more\" href=\"https:\/\/senxn.live\/?page_id=5\" aria-label=\"Read more about \">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/senxn.live\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5"}],"version-history":[{"count":3,"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/senxn.live\/index.php?rest_route=\/wp\/v2\/pages\/5\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/senxn.live\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}