Blogger Permalink Fixer Firebase App with Clipboard JS
Instructions:
1.Install nodejs on your system. Run http-server on command line in the directory of the index.html2.Easiest hosting solution is firebase. It can be deployed on other solutions too.
Live App Link:
https://blogger-tools.firebaseapp.com/Get the Code Here:
https://github.com/quickgrid/blogger-permalink-fixerScreenshot:
What it does:
Blogger post links are auto generated with post title truncated to certain length. If we want the full post text as link there is option for custom permalink. But the problem is blogger gives error if there are space in the custom permalink and it is very hard to edit in the small search box.This tool automates the process by asynchronously creating the post title to a custom permalink after pasting in the search box.
It is also possible to get the fixed permalink in clipboard using a single click on copy button. Using some simple code clipboardjs library takes care of all the work. It is possible to modify the code to make other simple text manipulation solutions.
Comments