Icono del sitio Pixelco Tech

So So Social – Plugin jQuery y YQL para mostrar el contenido de las redes sociales

So So Social jQuery PluginSo So Social es un plugin jQuery y YQL (Yahoo Query Language) para mostrar el contenido de las redes sociales usando el RRS.

Implementar So So Social Plugin

Simplemente hay que enlazar los siguientes archivos en la sección HEAD del HTML de la página:

/*Enlace a la hoja de estilo (CSS)*/
<link rel="stylesheet" href="style.css" type="text/css"
media="screen" title="no title" charset="utf-8">
/*Enlace a jQuery*/
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
type="text/javascript" charset="utf-8"></script>
/*Enlaces al plugin So So Social*/
<script src="so.so.social.feed.compressed.js" type="text/javascript"
charset="utf-8"></script>
/*En el siguiente archivo
hay que configurar los RSS
que se quieren mostrar*/
<script src="so.so.social.init.js" type="text/javascript"
charset="utf-8"></script>

Y también agregar el siguiente script Javascript:

<script>
$(document).ready(function() {
$("#activityFeed").soSoSocial();
});
</script>

Por último, el siguiente fragmente es el código HTML necesario para mostrar le contenido del los RSS configurados:

<div id="activityFeed">
<div style="text-align: center;">
<br /><br />
<img src="ajax.gif" alt="Ajax"
style="text-align:center; width:32px; height:32;">
</div></div>

En la página de So So Social hay disponible para descargar un demo completamente funcional que se puede correr directamente en el navegador.

So So Social Plugin

Sitio: johnpatrickgiven.com/jquery/soSoSocial

Vía: www.webresourcesdepot.com

<div id="activityFeed"><div style="text-align: center;"><br /><br /><img src="ajax.gif" width="32" height="32" alt="Ajax" align="center"></div></div>
Salir de la versión móvil