We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc3aa1 commit bda6858Copy full SHA for bda6858
app/classes/class.providers.php
@@ -100,6 +100,11 @@ public function Hostings()
100
101
public function getEmbedCode($videoLink, $width = null, $height = null)
102
{
103
+ $provider = $this->decideVideoProvider();
104
+ // Plugins need this
105
+ $VibeProvider = $provider;
106
+ $VibeLink =$this->link;
107
+ // End plugins
108
$this->setDimensions($width, $height);
109
if ($videoLink != "") {
110
if (!is_numeric(strpos($videoLink, "http://")) && !is_numeric(strpos($videoLink, "https://"))) {
0 commit comments