<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image article-image article-image-full">
<img
<?php if ($images->image_fulltext_caption): ?>
<?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_fulltext_caption) . '"'; ?>
<?php endif; ?>
src="/<?php echo htmlspecialchars($images->image_fulltext); ?>"
alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>"/>
</div>
but when you inspect with Chrome or Firefox it shows the following code.
<div class="img_caption none" style="float: none; width: 613px;">
<img class="caption" title="Localiza tu origen por AND" src="/images/blog/adn-localiza-origen-1000-anos.jpg" alt="Localiza tu origen por AND">
<p class="img_caption">Localiza tu origen por AND</p>
</div>
<div class="pull-none item-image article-image article-image-full"></div>
when the code to showing should be.
<div class="pull-none item-image article-image article-image-full">
<div class="img_caption none" style="float: none; width: 613px;">
<img class="caption" title="Localiza tu origen por AND" src="/images/blog/adn-localiza-origen-1000-anos.jpg" alt="Localiza tu origen por AND">
<p class="img_caption">Localiza tu origen por AND</p>
</div>
</div>
all this happens in versions of joomla 3.2.3 onwards, including 3.3.0
My problem is that since the upgrade to version 3.2.3 of joomla am not able to share notes on facebook, with pictures included. does not share the introtext or meta description, just a boring link.
then I did the test in 3.2.2 if it works and shows that nitrous-code correctly.
Be that the problem? can help me ..
PS: same thing happens if I use t3_blank or purity_iii template