FAQ

Frequently Asked Questions

[Newsomatic] How to get images displayed correctly when importing from The Telegraph or BBC News

Example rule config for The Telegraph:
‘Try to Get Full Article Content’ -> checked
‘Full Content Query Type’ -> Class
‘HTML Search Query String’ -> live-post__wrapper-body-article
‘Lazy Loading Images HTML Tag’ -> data-src
‘Run Regex On Content’ -> <noscript> <img class=”(.*?)”> <\/noscript>
‘Replace Matches From Regex’ -> <img class=”$1″>
Also, please append (add to what you already have there) to the ‘Generated Post Content’ ->
<style>.article-body-image-image{padding-top:0px !important;}</style>
For BBC News, it is similar job:
‘Try to Get Full Article Content’ -> checked
‘Full Content Query Type’ -> Class
‘HTML Search Query String’ ->  story-body__inner
‘Run Regex On Content’ ->  <div class=”js-delayed-image-load” data-alt=”(?:[^”]*?)” data-src=”([^”]*?)” data-width=”(?:\d+)” data-height=”(?:\d+)”><\/div>
‘Replace Matches From Regex’ ->  <img src=”$1″>

Video tutorials