diff options
Diffstat (limited to 'files/es/web/api/mozsocial')
-rw-r--r-- | files/es/web/api/mozsocial/closepanel/index.html | 19 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/getattention/index.html | 19 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/getworker/index.html | 19 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/index.html | 44 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/isvisible/index.html | 22 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/openchatwindow/index.html | 26 | ||||
-rw-r--r-- | files/es/web/api/mozsocial/openpanel/index.html | 30 |
7 files changed, 179 insertions, 0 deletions
diff --git a/files/es/web/api/mozsocial/closepanel/index.html b/files/es/web/api/mozsocial/closepanel/index.html new file mode 100644 index 0000000000..1b2305967f --- /dev/null +++ b/files/es/web/api/mozsocial/closepanel/index.html @@ -0,0 +1,19 @@ +--- +title: MozSocial.closePanel +slug: Web/API/MozSocial/closePanel +tags: + - Social +translation_of: Archive/Social_API/MozSocial/closePanel +--- +<p>{{ ApiRef() }}</p> +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<h3 id="Summary" name="Summary">Resumen</h3> +<p>Cierra el panel social que está actualmente abierto en el panel del proveedor de servicios sociales de nivel superior.</p> +<h3 id="Syntax" name="Syntax">Sintaxis</h3> +<pre class="eval">MozSocial.closePanel(); +</pre> +<h3 id="Parametros">Parametros</h3> +<p>Ninguno.</p> +<h3 id="Specification" name="Specification">Especificación</h3> +<p>No es parte de ninguna especificación.</p> diff --git a/files/es/web/api/mozsocial/getattention/index.html b/files/es/web/api/mozsocial/getattention/index.html new file mode 100644 index 0000000000..e362749b56 --- /dev/null +++ b/files/es/web/api/mozsocial/getattention/index.html @@ -0,0 +1,19 @@ +--- +title: MozSocial.getAttention +slug: Web/API/MozSocial/getAttention +tags: + - Social +translation_of: Archive/Social_API/MozSocial/getAttention +--- +<p>{{ ApiRef() }}</p> +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<h3 id="Summary" name="Summary">Resumen</h3> +<p>Ejecuta algunas acciones, posiblemente específicas de la plataforma, diseñadas para obtener la atención del usuario. Esto puede involucrar la reproducción de un efecto de sonido, parpadeo en la pantalla, o mostrando alguna otra forma de efecto.</p> +<h3 id="Syntax" name="Syntax">Sintaxis</h3> +<pre class="eval">MozSocial.getAttention(); +</pre> +<h3 id="Parámetros">Parámetros</h3> +<p>Ninguno.</p> +<h3 id="Specification" name="Specification">Especificación</h3> +<p>No es parte de ninguna especificación.</p> diff --git a/files/es/web/api/mozsocial/getworker/index.html b/files/es/web/api/mozsocial/getworker/index.html new file mode 100644 index 0000000000..e32cc7b240 --- /dev/null +++ b/files/es/web/api/mozsocial/getworker/index.html @@ -0,0 +1,19 @@ +--- +title: MozSocial.getWorker +slug: Web/API/MozSocial/getWorker +translation_of: Archive/Social_API/MozSocial/getWorker +--- +<p>{{ ApiRef() }}</p> +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<h3 id="Summary" name="Summary">Resumen</h3> +<p>Devuelve una referencia al <a href="/en-US/docs/Social_API/Service_worker_API_reference" title="/en-US/docs/Social_API/Service_worker_API_reference">worker del servicio</a> de contenidos de redes sociales. Una vez obtenido, puedes llamar a su método <code>postMessage()</code> para comunicarte con él. Puedes usar uno de los <span style="color: #ffff00;"><span style="background-color: rgb(255, 0, 0);">mensajes estándares para redes sociales</span></span>, o mensajes específicos de ese servicio.</p> +<h3 id="Syntax" name="Syntax">Sintaxis</h3> +<pre class="eval">var <em>socialWorker</em> = MozSocial.getWorker(); +</pre> +<h3 id="Parámetros">Parámetros</h3> +<p>Ninguno.</p> +<h3 id="Valor_devuelto">Valor devuelto</h3> +<p>Una referencia al <a href="/en-US/docs/Social_API/Service_worker_API_reference" title="/en-US/docs/Social_API/Service_worker_API_reference">worker del servicio</a>.</p> +<h3 id="Specification" name="Specification">Especificación</h3> +<p>No forma parte de ninguna especificación.</p> diff --git a/files/es/web/api/mozsocial/index.html b/files/es/web/api/mozsocial/index.html new file mode 100644 index 0000000000..a2f559a9df --- /dev/null +++ b/files/es/web/api/mozsocial/index.html @@ -0,0 +1,44 @@ +--- +title: MozSocial +slug: Web/API/MozSocial +tags: + - API +translation_of: Archive/Social_API/MozSocial +--- +<div>{{ ApiRef("Social API") }} {{non-standard_header}}{{fx_minversion_header("17.0")}}</div> + +<p>The <code>MozSocial</code> object, returned by the <code>navigator.mozSocial</code> property, is available within the social media provider's panel to provide functionality it may need.</p> + +<div class="note"> +<p><strong>Note:</strong> Although Mozilla hopes to submit this API for standardization eventually, it has not yet done so.</p> +</div> + +<h2 id="Attributes" name="Attributes">Properties</h2> + +<dl> + <dt>{{domxref("MozSocial.isVisible")}}</dt> + <dd>Returns a Boolean value; the result is <code>true</code> if the content is visible, otherwise it's <code>false</code>.</dd> +</dl> + +<h2 id="Methods" name="Methods">Methods</h2> + +<dl> + <dt>{{domxref("MozSocial.closePanel()")}}</dt> + <dd>Closes the currently open flyout panel.</dd> + <dt>{{domxref("MozSocial.getAttention()")}}</dt> + <dd>Performs some action designed to get the user's attention; the exact behavior may vary from platform to platform. This might display a visual effect, play an audible notification, flash the screen, or use some other technique.</dd> + <dt>{{domxref("MozSocial.getWorker()")}}</dt> + <dd>Returns a reference to the service worker; once content has this reference, it can call <code>worker.port.postMessage()</code> method to communicate with the service.</dd> + <dt>{{domxref("MozSocial.openChatWindow()")}}</dt> + <dd>Opens a chat window that is anchored to the bottom of the browser window. Each chat window is expected to be a singular chat, but functionality may vary by provider.</dd> + <dt>{{domxref("MozSocial.openPanel()")}}</dt> + <dd>Opens a flyout panel attached to the sidebar at a given vertical offset. This might be, for example, used to display the actual conversation corresponding to a notification in the sidebar.</dd> + <dt>{{domxref("MozSocial.share()")}}</dt> + <dd>Initiates a share action via the SocialAPI Share panel. One argument is passed, an object containing "url", "title", "description", "source" and "image".</dd> +</dl> + +<h2 id="See_also" name="See_also">See also</h2> + +<ul> + <li><a href="/en-US/docs/Social_API" title="Social_API">Social API</a></li> +</ul> diff --git a/files/es/web/api/mozsocial/isvisible/index.html b/files/es/web/api/mozsocial/isvisible/index.html new file mode 100644 index 0000000000..7bc90e47da --- /dev/null +++ b/files/es/web/api/mozsocial/isvisible/index.html @@ -0,0 +1,22 @@ +--- +title: MozSocial.isVisible +slug: Web/API/MozSocial/isVisible +tags: + - Social +translation_of: Archive/Social_API/MozSocial/isVisible +--- +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<p>{{ ApiRef() }}</p> +<h2 id="Summary" name="Summary">Resumen</h2> +<p>Indica si la barra lateral del contenido del proveedor de social media está o no visible actualmente.</p> +<h2 id="Syntax" name="Syntax">Sintaxis</h2> +<pre class="eval">var <em>visible</em> = navigator.MozSocial.isVisible +</pre> +<p>Al retornar, <code>visible</code> es <code>true</code> si la barra lateral es visible actualmente; de otro modo es <code>false</code>.</p> +<h2 id="Especificación">Especificación</h2> +<p>No es parte de ninguna especificación.</p> +<h2 id="Ver_también">Ver también</h2> +<ul> + <li><a href="/en-US/docs/Social_API" title="/en-US/docs/Social_API">Social API</a></li> +</ul> diff --git a/files/es/web/api/mozsocial/openchatwindow/index.html b/files/es/web/api/mozsocial/openchatwindow/index.html new file mode 100644 index 0000000000..26f6b97643 --- /dev/null +++ b/files/es/web/api/mozsocial/openchatwindow/index.html @@ -0,0 +1,26 @@ +--- +title: MozSocial.openChatWindow +slug: Web/API/MozSocial/openChatWindow +translation_of: Archive/Social_API/MozSocial/openChatWindow +--- +<p>{{ ApiRef() }}</p> +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<h3 id="Summary" name="Summary">Resumen</h3> +<p>Abre una ventana de chat, anclada en la parte inferior de la ventana del navegador. Cada ventana de chat suele ser un one-on-one chat, pero esta funcionalidad puede variar dependiendo del proveedor.</p> +<h3 id="Syntax" name="Syntax">Sintaxis</h3> +<pre class="eval">MozSocial.openChatWindow(<em>toUrl</em>, <em>callback</em>); +</pre> +<h3 id="Parametros">Parametros</h3> +<dl> + <dt> + <code>toUrl</code></dt> + <dd> + URL a la que se abre la conexión de chat.</dd> + <dt> + <code>callback</code></dt> + <dd> + Un objeto para recibir notificaciones de devolución de llamada en la conexión. La devolución de llamada recibe como entrada una referencia a la ventana de chat. Vease <a href="/en-US/docs/Social_API/Implementing_chat_functionality" title="/en-US/docs/Social_API/Implementing_chat_functionality">Implementing chat functionality</a> para más detalles.</dd> +</dl> +<h3 id="Specification" name="Specification">Especificaciones</h3> +<p>No es parte de ninguna especificación.</p> diff --git a/files/es/web/api/mozsocial/openpanel/index.html b/files/es/web/api/mozsocial/openpanel/index.html new file mode 100644 index 0000000000..9ea96cd5bd --- /dev/null +++ b/files/es/web/api/mozsocial/openpanel/index.html @@ -0,0 +1,30 @@ +--- +title: MozSocial.openPanel +slug: Web/API/MozSocial/openPanel +translation_of: Archive/Social_API/MozSocial/openPanel +--- +<p>{{ ApiRef() }}</p> +<p>{{non-standard_header()}}</p> +<p>{{fx_minversion_header("17.0")}}</p> +<h3 id="Summary" name="Summary">Resumen</h3> +<p>Abre un panel desplegable sujeto a la barra lateral del proveedor de medios sociales con una distancia vertical dada.</p> +<h3 id="Syntax" name="Syntax">Sintaxis</h3> +<pre class="eval">MozSocial.openPanel(<em>toUrl</em>, <em>offset</em>, <em>callback</em>); +</pre> +<h3 id="Parámetros">Parámetros</h3> +<dl> + <dt> + <code>toUrl</code></dt> + <dd> + La URL al contenido a presentar en el panel.</dd> + <dt> + <code>offset</code></dt> + <dd> + La distancia vertical, en pixeles, a la cual posicionar el panel desplegable.</dd> + <dt> + <code>callback</code></dt> + <dd> + Un objeto para recibir notificaciones devueltas por la conexión. La llamada de vuelta recibe como entrada una referencia al panel desplegable. <<<OCUPA ENLACE A DETALLES>>></dd> +</dl> +<h3 id="Specification" name="Specification">Especificación</h3> +<p>No es parte de ninguna especificación.</p> |