Skip to content

[RFC] Simplify usage #5

@BoShurik

Description

@BoShurik
$service = new OEmbed();

$result = $service->get(
    // Instead of new Uri('https://www.facebook.com/FacebookDeutschland/videos/2403439749688130/')
    'https://www.facebook.com/FacebookDeutschland/videos/2403439749688130/', 
    480,
    300,
    ['omitscript' => true]
);

echo (string)$result;

OEmbed has UriFactoryInterface instance so can create Uri by themself

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv2Everything that should be added to the v2

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions