- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
<div id='vote' name='vote'></div>
<script src="http://siteheart.com/apps/api.js"></script>
<script type="text/javascript">
var query = window.location.search.substring('?url=');//находим часть url, что нужно затереть
query = query.replace('?url=','');
var url_split = query.split("&"); //разбиваем url на части
var url = url_split[0]; //нас интересует только первая часть
var params = {
text : 'Оцените эту страницу',
appendTo : 'vote',
id : 3055,
description : 'Приватбанк',
template : 'full',
vid : encodeURIComponent( url ) //document.location.href
};
Siteheart.widget('Vote', params); //описание https://siteheart.com/apps/vote/full.html
</script>
Вот такой код в privat24.privatbank.ua.
Комменты убили.