I like your plugin. But while i’m using it on my site(gvizdyk.org.ua), validation (https://validator.w3.org) shows an error.
The error message says:
” & did not start a character reference. (& probably should have been escaped as &.)
… target=”_blank” href=”//twitter.com/search?q=%23habr&src=hash”>#habr <a … “
I fixed this error by replacing ‘&’ to ‘&’ in file “gg-twitter.php” (line ‘237’ column ‘143’), so you may do the same thing.
]]>In plugin “gg-twitter” in the file ‘gg-twitter.php’, in the line ‘139 ‘which sets class for item tweet there is bug.
There is:
” <div class=”tweet<? “
Should be:
” <div class=”tweet<?php “