Hi guys, so I'm working on your "EasySocial Videos Module" right now. Which allows you to place video from easy social on any other page of the site.
I'm mostly working with file default.php which was created by override in folder "My site/templates/my template/html/mod_easysocial_videos/
My question is about php references(links) from $video like - $video->getTitle or $video->getThumbnail.
I need a link to the video (for example Youtube) - like this -
https://www.youtube.com/watch?v=yU0tnrEk8H4.
I'm pretty sure that - it exists somewhere, but I have no idea how to call it.
$video->getPermalink - gives me a link to article inside EasySocial
$video->getEmbedCodes - gives me the code, but not the one I need (it gives back <iframe width="560" height="315" src="
https://www.youtube.com/embed/U..........)
So can you help me with this one? Maybe you have some documentation where I can look for all these references(links)?