Хештэги
Код:
<script type="text/javascript">
$('.post-content').each(function(){
var html = $(this).html().replace(/(#[\S]+)/g,'<a href="http://'+location.hostname+'/search.php?action=search&keywords=$1&search_in=message" class="hash" title="$1">$1</a>');
$(this).html(html).each(function(){
$('.hash').each(function(){
var href = $(this).attr('href').replace(/#/, '%23').replace(/@/,'');
var title = $(this).attr('title').replace(/(#+)/, '');
$(this).attr('href',href).attr('title',title);
});
});
});
</script>Владельцы аккаунтов в соц. сетях понимают о чем я.
Пример хэштега: #test






























