Monday, September 23, 2013

HOW TO INSTALL A FACEBOOK POP UP MESSAGE TO YOUR BLOG SITE

installing a pop up like box is highly recommended because it will be compelling all your blog readers to like your Facebook page as it will pop up on any loaded page of your blog.

How To Get Started

==> Log in to your blogger dashboard

==> Go to "Layout" and click on "Add a Gadget" (in sidebar or footer section)

==> Click on "HTML/Java Script" gadget


==> Copy the code below and paste in the box. Leave the title blank.

<link rel="stylesheet"
href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"
/>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />
<script>
$(function() {
$( "#dialog" ).dialog();
});
</script>
<div id="dialog" title="Get updates via Facebook">
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/YourPageUsername&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:285px; height:258px;"
allowtransparency="true"></iframe></center>
</div>


==> Click on "Save".

Remember to change the phrase YourPageUsername with the username of the Facebook page that you want to be popping up.
 
I hope this work for you. let me hear from you via comments.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

.