FatBee
Elite Member
- Apr 4, 2015
- 3,146
- 3,098
Since i moved to fully manual Instagram growth setting up a description with random hashtags is a pain in the ass, and i don't really like the NOTES COPY-PASTE "method" if I can even call it a method.
So I came with a pretty simple web script (it can run locally with no issues at all so you don't even need a web host to run this.
# How to use it?
The script is pretty simple and easy to use and edit.
On Line 52 there is an array of hashtags which you can generate from https://delim.co/
This are the settings I use and you should 2.
After setting your hashtags proceed to Line 59. Here, you can set how many hashtags to use per one generation/click. In the code, it's set to a Maximum of 28 Tags and Minimum of 25. With the current config, you should get from 20 to 28 Tags per hit.
I suggest you keep at least 300 Related hashtags in the array so you will get more unique hashtag list per hit.
After this, jump to Line 68 and edit the other part of your description to your likings I like to keep a brand hashtag in order to check for shadowbans, but you can remove it if you don't like. Also, I suggest not to edit the first 3 lines (in a manner of how they are set up since they are perfect to have a nice description and "follow me @" as the only thing your followers will see first.
The design is responsive and it works perfectly on any device, with no issues at all.
If you have any questions or improvements feel free to do it and upload it to a new JSFiddle and share it with us!
Access to the script: https://jsfiddle.net/1ucw93rq/1/ (you can even use it directly here.)
So I came with a pretty simple web script (it can run locally with no issues at all so you don't even need a web host to run this.
# How to use it?
The script is pretty simple and easy to use and edit.
On Line 52 there is an array of hashtags which you can generate from https://delim.co/
This are the settings I use and you should 2.
After setting your hashtags proceed to Line 59. Here, you can set how many hashtags to use per one generation/click. In the code, it's set to a Maximum of 28 Tags and Minimum of 25. With the current config, you should get from 20 to 28 Tags per hit.
I suggest you keep at least 300 Related hashtags in the array so you will get more unique hashtag list per hit.
After this, jump to Line 68 and edit the other part of your description to your likings I like to keep a brand hashtag in order to check for shadowbans, but you can remove it if you don't like. Also, I suggest not to edit the first 3 lines (in a manner of how they are set up since they are perfect to have a nice description and "follow me @" as the only thing your followers will see first.
The design is responsive and it works perfectly on any device, with no issues at all.
If you have any questions or improvements feel free to do it and upload it to a new JSFiddle and share it with us!
Access to the script: https://jsfiddle.net/1ucw93rq/1/ (you can even use it directly here.)