Artesaos\SEOTools\OpenGraph::setVideoOther PHP Method

setVideoOther() public method

Set video episode properties.
public setVideoOther ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph
$attributes array opengraph video.other attributes
return Artesaos\SEOTools\Contracts\OpenGraph
    public function setVideoOther($attributes = [])
    {
        $validkeys = ['actor', 'actor:role', 'director', 'writer', 'duration', 'release_date', 'tag'];
        $this->setProperties('video.other', 'videoOtherProperties', $attributes, $validkeys);
        return $this;
    }