Pour insérer le plugin vidéo :[iframe src= »https://www.catalogue-lentilles.fr/partners/video-link.html » width= »320″ height= »240″] |
ShorCode WordPress : Installez le plugin IFRAME puis ajouter le shortcode suivant à votre article :
Ou insérez le code PHP suivant dans votre script :
Code PHP simple : <?=file_get_contents("https://www.catalogue-lentilles.fr/partners/video-link.html");?> Code HTML : <style> .catlent{width:270px; border:1px solid silver; height:190px; -moz-border-radius: 0px; -webkit-border-radius: 15px 15px 0px 0px; border-radius: 15px 15px 0px 0px; font-family:calibri; } .catlent a{color:royalblue;text-decoration:none;} .catlent a:hover{color:royalblue;text-decoration:none;} .catlent a:link{color:royalblue;text-decoration:none;} .catlent img{border:none;} .catlent img.catlent-logo{margin-left:10px; margin-right:10px;width:50px; float:left; display:block; border:none;} .catlent span{font-size:20px;} .catlent .legend{font-size:8px; color:gray;} .catlent div#heading{height:55px;} </style> <div id="catlent" class="catlent"> <div id="heading"> <a href="https://www.catalogue-lentilles.fr/outputs/redirect.php?from=partner&url=https://www.catalogue-lentilles.fr" target="_blank"> <img class="catlent-logo" alt="logo Catalogue-Lentilles" title="Application web totalement gratuite" src="https://www.catalogue-lentilles.fr/img/logo68.png"><span>Catalogue-Lentilles</span><br> <span class="legend"> La base de données dédiée aux lentilles de contact</span> </a> </div> <div id="video" style="position:relative;width:268px;height:135px; padding-left:1px;"> <video controls="controls" autoplay="autoplay" poster="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.jpg" width="268" height="135" title="demo-recherche-lentilles-de-contact-v2" loop="loop" onended="var v=this;setTimeout(function(){v.play()},300)"> <source src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.m4v" type="video/mp4" /> <source src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.webm" type="video/webm" /> <source src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.ogv" type="video/ogg" /> <source src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.mp4" /> <object type="application/x-shockwave-flash" data="https://www.catalogue-lentilles.fr/videos/index.files/html5video/flashfox.swf" width="268" height="135" style="position:relative;"> <param name="movie" value="https://www.catalogue-lentilles.fr/videos/index.files/html5video/flashfox.swf" /> <param name="allowFullScreen" value="true" /> <param name="flashVars" value="autoplay=true&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=true&poster=https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.jpg&src=demo-recherche-lentilles-de-contact-v2.m4v" /> <embed src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/flashfox.swf" width="268" height="135" style="position:relative;" flashVars="autoplay=true&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=true&poster=https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.jpg&src=demo-recherche-lentilles-de-contact-v2.m4v" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_en" /> <img alt="demo-recherche-lentilles-de-contact-v2" src="https://www.catalogue-lentilles.fr/videos/index.files/html5video/demo-recherche-lentilles-de-contact-v2.jpg" style="position:absolute;left:0;" width="268" height="135" title="Video playback is not supported by your browser" /> </object> </video> </div> </div> |
Pour insérer la pastille :[iframe src= »https://www.catalogue-lentilles.fr/partners/logo-link.html » width= »320″ height= »70″] |
Installez le plugin IFRAME puis ajouter le shortcode suivant à votre article :
Ou insérez le code PHP suivant dans votre script :
Code PHP simple : <?=file_get_contents("https://www.catalogue-lentilles.fr/partners/logo-link.html");?> Code HTML : <style> .catlent{width:280px; border:1px solid silver; margin:5px;padding:5px; -moz-border-radius: 0px; -webkit-border-radius: 15px 15px 15px 15px; border-radius: 15px 15px 15px 15px; font-family:calibri; display:block; } .catlent a{color:royalblue;text-decoration:none;} .catlent a:hover{color:royalblue;text-decoration:none;} .catlent a:link{color:royalblue;text-decoration:none;} .catlent img{border:none;} .catlent img.catlent-logo{margin-left:5px;margin-right:10px;height:50px; float:left; display:block; border:none;} .catlent span{font-size:20px;} .catlent .legend{font-size:10px; color:gray;} </style> <div id="catlent" class="catlent"> <a href="https://www.catalogue-lentilles.fr/outputs/redirect.php?from=partner&url=https://www.catalogue-lentilles.fr" target="_blank"> <img class="catlent-logo" alt="logo Catalogue-Lentilles" title="Application web totalement gratuite" src="https://www.catalogue-lentilles.fr/img/logo68.png"><span>Catalogue-Lentilles</span><br> <span class="legend"> La base de données dédiée aux lentilles de contact</span></a> </div> |