Hi everyone,
I’m sharing with you an script that I developed for a client that wanted to have an easy way to generate captions with randomly selected hashtags.
https://codepen.io/IGsocialize/pen/GRpZVNj?editors=1010
I recommend you to Fork it so you will have your own version:
I added comments to the code so it is very easy to update.
You will need to update your hashtags and write the caption style that you want.
In order to add the hashtags in the correct format I recommend you to use this tool:
https://delim.co/
You need to add your list of hasgtags including # and adjust the settings as per the image below. You wil get a nice javascript array ready to be added to the script.
Feel free to do whatever you want with the script, enjoy!!!