Traductor flotante con jQuery en Blogger – PHD

Habíamos visto con anterioridadcómo añadir un sistema traductor en la sidebar en Blogger, en esta oportunidad creé uno a base del anterior, pero que éste tuviese la propiedad de ser flotante y animado a base de jQuery.

Puedes ver trabajando el script en esteblog de pruebas

¿Cómo añadirlo en Blogger?

Paso 1: Añadiendo jQuery:
Importante: Si tienes jQuery instalado en tu plantilla no hará falta volverlo a añadir.

En ''Diseño | Edición HTML'' selecciona ''Expandir plantillas de artilugios''. Busca la siguiente línea:
/b:skin

Debajo de esta, pega el siguiente código:
script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js' type='text/javascript'/

Paso 2: Añadiendo los valores y atributos del script:

Ahora busca la siguiente sección:
/head
Arriba de esta, pega el siguiente código:
script type='text/javascript'
$(document).ready(function() {
var $sidebar = $("#traductor"),
$window = $(window),
offset = $sidebar.offset(),
topPadding = 55;
$window.scroll(function() {
if ($window.scrollTop() > offset.top) {
$sidebar.stop().animate({
marginTop: $window.scrollTop() - offset.top + topPadding
});
} else {
$sidebar.stop().animate({
marginTop: 0
});
}
});
});
/script

Paso 3: Añadiendo los estilos y flotaciones:

Ahora busca la siguiente línea:
/b:skin
Debajo de ésta pega el siguiente fragmento CSS:
#traductor {
float: left;
margin-left: 251px;
background: #000;
position: absolute;
border-radius: 6px;
width:40px;
border:6px solid #fff;
}
#traductor .contenido {
clear: left;
padding: 8px;
}

Guarda todos los cambios y listo.


Paso 4: Añadiendo el gadget:

Ahora en ''Diseño | Elementos de la página'' agrega un gadget ''HTML/Javascript'', en el cual deberás pegar el siguiente código:
div id='traductor'
div class='contenido'
a class="google_translate" href="#" target="_blank" rel="nofollow" title="English" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cen&hl=en'); return false;"img alt="English" border="0" align="absbottom" title="English" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8xv2GJUYp-W-7oLE5czQcTNCmHQurAtzM4Cdurcv03I8xB9T6zrT7Guq6aMlmtmza363fTTVKm1Ul3sb1IhiusQZMDSPpzNm1pOsp2FpxbJO8Q8WTVy1xH8_3QzlSiZokRkmHvjV5PiM/s200/United+Kingdom(Great+Britain).png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="French" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cfr&hl=en'); return false;"img alt="French" border="0" align="absbottom" title="French" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitMPPiOgekdoVztleFf-EyBLqIv8aLfXuVT7IaB_fLSQiR7T57PAIsFowpujBToV_aZLsa7zWECrL6jYkEpE7bhFJr9T-i7vYdjQeeylmPOX0zA_dpnGpURlkPkThuERPDO2akae6VxSo/s200/France.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="German" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cde&hl=en'); return false;"img alt="German" border="0" align="absbottom" title="German" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2rF2SV3eo-D_hKuXrigFOZmdPukSmbRlDOd8H-9k3iFdX6C86veaJLeajIN-0UNagWmSaHsWpVzUbxxHXjjSR4Ru_NSPDUuQThx2wfDvjF52AIChr6dpedAfB2vXJsQLNKB6sfPvD_Mk/s200/Germany.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Spanish" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Ces&hl=en'); return false;"img alt="Spanish" border="0" align="absbottom" title="Spanish" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqv-XPkowjkfs9QTiISje_t0J3d8CBGUzX0qT2FR0AUkWDN7xPRScMbhpQooIsZ3-oTFoadU-osrGmCjSzd2ijAPfIi9Umov6m6EX8ho49h-3Qd5pbzbmUU4d-Wo87rCKa9IpQTSfb6cI/s200/Spain.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Italian" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cit&hl=en'); return false;"img alt="Italian" border="0" align="absbottom" title="Italian" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdOBcwK_xjA1LUJIcrsHtVqsVc2u8SW1xLdBa4DMf4KDA7JZLDjeMc17lGNd-HY-kcvt6r4BVUYGk2x8V1W8i4x_DBXoMZTosioy5W5W1j9dyAVV363Af26Me9VUsfePYP6ExkMUY7fik/s200/Italy.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Dutch" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cnl&hl=en'); return false;"img alt="Dutch" border="0" align="absbottom" title="Dutch" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJmZnExMhFRHjMxUETKP4lLLlTYSdacCiLKpGh6u5IuyOc80XtkH_BL2X5Y29WZuoMtC9JhHekYKWGqmcZjZVDc2VAjy4c6gX-0m2JWdfmlHYHEUHKjDVvKYD-3IMF0kohHcNMvuYCj4M/s200/Netherlands.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Russian" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cru&hl=en'); return false;"img alt="Russian" border="0" align="absbottom" title="Russian" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAZzizIygDVhFxSSR0T55bPCYZTZSY2r14kWJhrTYyOFJTl9LqXBbjsVllz7Vfq3I7OpzWYS95HvvJ8i5i_Lt7wcGGb7X1UDN2SvZLWOwSO-WJcyZ9oCgnhiS3LD0UyiFsrFWx2gYZpUg/s200/Russian+Federation.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Portuguese" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cpt&hl=en'); return false;"img alt="Portuguese" border="0" align="absbottom" title="Portuguese" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2SswF4Ag3CVG7PceJdTVCX5ZlbChKim9dTupc5HUEQYhcnuyK-rnCzmmLKW4wZ0svHupd8VWzLGNYC-wPy6WeBwI_mgsuFb31CyYgDbj4Tv_FFSdA6GXk5WafyVuXzRENg9YqI7YXu2k/s200/Brazil.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Japanese" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cja&hl=en'); return false;"img alt="Japanese" border="0" align="absbottom" title="Japanese" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_KzLL23n9tppzkVGaJ2L8yiVZODn6NcGrD_Zo1bA3QMWRBvXDiPsvIN0HQlxrFJwh3r_YEtO2MoK11Jo7n0_kn_CHjbMA4q5zBjlsUxLV0V7g9ml6EqZXCUTbL3ndmdNH57gvC4BZ2l8/s200/Japan.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Korean" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Cko&hl=en'); return false;"img alt="Korean" border="0" align="absbottom" title="Korean" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSS0m2i0kV_pARCh0UyrLkk2W_Y9pfkmG4IKzWclFAeR-jLs3kwHNvQiYsh-hMsY-Ulg4HdLkh9ysVqeQ5x7PYOaCPQB7hMoYN9ISxXiWqM1vSz0vRL6NQ2PjsupvWCAQDgK0fAmFLIOE/s200/South+Korea.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Arabic" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Car&hl=en'); return false;"img alt="Arabic" border="0" align="absbottom" title="Arabic" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTYh6XqzzH2IKmR_0rDZEIpbAG3wnDXu5W2yBF7RldF16weI8FG2qwobwefW5EGLp9IaIpLFMKA_iweRhyphenhyphen_vceSTp0VZSLMriyRuqwOnoAWU-dIhEC_q18JWLdZbo61Q7tjVN-CR6YcRY/s200/Saudi+Arabia.png" style="cursor: pointer;margin-right:8px" width="24"//a
a class="google_translate" href="#" target="_blank" rel="nofollow" title="Chinese Simplified" onclick="window.open('http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=auto%7Czh-CN&hl=en'); return false;"img alt="Chinese Simplified" border="0" align="absbottom" title="Chinese Simplified" height="24" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdDKtN17bGf2KgNgmgRFTkNl7Co3_tSlj-8YPdLJU201Dbl7evzxxnBXtCU3kq0YlWCrm5mt4-OSg1iR8TKRHN-RgEzB9n3gyFUaO-nv4hojWdWzW0IRvYOiiGr_5AJRIWZIbBGG142to/s200/China.png" style="cursor: pointer;margin-right:8px" width="24"//a
/div
/div

Guarda el gadget y listo.


Consideraciones:

  • Si el traductor se ve sobrepuesto o muy lejos, cambia el siguiente atributo:
margin-left: 251px;
Un valor mayor o menor hará que el gadget aumente el margen o disminuya.


  • Si deseas que el traductor aparezca a la izquierda, simplemente utiliza un valor negativo, es decir:
margin-left: -600px;
Recuerda que ninguna plantilla es igual a otra, por lo que deberás setear manualmente el valor para darle una mejor ubicación.

MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private JetMundial FootballFIFA World Cup Vestidos de Perros y gatosHosting Dominio web movilSelling annuity payments for cashSelling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlementStructured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

ASBESTOS LAWYERS Health Records Personal Health Record Cheap Domain Registration Hosting Donating a Car in Maryland Business finance group cheap car insurance in virginia sell structured settlement calculator utah mesothelioma lawyer WordPress themes for designers motorcycle accident lawyer san francisco BEST CRIMINAL LAWYER IN ARIZONA DUI lawyer Online classes domain name yahoo Car Donate Auto Mobile Insurance Quote Online casino CHEAP AUTO INSURANCE IN VA Social media examiner car crash attorneys auto insurance cost by state structered settlement AUTOMOBILE ACCIDENT ATTORNEY Car Insurance Companies car accident lawyer san bernardino Futuristic Architecture Neuson firm law mesothelioma mesothelioma attorney illinois Business management software Social media platforms NEUSON Donate Car to Charity California Donate Cars Illinois illinois law lemon DONATING USED CARS TO CHARITY Casino diagnosed with mesothelioma workers compensation lawyer los angeles Holland Michigan College Psd to html How to Donate A Car in California Live casino Php programmers student loan consolidation program Proud Italian cook Seo companies mesothelioma claims auto accident attorney Torrance Dallas Mesothelioma Attorneys Futuristic architecture integrated ehr business voip solutions Auto Accident Attorney Bankruptcy lawyer Mobile casino mesothelioma attorney Best social media platforms for business Php programmers for hire Make money online Australia Html email personal injury lawyer sarasota fl Home Phone Internet Bundle Hire php developers ashely madis Psychic for Free Best social media platforms criminal defense attorneys florida attorney lawyer mesothelioma ONLINECLASSES mesothelioma Casino reviews peritoneal mesothelioma donate car for tax credit phd in counseling education mesothelioma lawyer houston workplace accident attorney Low credit line credit cards att call conference Hire php programmers Forex Trading Platform Learning adobe illustrator Dwi lawyer Criminal lawyer Service business software Car Insurance in South Dakota accident lawyers in los angeles Criminal defense lawyer Donate your car Sacramento Cheap Auto Insurance in VA Email bulk service Hire php developer PhD in counseling education offshore accident lawyer Seo company ANNUITY SETTLEMENT Computer science classes online holland michigan college WordPress hosting injury lawyers west palm beach fortis health insurance temporary FUTURISTIC ARCHITECTURE bus accident attorneys Best Seo company washington mesothelioma attorney sell annuity payment Social media tools Data Recovery Raid Car insurance quotes Colorado meso lawyer Italian cooking school New social media platforms Social media platforms for business Custom WordPress theme designer Seo services

Share: