Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Time To Boost Your Facebook Fan Page Likes,Now its very easy to socially force your visitors to like your Facebook Fan Page.Actually this widget has a unique feature i.e it loads very fast, New jQuery Popup Facebook Like Box along with timer is a new Blogger Widget which can help you to increase your Fan page Likes.The most beautiful thing in this widget is that you can customize it Accordingly i.e you can change the time interval of Closing or You Can also change the Text "Like us On FB" and even the text "cancel".Once You added this Widget to Blogger,it will popup when someone land to your Blog and it will Provide a cool look to the reader/visitor of Blog to socially force him for liking your Fan Page ;) 

How To Add jQuery Pop-up Facebook Like Box with Timer To Blogger

Before adding this Widget you need to install the jQuery Plugin,if jQuery Plugin is already installed on your Blog,then No worry just follow the below steps and install the widget,but if not,then Go To Blogger Dashboard >> Click On Template >> and Search for </Head> tag , now copy the below script and paste it above </head> tag.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>

  • After Installing the jQuery Plugin To Your Blog Follow the below steps
  • Go To Blogger Dashboard
  • Click On Layout
  • Now Click On Add a Gadget
  • Now a Box will Popup
  • Select HTML/JavaScript There
  • Now another Box will popup
  • Now Copy the below Script and make the specific changes and paste it into the HTML/JavaScript Box
<style type='text/css'>
#makingdifferentpopup{
position: fixed;
top:100px;
z-index:9999;
display:none;
padding:0px;
right:600px;
border:10px solid rgba(82, 82, 82, 0.7);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
-webkit-border-radius:8px 8px 8px 8px;
-moz-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;
width:400px;
height:360px;
overflow:hidden;
}
#makingdifferentpopup span{
font-size:20px !important;
font-weight:bold !important;
}
#makingdifferentpopup h1{
background:#6d84b4 url(http://www.matrixar.com/-rNUTIpDQ21s/T0NqE_vv6GI/AAAAAAAACps/GSoWE2n9Oy8/s1600/%255Bwww.gj37765.blogspot.com%255Dh1.png) 98% no-repeat;
border:1px solid #3b5998 !important;
color:#FFFFFF !important;
font-size:20px !important;
font-weight:700 !important;
padding:5px !important;
margin:0 !important;
font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;
overflow:hidden !important;
}
.htmlarea{
font-size:12px !important;
font-weight:normal !important;
height:265px !important;
padding:1px !important;
background:#fff !important;
border-bottom:2px solid #ddd;
overflow:hidden !important;
}
#mdfooter{
text-align:left;
background:#F2F2F2 !important;
height:56px !important;
padding:10px 10px 10px 10px !important;
overflow:hidden !important;
}
#mdclose{
float:right;
background-color:#eee !important;
border:1px solid #ccc !important;
color:#111 !important;
font-weight:bold !important;
padding:5px 8px 5px 8px !important;
text-decoration:none !important;
display:inline-block !important;
font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;
outline:none !important;
position:relative !important;
font-size:18px !important;
margin:1px !important;
}
#mdclose:active{
top:1px;
left:1px;
}
.grabthis{
bottom:80px;
font:8px "lucida grande",tahoma,verdana,arial,sans-serif;
position:absolute;
right:6px;
text-align:right;
z-index: 99999;
}
.grabthis a{
color: #000;
text-decoration:none;
}
.grabthis a:hover{
text-decoration:underline;
}
</style>
<script type='text/javascript'>
jQuery(document).ready(function() {
function makingdifferent_ppopup()  {
var sec = 10
var timer = setInterval(function() {
   $("#mdfooter span").text(sec--);
   if (sec == 0) {
      $("#makingdifferentpopup").fadeOut("slow");
      clearInterval(timer);
   }
},1000);
  var mdwh = jQuery(window).height();
  var mdpph = jQuery("#makingdifferentpopup").height();
  var mdfromTop = jQuery(window).scrollTop()+50;
 jQuery("#makingdifferentpopup").css({"top":mdfromTop});}
jQuery(window).fadeIn(makingdifferent_ppopup).resize(makingdifferent_ppopup)
 //alert(jQuery.cookie('sreqshown'));
 //var mdww = jQuery(window).width();
 //var mdppw = jQuery("#makingdifferentpopup").width();
 //var mdleftm = (mdww-mdppw)/2;
   var mdleftm = 500;
 //var mdwh = jQuery(window).height();
 //var mdpph = jQuery("#makingdifferentpopup").height();
 //var mdfromTop = (jQuery(window).scrollTop()+mdwh-mdpph) / 2;
 jQuery("#makingdifferentpopup").animate({opacity: "1", left: "0" , left:  mdleftm}, 0).show();
     jQuery("#mdclose").click(function() {
jQuery("#makingdifferentpopup").animate({opacity: "0", left: "-5000000"}, 1000).show();});});
</script>
<div id="makingdifferentpopup">
<h1>Join us on Facebook</h1>
<div class="htmlarea">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fthatsblogging&amp;width=400&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;height=250" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:250px;" allowtransparency="true"></iframe>
<div class="grabthis">
By <a href="http://www.matrixar.com/" target="_blank">ThatsBlogging</a> / <a href="http://www.matrixar.com/" target="_blank">+Get This!</a>
</div>
</div>
<div id="mdfooter">
Please wait..<span>10</span> Seconds
<a href="#" id="mdclose" onclick="return false;">Cancel</a>
</div>
</div>
<!-- End popup -->

Changes in The Script before installing

  • Replace thatsblogging in the script with your Own Facebook Fan page username.
  • For changing the Time Interval,Change var sec = 10 with your Own Desire time.
  • If you are interested in changing the height and width of the Box Change 250 and 400 in the Script
  • For Changing The Text "Join us on Facebook" just change the text with your Own.
  • Change The Text "Cancel" with your Desire text
  • Now Copy the Script and paste it into the box 
  • Now hit Save and that's it 
  • Script Credit Purely Goes To "MakingDifferent"
So What's Up :- Adding this jQuery Popup will force your Readers to like your Fan page and as a result you can increase your Fan page Likes,Share your Beautiful Ideas with us,and if you have any Question ask us,stay Blessed ,Happy Blogging.
Add jQuery Pop-up Facebook Like Box with Timer To Blogger
Last Reviewed by Iftikhar uddinon June 24 2013
Rating: 5
2013, By: Seo Master
Seo Master present to you:

If you’re attending Google I/O next month, you’ve likely taken a gander at this year’s sessions and made a mental note of ones you’d like to attend. (Or if you’re like Julio Menendez, you’ve already made a list)


We’ve just posted our session schedule so you can now start planning out your two days at I/O. We’ve also got a few more things in the works to help you plan your agenda, including:

  • Session agenda builder to create a customized agenda you can port to your personal calendar. (Google Calendar, iCal, Outlook)

  • Google I/O Android app you can download to your Android device so you can easily reference the I/O schedule, star sessions, look at a map of the venue, and find other event info while you’re walking around Moscone West.

  • Google Wave will be in full force at I/O as a channel for discussion and live notes during I/O. Stay tuned for more information on how to use Wave at the event.

We’ll let you know as these agenda planning features go live. Be sure to check @googleio for the latest updates.


In addition, we’ve also posted our Office Hours schedule. Google engineers will be on hand to answer any questions you may have about the products and technologies featured at I/O. We’ll be holding office hours for Android, App Engine, Chrome, Closure Compiler / Closure Library, Enterprise, Developer Docs, Geo, Go, Google APIs, Google Project Hosting, GWT, Social Web, and Wave.


24 days left until I/O - let the countdown begin!


Posted by Christine Tsai, Google Developer Team

2013, By: Seo Master
Seo Master present to you:
Top 5 Google Adsense Alternatives Of 2013
This Article We Share Top 5 Best Google AdSense Alternatives 2013.we know internet Provide online lot of opportunities Earning.i decide to share top adsense alternatives.This is hundred % true that Google Adsense is ruling the world and their is no competitor to Google Adsense which helps you to earn a huge amount of revenue from your Blogger And Website.Actually now a days many bloggers have lost their Adsense Accounts due to invalid Click Activity or any reasions.we will provide you some Alternatives of Google Adsense which can pay a huge amount of money to you and you can easily monetize and Earning.

List Top 5 Awesome Google AdSense Alternatives.

If Your Blogger Blog not Monetize your blog and Google isn’t approving you then you may try these AdSense alternatives.

AdBrite,The Best AdSense Alternative.

AdBrite is one of the most popular source of monetizing your Blogger Blog.it pay You Good Amount By Diffrent methods.Adbrite Dosen't Show Ads on Your Blog And Website.it Only Show Ads links, Picture ads And online Ads.if You Want to For Monetizing with AdBrite So Signup there as a Publisher.Adbrite Required Almost 50 Keywords Related To Your Blogger And website.These Keywords help Adbrite To right advertisers to your blogger and website.

AdBrite,The Best AdSense Alternative.

Yahoo! Bing Ad Network or Media.net "Best AdSense Alternative"

Yahoo"Media.Net" The most amazing and interesting fact about Yahoo related ads is that it get approve very quickly.It doesn't depends on the site traffic but quality Depends.The minimum payment is 100$ payout,its Benefit you don't wait pin code. in this case it is similar to Google AdSense but in Yahoo you don't have to wait for PIN, And it pays on Paypal.Media.net has been started in 2013 and has got alot of popularity in the world,so there is something,don't waste your time if you don't have Adsense Account go for Media.net.Its best Alternative.
Yahoo! Bing Ad Network or Media.net "Best AdSense Alternative"

BuySellAds,Proudly Competing With Google Adsense.

BuySellAds has proved itself as one of the best AdSense alternatives. BuySellAds is a different kind of ads network which connects the direct advertisers with you and your ads spaces are sold on a time basis like for months, years etc.The minimum Payout at BuySellAds is 50$. getting BuySellAds approval is tough as they approve websites with huge traffic 50K visitors daily.You Will be Able To Apply buysellads.

Chitka,The Recommended Google AdSense Alternative.

Chitika is a great alternative of Google AdSense. It pays you on click basis and you get paid every time a visitor clicks on the ads. They are good and their Chitika payout is much less than the above 3 ad networks. They pay you with PayPal and the minimum Chitika payout is $10 only.chitka is a fantastic Advertising Network for making money Online.So don't waste Your time if you don't have Adsense Account,Go for Chitka and Enjoy Earning.

Infolinks "The Best Recommended Google AdSense Alternative".

Infolinks is a text based ad network. you can put the code on your Blogger And Website and some keywords will be highlighted automatically. Its Amazing Fact.Their payout is $50 and they have good support and PayPal facility. Infolinks ads can be customized according to the color of your website. You can do wonders with Infolinks if you know the perfect color combination and other things. This is surely a good alternative to Google AdSense.

Hope You Enjoy This Article.if You like please Share And Rate in Comments.
2013, By: Seo Master
Powered by Blogger.