HOW TO ADD TEXT CODE BOX WITH CLICK TO COPY BUTTON ON YOUR BLOGGER
🦶 1. Procedures to follow when adding text and code box with click to copy button.
-Open this blog post, where am providing the required codes to apply.
-Copy the Js code.
-Now go to your blog dashboard and click on a theme.
-Click on the customize and on it click on edit HTML. HTML is found just after the customize.
-Now after that, the theme code will be open then click on it anywhere inside the theme.
-Now press control f (ctrl + f) and press enters key to get the search option.
-Now we want to find where the close head tag end, and by this, apply </head> on the search and press enter.
-You will see the close head tag
-Simply past the js code above the close tag.
-Click save
-Now go back to this post
-Copy the script code
-Go back to theme HTML
-Do the same procedure and search
- Type </body>
-Now paste the code above the body tag.
-Click on save
-Now go back to the post and copy the CSS code(3rd code)
-head over to the blog dashboard
-Click on the layout
-Click on theme designer
-Click on advanced
-Click Add CSS
-Past the code and save
-Go back to post and copy the fourth code
-Go to your post and open HTML view
- Past it on your post
-Now you the tag you can see add your text or code
-Simply replace with your choice code or text
-Change the unique code tag to any stage of your choice
-Make sure both stages are the same.
Now save and view your post
2. Copy this Script code and past it above the close Body Tag in the Blogger theme file
3. Copy this CSS code and past it above the close Body Tag in Blogger theme file Go To: Blogger Dashboard=>Layour=>Theme Designer=>Advanced=>Add CSS
4. Copy this code and past it in your post
YOU MUST GIVE A UNIQUE FOR EVERY COPY TO CLIPBOARD
Remove the dollar sign fromt the following code and replace with less than bracke sign
5.CSS for gradient color on copy to Button
6.CSS For Hover Gradient Colour on copy to Button
0 Comments