Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/03/2012, 13:09
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 10 meses
Puntos: 62
Respuesta: Código que capture la url

Código HTML:
Ver original
  1. <script type="text/javascript">
  2. <!--
  3. function insertFbComment(ele)
  4. {
  5.     var url = window.location.href;
  6.     var div = document.createElement('div');
  7.     div.className = 'fb-comments';
  8.     div.setAttribute('data-href', url);
  9.     div.setAttribute('data-href', url);
  10.     div.setAttribute('data-num-posts', '5');
  11.     div.setAttribute('data-width', '470');
  12.     ele.appendChild(div);
  13. }
  14.  
  15. window.onload = function()
  16. {
  17.     var body = document.getElementsByTagName('body');
  18.     body = body[0];
  19.     insertFbComment(body);
  20. };
  21. //-->
  22. </head>
  23. <script type="text/javascript">
  24. document.write('<div class="fb-comments" data-href="'+window.location.href+'" data-num-posts="5" data-width="470"></div>');
  25. </body>
  26. </html>

te dejo 2 maneras de insertarlo dinamicamente
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan