Skip to content

A simple Nodejs Container for Ulink Optimized for Heroku

Notifications You must be signed in to change notification settings

Benja-media/lightning-heroku

Repository files navigation

Welcome to Ulink Lightning!

Ulink is a simple Instagram Bio Link Generator. Instalink is the first (and only) bio link generator that has send-away messages

Send-away messages that are short mesages that your guests will see when they click on a link. An example is

You are being teleported to Where ever they are being teleported to

Geting Started

This project is now ready to preview! Click below to deploy the BETA version:

Deploy

Beta version

Currently I only have a beta version ready. Heroku will automaticly deploy when I deploy to Github so please expect Minimal Downtime. Feel free to email me at [email protected] With any bugs or just submit to issues.

forks - instalink

Adding your links

All of the Settings for Ulink are in config.json file

Here is an example config.json file

{
  "user": "instagrammer",
  "user_url": "instagrammer",
  "media": "https://instagram.com",
  "symbol": "@",
  "media_name": "Instagram",
  "name": "Instagrammer",
  "photo": "https://cdn.glitch.com/35409746-8e4a-406e-ac47-16c4db92cad8%2F10x100profile.jpeg",
  "img_top": "150",
  "img_margin": "0",
  "display":"instagrammer",

  "msg": "You are being teleported to",

  "title1": "Link 1",
  "link1": "/link.html",

  "title2": "Link 2",
  "link2": "/link.html",

  "title3": "",
  "link3": "",

  "title4": "",
  "link4": "",

  "title5": "",
  "link5": "",
  
  "title6":"",
  "link6":"",
  
  "title7":"",
  "link7":"",

  "bio": "Semi avid railfan. Into into 3d printing #ender3pro I take videos with my @gopro of under trains! AKA Programer, Maintainer, And writer @ Benja Media LTD",

  "Topic1": "",
  "Topic2": ""
}

user Is your username.

user_url Is your username url DO NOT INCLUDE THE FULL LINK Only whatever comes after the domain (Ommit the first /) EX:

https://instagram.com/benmmonster becomes benmmonster

media is your social media name

symbol is the symbol from your name EX: @benmmonster

media_name is the name of your primary social media

name Is your display name

photo Is your avatar! This must be self hosted! Using your instagram profile photo will not work due to CORS!

Recomeded dimensions is 100x100px!

img_top Is the space between the image and the top (Recomended value is 0)

img_margin Is the margin of your profile photo (Recomended value is 0)

home Is the home page of your bio link. (If some one gets a 404 error or goes to index.html they will be redirected to that page) NOW LOCATED IN /SVR/SVR.JSON

display is the title of the page (@instagrammer becomes @instagrammer | Ulink The | Ulink Part is required for atribution!

msg is your send away message. The default is You are being teleported to YOU DO NOT NEED A SPACE AT THE END Instalink add's it in automaticly

When a guest clicks on a link before they are redirected they will see msg + value of link#

title# Is the title of the link

link# Is the destanation URL

img_top Is the space between the top and the logo

img_margin Is the margin for your image

bio Is your bio.

Extras

You may notice a folder called extras. This is where all the extra parts will go. (EX: Themes, 5th link, Push notifications etc...) I will release extra's eventualy.

I hope this is easy to understand. If you need more help create an issue in github and I will look in to it. Please see Extras

About

A simple Nodejs Container for Ulink Optimized for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published