How To Add Shayari Blockquotes With Copy Button [CSS & Java Script]
byAkash Kumar•
0
Hello friends, welcome to our article, in this article I am going to tell you how you can add a shayari block quote on your blogger website. To add a poetry block court, it is very easy to copy and paste some code, after which you can add stylish poetry to your blogger page.
So in this article, you just have to follow the steps as you are told, no, after following the mistake, you can easily add this code to your blogger's website.
(toc) Table Of Contents💡
Blockquotes With Copy Button [CSS & Java Script]
You have to paste both the CSS javascript code, below you have been given both codes separately. And there is also a button to copy all those codes, clicking on which you can copy all the code inside. So let's first paste the javascript
Step by Step Add Java Script
Go To Your Blogger Dashboard
Click On Theme Section
Click On Edit HTML
Find </body> Tag
Paste Code Above the Body Tag
Java Script
<script>
// Select all blockquote elements with class "infinite-blockquote"
<blockquote class="infinite-blockquote">Your Quotes and Shayari </blockquote>
Additional Property
if you are using any such blogger theme. Which does not have any kind of design, then you can use it in your blockquote, only a little CSS has been added to it so that your Shayari Box is well designed, otherwise if you are doing any such theme Whose blockquote is already designed, so you do not need to add any other code.