Posts relacionados y opciones para compartir las entradas en Blogger – Motor – World – Abogado

Desde hace algunos díasErick me ha pedido que le muestre cómo obtener el mismo footer en las entradas que el que uso en mi blog, es decir que incluya opciones para compartir, entradas relacionadas, enlaces y otras funciones.


El resultado es muy similar a este:

Añadiendo el footer en Blogger:

Paso 1: Añadiendo las secciones:

En ''Diseño | Edición HTML'' marcaremos ''Expandir plantillas de artilugios'', buscaremos la siguiente sección:
data:post.body/
Justo debajo, pegaremos el siguiente código:

b:if cond='data:blog.pageType == "item"'
div id='contenedor'
div id='compartir'

pCompartir:/p

a class='twitter' expr:href='"http://twitter.com/home?status=" + data:post.title + ": " + data:post.url' rel='nofollow' target='_blank' title='Twittear'img src='https://lh3.googleusercontent.com/-ZMNstTQBIDA/TYLOGEj41uI/AAAAAAAAAdM/n_4rUoHcKJo/s1600/twitter.png' width='20'//a

a class='facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url+ "&title=" + data:post.title' rel='nofollow' target='_blank' title='Compartir en Facebook'img src='https://lh4.googleusercontent.com/-CUtQ6kBQkTg/TYLOEdjw_AI/AAAAAAAAAdA/pHni6wywITA/s1600/facebook.png' width='20'//a

a class='digg' expr:href='" http://digg.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Digg This'img src='https://lh4.googleusercontent.com/-ovYjTuczvP8/TYLOBtxn9uI/AAAAAAAAAc4/ujelP_eOGkw/s1600/digg.png' width='20'//a

a class='delicious' expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Delicious'img src='https://lh3.googleusercontent.com/-1sMwHkUe9vU/TYLQmuhuhDI/AAAAAAAAAdU/ophW59l0LNU/s1600/delicious.png' width='20'//a

a class='myspacee' expr:href='"http://www.myspace.com/Modules/PostTo/Pages/?u=" + data:post.url + "&t=" + data:post.title ' rel='nofollow' target='_blank' title='Compartir en Myspace'img src='https://lh3.googleusercontent.com/-3XMmSAIqSqs/TUt-_5lsyzI/AAAAAAAAAGU/xBZu64-48S0/s1600/myspace.png' width='20'//a

<a href="javascript:popw='';Q='';x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection) {Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}popw = y.open('http://www.blogger.com/blog_this.pyra?t=' + escape(Q) + '&u=' + escape(location.href) + '&n=' + escape(document.title),'bloggerForm','scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes');if (!document.all) T = setTimeout('popw.focus()',50);void(0);">img src='https://lh5.googleusercontent.com/--XlBitL13CA/TUt-3Mh5MoI/AAAAAAAAAEw/TBRYqetuXB4/s1600/blogger.png' width='20'/</a>


a class='fresqui' expr:href='"http://tec.fresqui.com/post?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Fresqui'img src='https://lh3.googleusercontent.com/--W41bK3eeVI/TYLRpFtsaKI/AAAAAAAAAdc/evQOnl5TAi8/s1600/fresqui.png' width='20'//a

p<label for="aa-url">URL para compartir:</label><br /><input size="40" readonly="readonly" onclick="this.focus();this.select();" type="text" id="aa-url" value="data:post.url/" />/p

div id='ab_shorturl'
form expr:id='"ab_short_holder_" + data:post.id'//div
script type='text/javascript'
acortador_url.init("ab_short_holder_data:post.id/","data:post.url/")
/script

pVotar:/p

script src='http://apis.google.com/js/plusone.js' type='text/javascript'/
g:plusone expr:href='data:post.url' size='small'/

a expr:href='"http://bitacoras.com/anotaciones/" + data:post.url'img alt='votar' expr:src='"http://widgets.bitacoras.com/votar/mini/" + data:post.url' title='Votar este artículo en Bitacoras.com'//a

/div
div id='related-posts'
pPosts Relacionados: /p
font color='#FFFFFF'b:loop values='data:post.labels' var='label'b:if cond='data:label.isLast != "true"'/b:if cond='data:blog.pageType == "item"'
script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=2"' type='text/javascript'//b:if/b:loop /font
script type='text/javascript' removeRelatedDuplicates(); printRelatedLabels();
/script
/div
/div
/b:if

Paso 2: Añadiendo los scripts de bit.ly y de las entradas relacionadas:

Ahora busca la siguiente sección:
/head 
Arriba de esta, deberás pegar el siguiente código:
script charset='ISO-8859-1' src='http://archivos.ayuda-bloggers.info/Scripts%20Recuperados/posts-relacionados-blogger.js' type='text/javascript'/
script charset='utf-8' src='http://bit.ly/javascript-api.js?version=latest&login=cloudx18&apiKey=R_42c899cd058d1c93edca0e05ffee5a33' type='text/javascript'/
script src='http://archivos.ayuda-bloggers.info/Scripts%20Recuperados/acortador%20bitly.js' type='text/javascript'/

Paso 3: Añadiendo CSS:

Ahora deberás buscar la siguiente sección:
/b:skin
Arriba de esta deberás pegar el siguiente fragmento:
#compartir {width:230px;padding:2px;float:left;background:#fff;line-height: 1.5em;}
#contenedor {border-top:1px solid #c5c5c5;padding:2px 13px;margin-bottom:3px;margin-top:50px;}
#contenedor img {border:none;padding:0px;}
#related-posts {padding-left:3px;float:right;width:230px;}

Guarda los cambios y listo.

Importante:

Como puedes apreciar, son combinaciones de distintos tutoriales, simplemente las he añadido de forma conjunta, si sólo quieres algunas funciones sólamente, puedes revisar los siguientes posts:
En el caso del script de Bit.ly, es necesario una API Key, pero como he agregado la mía no será necesario.

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 Football Mesothelioma law firm,mega life and health FIFA World Cup es un buen servicio en las distintas naciones trans union pero resulto que tenia cancer y fui a asbestos cancer y me dijeron en asbestos mesothelioma que tambien padecia de prostate cancer treatment y un daño tremendo a mi organismo fui a malignant pleural mesothelioma,asi que hice un prestamo en credit repair y otro en chase credit pero de pronto un anti spam software asi que decido un auto en rental car in costa rica me registre en Facebook en internet domain registration y tambien obtuve un domain registration,Selling annuity payments for cash,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

Car Insurance Quotes Utah PAPERPORT PROMOTIONAL CODE Gas/Electricity Donate Car To Charity CALIFORNIA MET AUTO personal injury accident lawyer houston mesothelioma attorney sell your structured settlement payments quotes car Motor Insurance Quotes CAR INSURANCE QUOTES COLORADO Futuristic Architecture Cheap Car Insurance in Virginia home phone internet bundle Online casino Donate your car Sacramento Dallas Mesothelioma Attorneys Php programmers Car Insurance Quotes Colorado Mobile casino Webex Costs PSYCHIC FOR FREE Neuson mesothelioma lawyer houston mesothelioma lawsuit See more at http//wwwginfostopnet/ Car Insurance Quotes LOW CREDIT LINE CREDIT CARDS Seo company mesothelioma lawyer california Hire php developer Dayton Freight Lines mesothelioma claims Casino california motorcycle accident lawyer Nunavut culture DONATING A CAR IN MARYLAND DONATE OLD CARS TO CHARITY Best Criminal Lawyers in Arizona Car Accident Lawyers Seo services boulder personal injury lawyers mesothelioma settlement amounts motorcycle lawyer los angeles Online Colleges Mesothelioma Law Firm CAR INSURANCE QUOTES UTAH WORLD TRADE CENTER FOOTAGE refinance with poor credit injury attorney baton rouge DONATE YOUR CAR FOR KIDS Social media management Donating a Car in Maryland Donate your Car for Money Make money online Australia city college in miami mortgage adviser Annuity Settlements Social media tools personal injury lawyer federal criminal defense attorney car insurance in south dakota Casino reviews cheap domain registration hosting miami personal injury lawyer donate car for tax credit Asbestos Lawyers alabama mesothelioma lawyer Photo Christmas cards Psd to WordPress Live casino DUI lawyer Hire php developers New social media platforms domain name yahoo Hire php programmers sell structured settlement calculator CAR INSURANCE IN SOUTH DAKOTA Holland Michigan College Motor Replacements Dwi lawyer Donate Car for Tax Credit Online Christmas cards Service business software Criminal lawyer mesothelioma attorney motorcycle accident lawyer san francisco Donate your car for kids Business finance group Criminal defense lawyer Php programmers for hire Bankruptcy lawyer VIRTUAL DATA ROOMS PHD IN COUNSELING EDUCATION Computer science classes online DONATING USED CARS TO CHARITY injury lawyers west palm beach holland michigan college state of california car insurance NEUSON wisconsin mesothelioma attorney colorado mesothelioma lawyers business voice mail service Seo companies Best social media platforms for business MORTGAGE ADVISER Online motor insurance quotes mesothelioma information DONATE CARS IN MA Donate car for tax credit Social media strategies workers compensation lawyer los angeles ashely madis Social media platforms for business Custom WordPress theme designer

Share: