Показать сообщение отдельно
  #1 (permalink)  
Старый 19.02.2013, 17:26
Интересующийся
Отправить личное сообщение для royksopp Посмотреть профиль Найти все сообщения от royksopp
 
Регистрация: 03.11.2009
Сообщений: 16

Вывод html кода со скриптом через javasript
Посетила меня идея как загружать соц кнопки, в конце страницы, а выводить в начале. Вывел через div


<div id="socpack"></div>
<script type="text/javascript">
var theElement = document.getElementById("socpack"); 
theElement.innerHTML = "<table width="600px" border="0" cellspacing="0" cellpadding="0"><td><!-- Place this tag in your head or just before your close body tag --><script type="text/javascript" src="http://apis.google.com/js/plusone.js">
 {lang: 'ru'}</script><!-- Place this tag where you want the +1 button to render --><g:plusone></g:plusone></td><td><!-- Put this script tag to the <head> of your page --><script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?10" charset="windows-1251"></script><!-- Put this script tag to the place, where the Share button will be --><script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "button", text: "Сохранить"})); --></script></td><td><script src="http://connect.facebook.net/ru_RU/all.js#xfbml=1"></script><fb:like href="" layout="button_count" show_faces="false" width="130" font="arial"></fb:like></td></tr></table>";</script>



И тут я понял, что ничего не выйдет

Как вывести такой код (вместе с javasript) на сайте? Может надо считать из txt файла его?
Ответить с цитированием