Scrpr Block

Component ID

2931270

Component name

Scrpr Block

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

13

Component created

Component changed

Component body

What is Scrpr Block?

Scrpr Block provides configurable blocks with a link. The link text is scraped from the content to which the URL points.

This is useful if you want to link to a site that updates it's content regularly, but does not provide a feed. The content of the link text is retrieved from the URL and selected by the configured CSS selector. If no selector is provided the title element is selected by default.

Scrpr Block uses the Goutte (https://github.com/FriendsOfPHP/Goutte) library as a composer dependency to do the heavy lifting.