Не нравятся результаты поиска? Попробуйте другой поиск!
DLE FAQ » Стол заказов » Шаблон для RSS Grabber

Шаблон для RSS Grabber


 raimikmb    04.04.2022    Стол заказов    959    0 комментариев

Привет всем! Кто может за оплату доделать html шаблон для RSS Grabber? Основную часть шаблона настроил, но ни как не могу понять как сделать что бы парсились картинки с галереи донора и вставлялись в доп поле... Структура блока такая:

 <div class="container-gallery">

<div class="item-gallery" itemscope="" itemtype="http://schema.org/ImageObject"> <meta itemprop="name" content="текст"> <meta itemprop="image" content="https://site.ru/files/plac/foto1.jpg"> <a href="https://site.ru/files/plac/foto1.jpg" data-fancybox="group"> <img data-src="https://site.ru/files/plac_resized/1-150x100.jpg" alt="" src="https://site.ru/files/plac_resized/1-150x100.jpg" class="lazy-loaded"> </a> </div>

<div class="item-gallery" itemscope="" itemtype="http://schema.org/ImageObject"> <meta itemprop="name" content="текст"> <meta itemprop="image" content="https://site.ru/files/plac/foto2.jpg"> <a href="https://site.ru/files/plac/foto2.jpg" data-fancybox="group"> <img data-src="https://site.ru/files/plac_resized/2-150x100.jpg" alt="" src="https://site.ru/files/plac_resized/2-150x100.jpg" class="lazy-loaded"> </a> </div>

<div class="item-gallery" itemscope="" itemtype="http://schema.org/ImageObject"> <meta itemprop="name" content="текст"> <meta itemprop="image" content="https://site.ru/files/plac/foto3.jpg"> <a href="https://site.ru/files/plac/foto3.jpg" data-fancybox="group"> <img data-src="https://site.ru/files/plac_resized/3-150x100.jpg" alt="" src="https://site.ru/files/plac_resized/3-150x100.jpg" class="lazy-loaded"> </a> </div>

</div>

Чтобы комментировать - войдите или зарегистрируйтесь на сайте
наверх