Im waiting for Wedge to release since a year or probably more and im really happy that it happend :D
Therefore played a bit with it and im really amused. It's awesome :yahoo:
Ok here we go:
I was trying to add a new embed thing to aeva but i failed and dont really know why.
Code: (end of Subs-Aeva-Sites.php) [Select]
I changed a lot and therefore theres much useless stuff in it (tried with less, didnt helped :D).
The problem is that the regex looks to work, i get that href stuff (show-link & lookup-title) and the link is working how it should. But for some reasons, i dont have the iframe and dont know why. Its not in page source?! But how could that be if show-link works? It's enabled in ACP.
Thanks in advance :)
PS: I dont know why but i pasted the code without the [url] tag but it appeared. Looks like a bug?!
Would be nice if someone could help :angel:
Therefore played a bit with it and im really amused. It's awesome :yahoo:
Ok here we go:
I was trying to add a new embed thing to aeva but i failed and dont really know why.
array(
'id' => 'scld',
'title' => 'Soundcloud',
'website' => '[url]http://www.soundcloud.com[/url]',
'type' => 'pop',
'plugin' => 'html',
'pattern' => 'http://(?:www\.)?soundcloud\.com/([0-9a-zA-Z-\/]{0,})',
'movie' => '<iframe width="{int:width}" height="{int:height}" scrolling="no" frameborder="no" src="[url]https://w.soundcloud.com/player/?url=[/url]$1&color=ff6600&auto_play=false&show_artwork=true"></iframe>',
'size' => array(
'normal' => array(480, 385),
'ws' => array(640, 385),
),
'ui-height' => 0,
'show-link' => true,
'lookup-title' => '<title>(.*?)</title>',
),
I changed a lot and therefore theres much useless stuff in it (tried with less, didnt helped :D).
The problem is that the regex looks to work, i get that href stuff (show-link & lookup-title) and the link is working how it should. But for some reasons, i dont have the iframe and dont know why. Its not in page source?! But how could that be if show-link works? It's enabled in ACP.
Thanks in advance :)
PS: I dont know why but i pasted the code without the [url] tag but it appeared. Looks like a bug?!
Posted: January 22nd, 2014, 10:50 PM
Would be nice if someone could help :angel: