• DONATE to NULLED!
    Форуму и его команде можно помочь, мотивировать модераторов разделов.
    Помогите модератору этого раздела killoff лично.

Помощь Шаблон для RSS Grabber

palec

Профессор
Регистрация
6 Дек 2006
Сообщения
282
Реакции
49
Кто может за оплату доделать 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>
 
Назад
Сверху