PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
socialEmbed
/
Embera
/
Providers
<?php /** * Issuu.php. * * @author Rob Taylor <rob@uxblondon.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Embera\Providers; /** * The issuu.com Provider. * * @link https://issuu.com */ class Issuu extends \Embera\Adapters\Service { /** inline {@inheritdoc} */ protected $apiUrl = 'http://issuu.com/oembed_wp'; /** inline {@inheritdoc} */ protected function validateUrl() { return (preg_match('~https?://(www\.)?issuu\.com/.+/docs/.+~i', $this->url)); } /** inline {@inheritdoc} */ public function fakeResponse() { $queryString = parse_url($this->url, PHP_URL_QUERY); parse_str($queryString, $q); if (isset($q['e']) && preg_match('~^(?:[a-z0-9\/]+)$~i', $q['e'])) { $html = '<div data-configid="'.$q['e'].'" style="width: {width}px; height: {height}px" class="issuuembed"></div>'; $html .= '<script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>'; return array( 'type' => 'rich', 'provider_name' => 'Issuu', 'provider_url' => 'https://issuu.com', 'html' => $html, ); } } }
[+]
..
[-] Chartblocks.php
[edit]
[-] CrowdRanking.php
[edit]
[-] VideoFork.php
[edit]
[-] Twitter.php
[edit]
[-] SoundCloud.php
[edit]
[-] YFrog.php
[edit]
[-] Clyp.php
[edit]
[-] DailyMotion.php
[edit]
[-] Vimeo.php
[edit]
[-] Gmep.php
[edit]
[-] PollDaddy.php
[edit]
[-] AmCharts.php
[edit]
[-] Youtube.php
[edit]
[-] Sapo.php
[edit]
[-] Flickr.php
[edit]
[-] Meetup.php
[edit]
[-] GithubGist.php
[edit]
[-] CollegeHumor.php
[edit]
[-] Rdio.php
[edit]
[-] Cacoo.php
[edit]
[-] GeographCI.php
[edit]
[-] Coub.php
[edit]
[-] BlipTV.php
[edit]
[-] VideoJug.php
[edit]
[-] Screenr.php
[edit]
[-] Edocr.php
[edit]
[-] Speakerdeck.php
[edit]
[-] Deviantart.php
[edit]
[-] Issuu.php
[edit]
[-] Spotify.php
[edit]
[-] Revision3.php
[edit]
[-] Animoto.php
[edit]
[-] Vine.php
[edit]
[-] Hq23.php
[edit]
[-] Bambuser.php
[edit]
[-] Ted.php
[edit]
[-] WordpressTV.php
[edit]
[-] Instagram.php
[edit]
[-] IFTTT.php
[edit]
[-] FunnyOrDie.php
[edit]
[-] GeographDe.php
[edit]
[-] Roomshare.php
[edit]
[-] Portfolium.php
[edit]
[-] Ustream.php
[edit]
[-] Huffduffer.php
[edit]
[-] MobyPicture.php
[edit]
[-] DailyMile.php
[edit]
[-] Shoudio.php
[edit]
[-] PollEveryWhere.php
[edit]
[-] OfficialFM.php
[edit]
[-] Chirbit.php
[edit]
[-] Dipity.php
[edit]
[-] Sketchfab.php
[edit]
[-] DotSub.php
[edit]
[-] IFixIt.php
[edit]
[-] NFB.php
[edit]
[-] GeographUk.php
[edit]
[-] Rapidengage.php
[edit]
[-] SlideShare.php
[edit]
[-] MixCloud.php
[edit]
[-] Kickstarter.php
[edit]
[-] Viddler.php
[edit]
[-] GettyImages.php
[edit]
[-] AudioSnaps.php
[edit]
[-] AppNet.php
[edit]
[-] Hulu.php
[edit]
[-] CircuitLab.php
[edit]
[-] AolOn.php
[edit]
[-] Scribd.php
[edit]