Category Archives: Blogger Widgets

How to Add Facebook Like Box to Blogger 2014

Hai friends today we are going to discuss the topic on how to add facebook like box to blogger. Facebook like box is social plug-in that is help to facebook fan page owners to attract and get more like of blog readers.

Facebook like box shows the following,

  • How many people like the page, and which of the friends like it
  • Read recent posts of the page easily
  • Like the facebook fan page with one click, without needing to visit the page.

You can attract and increase your blog traffic by this box.

Add this box on your blog by Simply follow the below steps…

  • Go to Blogger->Dashboard->Layout
  • Click Add Gadget-> HTML/Javascript


<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/YOURID&width=292&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&” style=”border:none; overflow:hidden; width:292px; height:258px;” >


Replace eYOURID fanpage url with your facebook fanpage.
Chance height and width of the code as you need for your blog

Add Attractive Google Plus Followers Widget to Blogger

Google plus may be a stylish social network that is growing day by day. If you’ve got a blog or website then you want to add your Google and network along with your blogger website. During this post we will bring up adding a custom Google and followers widget to blogger blogs. Default Google and followers widget isn’t offensively engaging in its style, that’s why i’ve got created a custom version of the widget. My custom widget is titled well with help of CSS,Google Plus followers

How to Add Google Plus Widget

  • Go to Blogger->Dashboard->Layout
  • Click “Add gadget”
  • Select “HTML/Javascript”
  • Paste the below code


      (function() {         window.___gcfg = {‘lang’: ‘en’};         var po = document.createElement(‘script’);         po.type = ‘text/javascript’;         po.async = true;         po.src = ‘https://apis.google.com/js/plusone.js&#8217;;         var s = document.getElementsByTagName(‘script’)[0];         s.parentNode.insertBefore(po, s);       })();    

.wc-gplusmod, .wc-gplusmod:before, .wc-gplusmod:after { background: #ffffff;  border-radius: 5px 5px 0 0;    border: 1px solid #ccc;  box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2); }
.wc-gplusmod {  position: relative;  width:250px;  padding: 1em;  margin: 50px auto; }
.wc-gplusmod:before, .wc-gplusmod:after {  content: “”;  position: absolute; left: 0;  top: 0;  width: 100%;  height: 100%;  -webkit-transform: rotateZ(2.5deg);  -o-transform: rotate(2.5deg);  transform: rotateZ(2.5deg); z-index: -1; }
.wc-gplusmod:after {  -webkit-transform: rotateZ(-2.5deg);  -o-transform: rotate(-2.5deg);  transform: rotateZ(-2.5deg); }

<div class="g-plus" data-action="followers" data-height="290" data-href="https://plus.google.com/u/0/+iaiahmed?prsrc=2″ data-source=”blogger:blog:followers” data-width=”290″>



Customize:
Replace Red color url with your google plus Profile or Page Url.
Save it. Now See your blog or website. You can see attractive google plus widget.