2017 © Pedro Peláez
 

elgg-plugin hypescraper

Extraction and embedding service

image

hypejunction/hypescraper

Extraction and embedding service

  • Thursday, November 23, 2017
  • by hypeJunction
  • Repository
  • 3 Watchers
  • 2 Stars
  • 448 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 35 Versions
  • 0 % Grown

The README.md

hypeScraper

Elgg 2.3, (*1)

A tool for scraping, caching and embedding remote resources., (*2)

Features

  • Scrapes URLs and turns them in responsive preview cards
  • Aggressive caching of scraped resources for enhanced performance
  • Linkifies #hashtags, @usernames, links and emails

Card view Card mobile Player, (*3)

Developer notes

Card

To display a URL card with an image preview, title and brief description, use output/card view:, (*4)

echo elgg_view('output/card', array(
    'href' => 'https://www.youtube.com/watch?v=Dlf1_vuIR4I',
));

Player

To dipslay a rich media player use output/player view:, (*5)

echo elgg_view('output/player', array(
    'href' => 'https://www.youtube.com/watch?v=Dlf1_vuIR4I',
));

Linkify

To linkify all URLs, usernames, emails and hashtags that are not wrapped in html tags, use output/linkify view. Pass your text in a value parameter. You can use parse_ flags to skip certain qualifiers., (*6)

$text = '@someone needs to #linkify this article http://example.com and email it to someone@example.com';
if (elgg_view_exists('output/linkify')) {
    $text = elgg_view('output/linkify', array(
        'value' => $text,
        //'parse_urls' => false,
        //'parse_hashtags' => false,
        //'parse_usernames' => false,
        //'parse_emails' => false,
    ));
}

To generate a preview for multiple URLs extracted from text, use output/url_preview view. Pass your text as a value parameter. The view will parse all URLs and generate previews., (*7)

$text = 'This video is really cool https://vimeo.com/channels/staffpicks/116498390';
if (elgg_view_exists('output/url_preview')) {
    $text = elgg_view('output/url_preview', array(
        'value' => $text,
    ));
}

The Versions

23/11 2017

dev-master

9999999-dev http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

17/10 2017

5.5.2

5.5.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

17/10 2017

5.5.1

5.5.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

26/06 2017

5.5.0

5.5.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

26/06 2017

5.4.1

5.4.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

31/05 2017

5.4.0

5.4.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

12/05 2017

5.3.0

5.3.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

19/04 2017

5.2.2

5.2.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

16/04 2017

5.2.1

5.2.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

22/03 2017

5.2.0

5.2.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

13/03 2017

5.1.7

5.1.7.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

28/02 2017

5.1.6

5.1.6.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

28/02 2017

5.1.5

5.1.5.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

26/02 2017

5.1.4

5.1.4.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

18/02 2017

5.1.3

5.1.3.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

18/02 2017

5.1.2

5.1.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

06/02 2017

5.1.1

5.1.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

03/02 2017

5.1.0

5.1.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

08/12 2016

5.0.3

5.0.3.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

08/12 2016

5.0.2

5.0.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

08/12 2016

5.0.1

5.0.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

20/11 2016

4.x-dev

4.9999999.9999999.9999999-dev http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract embed elgg

20/11 2016

dev-dev

dev-dev http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract embed elgg

20/11 2016

5.x-dev

5.9999999.9999999.9999999-dev http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

16/11 2016

5.0.0

5.0.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

06/01 2016

4.2.2

4.2.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract embed elgg

21/12 2015

dev-elgg18-lean

dev-elgg18-lean http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract shortener embed elgg

21/08 2015

4.2.1

4.2.1.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract embed elgg

21/08 2015

4.2.0

4.2.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract embed elgg

28/07 2015

4.1.0

4.1.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

20/05 2015

4.0.0

4.0.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract embed elgg

16/04 2015

1.2.0

1.2.0.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract shortener embed elgg

12/04 2015

dev-di

dev-di http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin extract shortener embed elgg

15/01 2015

1.1.3

1.1.3.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract shortener embed elgg

24/11 2014

1.1.2

1.1.2.0 http://hypejunction.com

Extraction and embedding service

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin extract shortener embed elgg