There are some explanations on the Internet about adding all friends to the group, but most of the roads lead to the closure or blocking of your Facebook account ...
So we have to offer you a safe and secure way to add all your friends to Facebook without blocking
Copy all code and login to you facebook acount and type F12 from
Yes, as the title suggests it is a PURELY CSSed Pop up email subscription box not only for Blogger but for almost all types of platform as long as you have access to feedburner. This widget is a combination of my previous post email subscription box and a simple and cool pop up widget built with CSS. Make sure to follow the steps to get it working!
Go to Blogger » Template » Backup your Template » and Edit HTML
Add the following code before </body>
<divclass='modalDialog'id='signup'><div><aclass='close'href='#close'title='Close'><iclass='fa fa-times'/></a><divclass='signup-container'><divclass='newsletter-sm'><iclass='fa fa-envelope-o enve'/><h3>Subscribe to Newsletter</h3><pstyle='text-align:center'>Sign up with your email address to receive news and updates straight in your inbox.</p><formaction='https://feedburner.google.com/fb/a/mailverify'method='post'onsubmit='window.open('https://feedburner.google.com/fb/a/mailverify?uri=MyBloggerAide', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true'target='popupwindow'><divclass='newsletter-sm-bot'><inputclass='newsletter-input-sm'name='email'placeholder='Enter Your Email'type='text'/><buttonclass='newsletter-button-sm'type='submit'>Subscribe</button></div><inputname='uri'type='hidden'value='MyBloggerAide'/></form></div></div></div></div>
For this widget to work you need to add a link that will serve as the button or handler for the popup.
Add the following code anywhere you want it to be displayed.
e.g. inside your nav menu