Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

anasrar/NihLink-Safelink-Template-Blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NihLink Safelink Template Blogger

GitHub release GitHub

πŸ” Simple Safelink Template Blogger

[ DEMO ] [ RULES ] [ CHANGELOG ]

DEMO

THIS PROJECT IS DISCONTINUED

Because Someone Don't Respect The RULES

Feature

  • Encrypt URL
  • Unlock With Password
  • Sticky Ads
  • Timer Countdown

How To Make Safelink Page / Article

On HTML Mode

Just insert <div id='output'></div>

Or You Can Set The ID On Setting Section

πŸ“Œ Example

<p>Eum ab autem quia impedit facere. Molestias nemo facere quo. Tenetur ea occaecati. Iusto minus repudiandae qui et dolore. At aut enim dicta aut mollitia beatae. Ipsam qui quia qui ut vel error animi.</p>
<div id='output'></div>
<p>Eius cumque magnam nisi nulla itaque consequatur doloremque sit. Enim voluptas tempore harum aliquid explicabo ut adipisci corrupti. Dolorem aut optio ab porro dolores. Ipsa repellendus commodi. Dolorem voluptatem quasi dolorem voluptas dignissimos aut. Aut cumque voluptate atque excepturi unde est ea quis dolores.</p>

βš™ Setting

Layout > page-setting > setting

πŸ“Œ Value

url: "", //blog url, if it is empty it will automatically use the blog url (don't add a slash at the end of the url)
page: "p/page.html", // url safelink page / safelink article
output: "#output", // place the output link, use the id attribute
fixednavbar: true, // please change to true / false if you want the Navbar to float
countdown: true, // please change to true / false if you want safelink page with countdown
timedown: 10, // countdown start
lang: {
  urlempty: "URL can not be empty",
  convertsuccess: "Convert URL success, copy url on box below",
  validtext: "HTTP, HTTPS, or WWW",
  gourltext: "Click here to go",
  nourl: "No URl here",
  errorconvert: "URL can not to convert",
  emptypass: "Password can not be empty",
  wrongpass: "Password is incorrect",
  countdowntext: "Please Wait {{anascountdown}} Second";
}

πŸ™Œ Built With