VNSEO
Toggle navigation
Please wait. Analyzing advergame.fr. Will take a while to collect all data.
  • Validate HTML
  • Validate CSS
  • Validate LINK
  • DNS Blacklist Check
  • View Source Code new
  • Social Search hot

Random Site

  • sovendus.de
  • cssbased.com
  • joshiplus.jp
  • amg.gda.pl
  • pdfmyurl.com
  • all-currency.ru
  • bcnrestaurantes.com
  • vipboxsa.co
  • nk91.net
  • igrejahoje.com.br
  • fotkidepo.ru
  • japanesefonts.com
  • techcityng.com
  • picaflor-azul.com
  • onionstatic.com
  • upgradehost.ru
  • sport-conrad.com
  • apmmedia.net
  • 139shop.com
  • azutos.com
  • aardvark.ru
  • theextopia.com
  • englishtown.ru
  • brandingmagazine.com
  • encros.fr
  • yousee.tv
  • pricetapestry.com
  • mate1.net
  • hdflvplayer.net
  • market8.blogsky.com
  • omnilexica.com
  • futbolenlatele.com
  • magma.co.in
  • indexp.ru
  • dizibox.net
  • accessifyforum.com
  • koreatimes.net
  • de.cc
  • 0123456789.tw
  • sailsjs.org
  • moonbar.org
  • klebefieber.de
  • longtallsally.com
  • win8e.com
  • winetimes.co
  • tempodisconti.it
  • kick-ass-movie.jp
  • kuttler.eu
  • zagufashion.com
  • vres.gr
  • venusindex.com
  • juvlon.com
  • vuokraovi.com
  • iveyleague.com
  • pakgirlz.com
  • neowebcar.com
  • hnb.hr
  • tropical7107islands.com
  • gameslol.net
  • lekkeslaap.co.za
  • downloadzone.org
  • latex-community.org
  • bookmarking001.com
  • leconomiste.com
  • crye-leike.com
  • flipinistas.com
  • bookmarkcast.com
  • whitney.org
  • myspecialwebsite.com
  • praktiker.pl
  • xhunion.com
  • zzjs.gov.cn
  • sports-it.com
  • beveragefactory.com
  • shinshu-u.ac.jp
  • reying123.com
  • tweeteraser.com
  • debriditalia.com
  • getmoneyfromfb.com
  • colorful-hp.net
  • nikon.fr
  • shellsmart.com
  • pfan.cn
  • mydentalvisit.com
  • cybercite.fr
  • css3buttongenerator.com
  • toho-u.ac.jp
  • kpfu.ru
  • deal-deals.net
  • transparency.gr
  • blackbaudondemand.com
  • bluemountains.net
  • fantasyold.com
  • denofangels.com
  • jihsun.com.tw
  • Free Simple & Powerful Search Engine Optimization Tools. Enter a domain to get start



    Quick info about advergame.fr ( Something went wrong on the server. Please try again. This domain is highly LIKELY BANNED from Google Adsense program! ) Advergame.fr → advergames et jeux sociaux

    0

    Google PageRank

    $660

    Estimate Worth

    200

    Server Reasponse Code

    160.153.247.38

    Site IP Adress

    706214

    Alexa Global Rank

    142199

    Alexa Rank in India

    366

    Estimate Visitors per day

    $3.3/per day

    Estimate Earning from Google Adsense

    Insight Analyze



    Analyze...Loading...

    Social Share Count

    Share on Twitter: 0

    Share on Facebook: 0

    Share on Stumble:0

    Share on LinkedIn:0

    Share on Pinterest: 0

    Share on Google Plus:0

    Total Sites Linking In: 0

    Milkhttp://www.milklub.com
    Geekzone.frhttp://www.geekzone.fr
    Gamekult Jeux Videohttp://www.gamekult.com
    L'annuaire professionnel du jeu vido - Gamebizhttp://www.gamebiz.fr
    Culture-Buzzhttp://www.culture-buzz.fr
    Culture-Buzzhttp://www.culture-buzz.com
    Alterclickrhttp://www.alterclickr.com

    Site Meta infomation for advergame.fr

    Meta Infomation

    Meta TAG Description
    description Le blog advergame.fr analyse d'un point de vue marketing tous les jeux publicitaires, serious games et jeux facebook du moment.
    keywords advergames 2011, advergame définition, serious games exemples, jeux facebook exemples, jeux sociaux gratuits, advergaming
    
     
            <meta charset="UTF-8" />
            <title>Advergame.fr → advergames et jeux sociauxtitle>
            <link rel="profile" href="http://gmpg.org/xfn/11" />
            <link rel="stylesheet" type="text/css" media="all" href="http://advergame.fr/wp-content/themes/NineteenEightyFourBlog/style.css" />
            <link rel="pingback" href="" />
                    <script type="text/javascript" src="http://advergame.fr/wp-content/themes/NineteenEightyFourBlog/js/jquery-1.4.4.min.js">
            
            
                $(do***ent).ready(function(){                
    	                // display the active panel
    	                var activeId = '';
    	                activeId = $('#homepageBannerList .active').attr('id');
    	                if(activeId) {
    		activeId = activeId.substr(3);
    		}
    	                var activeSlide = "slide"+activeId;
    	                $('#homepageBannerSlides #'+activeSlide).css('display', 'block');
    	                // change the active link and slide when clicked
    	                $('#homepageBannerList a').click(function(){
    		                    if(!($(this).hasClass('active'))){
    			                        // hide the old active panel
    			                        var oldId = $('#homepageBannerList .active').attr('id');
    			                        oldId = oldId.substr(3);
    			                        var oldActiveSlide = "slide"+oldId;
    			                        $('#homepageBannerSlides #'+oldActiveSlide).css('display', 'none');
    			                        // show the active panel
    			                        var newId = $(this).attr('id');
    			                        newId = newId.substr(3);
    			                        var newActiveSlide = "slide"+newId;
    			                        $('#homepageBannerSlides #'+newActiveSlide).css('display', 'block');
    			                        // and move the active class so we can keep track
    			                        $('#homepageBannerList .active').removeClass('active');
    			                        $(this).addClass('active');
    			                        return false;
    			                    }
    		                });
    	                //change all the colour of the inputs when you click on them
    	                $('#contentDiv input').click(function(){
    		                    $(this).val('');
    		                    $(this).css('color', '#000000');
    		                    $(this).css('font-style', 'normal');
    		                });
    	                // display the active sidebar list
    	                var activeListId = '';
    	                activeListId = $('#articlesNav .active').attr('id');
    	                if(activeListId) {
    		activeListId = activeListId.substr(4);
    		}
    	                var activeListItem = "list"+activeListId;
    	                $('#articlesList #'+activeListItem).css('display', 'block');
    	                // change the active link and slide when clicked
    	                $('#articlesNav div').click(function(){
    		                    if(!($(this).hasClass('active'))){
    			                        // hide the old active panel
    			                        var oldListId = $('#articlesNav .active').attr('id');
    			                        oldListId = oldListId.substr(4);
    			                        var oldActiveListSlide = "list"+oldListId;
    			                        $('#articlesList #'+oldActiveListSlide).css('display', 'none');
    			                        // show the active panel
    			                        var newListId = $(this).attr('id');
    			                        newListId = newListId.substr(4);
    			                        var newActiveListSlide = "list"+newListId;
    			                        $('#articlesList #'+newActiveListSlide).css('display', 'block');
    			                        // and move the active class so we can keep track
    			                        $('#articlesNav .active').removeClass('active');
    			                        $(this).addClass('active');
    			                        return false;
    			                    }
    		                });
    	            });
            
    
    
    
    
    
    
            
                window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/advergame.fr\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.25"}};
                !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");
    		return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");
    		c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;
    	c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,do***ent,window._wpemojiSettings);
            
            
    img.wp-smiley,
    img.emoji {
    	    display: inline !important;
    	    border: none !important;
    	    box-shadow: none !important;
    	    height: 1em !important;
    	    width: 1em !important;
    	    margin: 0 .07em !important;
    	    vertical-align: -0.1em !important;
    	    background: none !important;
    	    padding: 0 !important;
    	}
    
    
    
    
    
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;
    	i[r]=i[r]||function(){
    		        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
    	a=s.createElement(o),
    	        m=s.getElementsByTagName(o)[0];
    	a.async=1;
    	a.src=g;
    	m.parentNode.insertBefore(a,m)
    	    })(window,do***ent,'script','//www.google-analytics.com/analytics.js','__gaTracker');
        __gaTracker('create', 'UA-4798727-1', 'auto');
        __gaTracker('set', 'forceSSL', true);
        __gaTracker('send','pageview');
    
    
    
    
     
    
    
    
    
    
    
    
    
    
    
    
    
        
    
    

    Heading Infomation & KeyWord Sentiment

    Heading TAG Description
    H1 1984
    H2
    H3 Qui sommes nous?
    H3 téléchargez notre guide
    H3 Vous aimez?
    H3 Recherche
    H3 Catégories
    H3 Meilleurs articles

    JavaScript Information

    
     <script type="text/javascript" src="http://advergame.fr/wp-content/themes/NineteenEightyFourBlog/js/jquery-1.4.4.min.js"></script>
    
    


    advergame.fr is using jquery

    advergame.fr is using ga
    
     <script type="text/javascript" src="http://advergame.fr/wp-content/themes/NineteenEightyFourBlog/js/portfolio.js"></script>
    
    


    advergame.fr is using ga
    
    <script type="text/javascript"> 
    
                $(do***ent).ready(function(){                
    	                // display the active panel
    	                var activeId = '';
    	                activeId = $('#homepageBannerList .active').attr('id');
    	                if(activeId) {
    		activeId = activeId.substr(3);
    		}
    	                var activeSlide = "slide"+activeId;
    	                $('#homepageBannerSlides #'+activeSlide).css('display', 'block');
    	                // change the active link and slide when clicked
    	                $('#homepageBannerList a').click(function(){
    		                    if(!($(this).hasClass('active'))){
    			                        // hide the old active panel
    			                        var oldId = $('#homepageBannerList .active').attr('id');
    			                        oldId = oldId.substr(3);
    			                        var oldActiveSlide = "slide"+oldId;
    			                        $('#homepageBannerSlides #'+oldActiveSlide).css('display', 'none');
    			                        // show the active panel
    			                        var newId = $(this).attr('id');
    			                        newId = newId.substr(3);
    			                        var newActiveSlide = "slide"+newId;
    			                        $('#homepageBannerSlides #'+newActiveSlide).css('display', 'block');
    			                        // and move the active class so we can keep track
    			                        $('#homepageBannerList .active').removeClass('active');
    			                        $(this).addClass('active');
    			                        return false;
    			                    }
    		                });
    	                //change all the colour of the inputs when you click on them
    	                $('#contentDiv input').click(function(){
    		                    $(this).val('');
    		                    $(this).css('color', '#000000');
    		                    $(this).css('font-style', 'normal');
    		                });
    	                // display the active sidebar list
    	                var activeListId = '';
    	                activeListId = $('#articlesNav .active').attr('id');
    	                if(activeListId) {
    		activeListId = activeListId.substr(4);
    		}
    	                var activeListItem = "list"+activeListId;
    	                $('#articlesList #'+activeListItem).css('display', 'block');
    	                // change the active link and slide when clicked
    	                $('#articlesNav div').click(function(){
    		                    if(!($(this).hasClass('active'))){
    			                        // hide the old active panel
    			                        var oldListId = $('#articlesNav .active').attr('id');
    			                        oldListId = oldListId.substr(4);
    			                        var oldActiveListSlide = "list"+oldListId;
    			                        $('#articlesList #'+oldActiveListSlide).css('display', 'none');
    			                        // show the active panel
    			                        var newListId = $(this).attr('id');
    			                        newListId = newListId.substr(4);
    			                        var newActiveListSlide = "list"+newListId;
    			                        $('#articlesList #'+newActiveListSlide).css('display', 'block');
    			                        // and move the active class so we can keep track
    			                        $('#articlesNav .active').removeClass('active');
    			                        $(this).addClass('active');
    			                        return false;
    			                    }
    		                });
    	            });
            
    </script>
    
    
    

    
    <script type="text/javascript"> 
    
                window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/advergame.fr\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.25"}};
                !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");
    		return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");
    		c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;
    	c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,do***ent,window._wpemojiSettings);
            
    </script>
    
    
    

    
    <script type="text/javascript"> 
    
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;
    	i[r]=i[r]||function(){
    		        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
    	a=s.createElement(o),
    	        m=s.getElementsByTagName(o)[0];
    	a.async=1;
    	a.src=g;
    	m.parentNode.insertBefore(a,m)
    	    })(window,do***ent,'script','//www.google-analytics.com/analytics.js','__gaTracker');
        __gaTracker('create', 'UA-4798727-1', 'auto');
        __gaTracker('set', 'forceSSL', true);
        __gaTracker('send','pageview');
    
    </script>
    
    
    

    
     <script type="text/javascript" src="http://advergame.fr/wp-includes/js/jquery/jquery.js?ver=1.11.2"></script>
    
    


    advergame.fr is using jquery

    advergame.fr is using ga
    
     <script type="text/javascript" src="http://advergame.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1"></script>
    
    


    advergame.fr is using jquery

    advergame.fr is using ga
    
     <script type="text/javascript" src="http://forms.aweber.com/form/11/411238111.js"></script>
    
    

    
    <script type="text/javascript"> 
    
        <!--
        (function() {
    	        var IE = /*@cc_on!@*/false;
    	        if (!IE) {
    		return;
    		}
    	        if (do***ent.compatMode && do***ent.compatMode == 'BackCompat') {
    		            if (do***ent.getElementById("af-form-1051197748")) {
    			                do***ent.getElementById("af-form-1051197748").className = 'af-form af-quirksMode';
    			}
    		            if (do***ent.getElementById("af-body-1051197748")) {
    			                do***ent.getElementById("af-body-1051197748").className = "af-body inline af-quirksMode";
    			}
    		            if (do***ent.getElementById("af-header-1051197748")) {
    			                do***ent.getElementById("af-header-1051197748").className = "af-header af-quirksMode";
    			}
    		            if (do***ent.getElementById("af-footer-1051197748")) {
    			                do***ent.getElementById("af-footer-1051197748").className = "af-footer af-quirksMode";
    			}
    		}
    	})();
        -->
    
    </script>
    
    
    

    
    <script type="text/javascript"> 
    do***ent.getElementById("0ea864a759".split("").reverse().join("")).style.display = "none"
    </script>
    
    
    

    
     <script type="text/javascript" src="http://forms.aweber.com/form/40/172989***40.js"></script>
    
    

    
     <script type="text/javascript" src="http://forms.aweber.com/form/10/1483315210.js"></script>
    
    

    
     <script type="text/javascript" src="http://forms.aweber.com/form/10/1483315210.js"></script>
    
    

    
     <script type="text/javascript" src="http://analytics.aweber.com/js/awt_analytics.js?id=gabrielmama"></script>
    
    


    advergame.fr is using ga
    
    <script type="text/javascript"> 
    
    var addthis_config = {"ui_atversion":300,"data_track_clickback":true,"ignore_server_config":true};
    
    </script>
    
    
    

    
    <script type="text/javascript"> 
    
                        var addthis_product = "wpp-5.0.12";
                        var wp_product_version = "wpp-5.0.12";
                        var wp_blog_version = "4.2.25";
                        var addthis_plugin_info = {"info_status":"enabled","cms_name":"WordPress","cms_version":"4.2.25","plugin_name":"AddThis Sharing Buttons","plugin_version":"5.0.12","plugin_mode":"WordPress","anonymous_profile_id":"wp-4a133e4438c583f2a2cd1debd771464e"};
                        if (typeof(addthis_config) == "undefined") {
    	                        var addthis_config = {"ui_atversion":300,"data_track_clickback":true,"ignore_server_config":true};
    	}
                        if (typeof(addthis_share) == "undefined") {
    	}
                    
    </script>
    
    
    

    
     <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=wp-4a133e4438c583f2a2cd1debd771464e "></script>
    
    

    
    <script type="text/javascript"> 
    
                    
    </script>
    
    
    

    
     <script type="text/javascript" src="http://advergame.fr/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20"></script>
    
    


    advergame.fr is using jquery

    advergame.fr is using ga
    
    <script type="text/javascript"> 
    
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"http:\/\/advergame.fr\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
    /* ]]> */
    
    </script>
    
    
    

    
     <script type="text/javascript" src="http://advergame.fr/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.2.1"></script>
    
    


    advergame.fr is using ga

    Google Search

    Loading

    Header Information

    • http_code :HTTP/1.1 200 OK
    • Date :Sat, 07 Dec 2019 11:29:50 GMT
    • Server :Apache
    • Expires :Thu, 19 Nov 1981 08:52:00 GMT
    • Cache-Control :no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    • Pragma :no-cache
    • X-Pingback :http://advergame.fr/xmlrpc.php
    • Set-Cookie :PHPSESSID=37khrnqleeh7nluq370d8uta84; path=/
    • Transfer-Encoding :chunked
    • Content-Type :text/html; charset=UTF-8
    Array
    (
        [0] => Array
            (
                [http_code] => HTTP/1.1 200 OK
                [Date] => Sat, 07 Dec 2019 11:29:50 GMT
                [Server] => Apache
                [Expires] => Thu, 19 Nov 1981 08:52:00 GMT
                [Cache-Control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                [Pragma] => no-cache
                [X-Pingback] => http://advergame.fr/xmlrpc.php
                [Set-Cookie] => PHPSESSID=37khrnqleeh7nluq370d8uta84; path=/
                [Transfer-Encoding] => chunked
                [Content-Type] => text/html; charset=UTF-8
            )
    
    )
    

    DNS Info

    • host :advergame.fr | class :IN | ttl :14399 | type :TXT | txt :v=spf1 ip4:160.153.247.38 +a +mx ~all | entries :Array |
    • host :advergame.fr | class :IN | ttl :21599 | type :SOA | mname :ns1.advergame.fr | rname :root.cpaneltmp.secureserver.net | serial :2019032400 | refresh :3600 | retry :7200 | expire :1209600 | minimum-ttl :86400 |
    • host :advergame.fr | class :IN | ttl :21599 | type :NS | target :ns2.advergame.fr |
    • host :advergame.fr | class :IN | ttl :21599 | type :NS | target :ns1.advergame.fr |
    • host :advergame.fr | class :IN | ttl :14399 | type :A | ip :160.153.247.38 |
    • host :advergame.fr | class :IN | ttl :14399 | type :MX | pri :0 | target :advergame.fr |
      Array
    (
        [0] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 14399
                [type] => TXT
                [txt] => v=spf1 ip4:160.153.247.38 +a +mx ~all
                [entries] => Array
                    (
                        [0] => v=spf1 ip4:160.153.247.38 +a +mx ~all
                    )
    
            )
    
        [1] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 21599
                [type] => SOA
                [mname] => ns1.advergame.fr
                [rname] => root.cpaneltmp.secureserver.net
                [serial] => 2019032400
                [refresh] => 3600
                [retry] => 7200
                [expire] => 1209600
                [minimum-ttl] => 86400
            )
    
        [2] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 21599
                [type] => NS
                [target] => ns2.advergame.fr
            )
    
        [3] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 21599
                [type] => NS
                [target] => ns1.advergame.fr
            )
    
        [4] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 14399
                [type] => A
                [ip] => 160.153.247.38
            )
    
        [5] => Array
            (
                [host] => advergame.fr
                [class] => IN
                [ttl] => 14399
                [type] => MX
                [pri] => 0
                [target] => advergame.fr
            )
    
    )
      

    ALL Links

    Total Links:87

  • Home
  • What is Agency 1984?
  • About Us
  • Clients
  • Services
  • Blog
  • Contact Us
  • Soma Pro
  • [Dossier] Facebook reste le Maître du Jeu
  • Tweet this
  • Gabriel Mamou-Mani
  • Facebook
  • Socialgames
  • jeux facebook
  • jeux sociaux facebook
  • Lire la suite
  • [Test] Un Serious Game pour réviser ses tables de multiplication
  • Tweet this
  • Gabriel Mamou-Mani
  • educatif
  • Education
  • Seriousgames
  • jeux sérieux
  • serious games
  • Lire la suite
  • [Dossier] Mutation des Jeux chez Google
  • Tweet this
  • Gabriel Mamou-Mani
  • Multijoueurs
  • Socialgames
  • cloud gaming
  • jeux sociaux exemples
  • Lire la suite
  • [Test] Les Snum’s reviennent avec un Social Game sur Facebook
  • Tweet this
  • Gabriel Mamou-Mani
  • Facebook
  • Socialgames
  • jeux facebook
  • Lire la suite
  • Speaky Planet Serious Game pour apprendre l’anglais aux enfants
  • Tweet this
  • Gabriel Mamou-Mani
  • Education
  • Enfants
  • Formation
  • Plates Formes
  • Seriousgames
  • serious game exemple
  • Lire la suite
  • 2
  • 3
  • »
  • Dernière »
  • Contactez nous
  • Suivez nous sur Twitter
  • Aimez nous sur Facebook
  • Inscrivez vous à nos flux RSS
  • Visitez notre page YouTube
  • SMS bonne année
  • Les jeux sur Smartphone, des incontournables aux plus inattendus
  • Jusqu’où peut aller la Gamification du monde ?
  • [Test] Un Serious Game pour réviser ses tables de multiplication
  • Virtuadz devient l’Agence 1984 : Communiqué de presse
  • On l’attendait, il est arrivé : L’advergame musical Coca-Cola
  • makkiii commented on BP : Championship rally, le jeu ultime
  • Website Design Comapny in USA commented on [Dossier] Mutation des Jeux chez Google
  • Dentist Emeryville commented on [Test] Funland pour apprendre l’anglais
  • Pháp Luân Công commented on BP : Championship rally, le jeu ultime
  • Pháp Luân Công commented on 5 advergames qui vous sont passés sous le nez
  • Jusqu'où peut aller la Gamification du monde ?
  • Speaky Planet Serious Game pour apprendre l'anglais aux enfants
  • [Dossier] Mutation des Jeux chez Google
  • Les jeux sur Smartphone, des incontournables aux plus inattendus
  • [Dossier] Facebook reste le Maître du Jeu
  • Home
  • What is Agency 1984?
  • About Us
  • Services
  • Blog
  • Contact Us
  • Mentions légales
  • RSS
  • Facebook
  • Twitter
  • YouTube
  • Site Color

  • CSS Link: http://advergame.fr/wp-content/themes/NineteenEightyFourBlog/style.css

  • #FFFFFF: 9

  • #D3CDC0: 8

  • #C0BAAC: 8

  • #231814: 4

  • #000000: 3

  • #796F5B: 3

  • #14213D: 3

  • #36322A: 3

  • #6D290B: 3

  • #213E7C: 2

  • #C3BEB2: 2

  • #0E1527: 2

  • #000: 2

  • #B4B0A5: 2

  • #67635A: 1

  • #752C0C: 1

  • #C4BDAE: 1

  • #584134: 1

  • #938D82: 1

  • #918F82: 1

  • #B5B2AB: 1

  • #E8E8DA: 1

  • #FFF: 1

  • #DFE0D3: 1

  • #5F2209: 1

  • #0E1526: 1

  • #89909F: 1

  • #1C1310: 1

  • #142E66: 1

  • #E5E5D8: 1

  • #A9A8A8: 1

  • #D4CFC5: 1

  • #EEEEEE: 1

  • #3B362E: 1

  • #B6B0A3: 1

  • CSS Link: http://advergame.fr/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.2.1

  • #FF0000: 2

  • #FFF: 1

  • #888: 1

  • #F00: 1

  • #F7E700: 1

  • #FFA500: 1

  • #398F14: 1

  • CSS Link: http://advergame.fr/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70

  • #000: 1

  • #BFBFBF: 1

  • CSS Link: http://advergame.fr/wp-content/plugins/addthis/css/output.css?ver=4.2.25

  • Whois Information

    Server Information

    Google Trend

    Stripped HTML Tag View

    HTTP/1.1 200 OK Date: Sat, 07 Dec 2019 11:29:50 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache X-Pingback: http://advergame.fr/xmlrpc.php Set-Cookie: PHPSESSID=37khrnqleeh7nluq370d8uta84; path=/ Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 Advergame.fr → advergames et jeux sociaux 1984 Home What is Agency 1984? About Us Clients Services Blog Contact Us Soma Pro [Dossier] Facebook reste le Maître du Jeu Jun26 Tweet this Gabriel Mamou-Mani Facebook,Socialgames jeux facebook, jeux sociaux facebook Facebook : la Plate Forme la moins chère Pour les sociétés qui souhaitent lancer une application, Facebook reste à l’heure actuelle la plate forme la moins chère et la plus rentable.[…] Lire la suite 199 Comment [Test] Un Serious Game pour réviser ses tables de multiplication Jun*** Tweet this Gabriel Mamou-Mani educatif,Education,Seriousgames jeux sérieux, serious games Un Serious Game élaboré avec des orthophonistes Math Mathiews permet aux enfants de réviser leurs tables dans un univers ludique de bande dessinée. Les trois mini-jeux sont basés sur trois méthodes […] Lire la suite 160 Comment [Dossier] Mutation des Jeux chez Google Jun12 Tweet this Gabriel Mamou-Mani Multijoueurs,Socialgames cloud gaming, jeux sociaux exemples Les jeux ont été lancés en 2011 sur Google Plus, dans le but d’attirer des joueurs comme sur Facebook. Mais comme l’ensemble du réseau Google Plus – qui monte pourtant en puissance depuis quelques semaines – , le succès n’a pas été au rendez-vous. Lors d’une récente conférence de presse, Google a annoncé officiellement la fermeture […] Lire la suite 283 Comment [Test] Les Snum’s reviennent avec un Social Game sur Facebook Jun5 Tweet this Gabriel Mamou-Mani Facebook,Socialgames jeux facebook Syntec et la Tribu des Snum’s Depuis maintenant quelques mois, Syntec (La Fédération des métiers du Numérique) a créé « Les S’nums »  une tribu préhistorique qui découvre et partage les joies de l’emploi numérique. Nous les avions découverts au travers d’une web série disponible sur leur page Facebook. Le but de cette campagne était de […] Lire la suite 104 Comment Speaky Planet Serious Game pour apprendre l’anglais aux enfants May29 Tweet this Gabriel Mamou-Mani Education,Enfants,Formation,Plates Formes,Seriousgames serious game exemple Speaky Planet est une plate forme complète, avec de nombreux jeux, puzzles, jeux de course, jeux de mémoire. Une méthode ludique et interactive qui va permettre à l’enfant d’apprendre sans s’en rendre compte, tout en s’amusant ! Partenaire du CNED, référencé sur « Potati, Ton pote à toi », navigateur sécurisé pour les enfants, et sur le site KIDILIK.FR, un site « culture et sorties pour les enfants de 0 à 12 ans. »[…] Lire la suite 353 Comment Page 1 de 103123...»Dernière » Qui sommes nous? 1984 est la première agence conseil en marketing interactif spécialisée dans le jeu social. Nous concevons des dispositifs performants pour optimiser l’acquisition de clients et leur fidélisation. Contactez nous téléchargez notre guide Vous aimez? Inscrivez-vous à notre newsletter : Suivez nous sur Twitter Aimez nous sur Facebook Inscrivez vous à nos flux RSS Visitez notre page YouTube Recherche Catégories Choisissez une à plusieurs catégories » Par Cible +30 Adolescents BtoB Enfants Femmes Hommes Tech » Par Problématique Collecte Fidélisation Formation Monétisation Recrutement Sensibilisation Trafic » Par Secteur Automobile Drink Food Education Entertainment Grande conso High tech Hygiène beauté Luxe Prêt à porter Services à la personne Services publics sport Voyages Web » Par Type d’article A l’Ouest Actualités Advergames Casualgames Dossiers Gamification Points techniques Revue de presse Seriousgames Socialgames Vidéos » Par Type de jeu 3D Actualité Arcade Aventure casino Combat Course educatif Facebook Gestion Mobiles Moteurs Physiques Multijoueurs Musique Plates Formes Réflexion Sport Vidéos interactives Wouaw SMS bonne année Pour fêter la bonne année par SMS avec des idées amusantes, ce site est la meilleure solution. Meilleurs articles Populaires Récents Les + commentés Les jeux sur Smartphone, des incontournables aux plus inattendus 01/06/2012 Jusqu’où peut aller la Gamification du monde ? 26/03/2011 [Test] Un Serious Game pour réviser ses tables de multiplication ***/06/2013 Virtuadz devient l’Agence 1984 : Communiqué de presse 02/06/2011 On l’attendait, il est arrivé : L’advergame musical Coca-Cola 30/08/2011 makkiii commented on BP : Championship rally, le jeu ultime Website Design Comapny in USA commented on [Dossier] Mutation des Jeux chez Google Dentist Emeryville commented on [Test] Funland pour apprendre l’anglais Pháp Luân Công commented on BP : Championship rally, le jeu ultime Pháp Luân Công commented on 5 advergames qui vous sont passés sous le nez Jusqu'où peut aller la Gamification du monde ? 564 commentsSpeaky Planet Serious Game pour apprendre l'anglais aux enfants 353 comments[Dossier] Mutation des Jeux chez Google 283 commentsLes jeux sur Smartphone, des incontournables aux plus inattendus 201 comments[Dossier] Facebook reste le Maître du Jeu 199 comments Home What is Agency 1984? About Us Services Blog Contact Us Copyright © 2010 1984. All rights reserved. Mentions légales RSS Facebook Twitter YouTube

    Similar site & Feed

    Ads

    Alexa Stats

    Google Image Search

    Loading

    Created by BATW 2014. Terms of Use and Privacy Policy
    Your IP: