Quote:
Originally Posted by nMIK-3
Guys I have a problem.
I installed it successfully V2.0.2 and all the settings looks alright however it is not automatically embed videos.
When I post a link from youtube as plain link in form of http://www.youtube.com/watch?v=kkZdkHylJ3w then only the link shows, no video. Then if I manually add the AME tags in form of [ame]http://www.youtube.com/watch?v=kkZdkHylJ3w[/ame] it works!
The point is to do it automatically. Any idea of what issue may cause this annoying problem?
|
Same here but with 2.5beta and clean vb install. Tried posting a simple youtube url in a blog and nothing happened.
tech question: I'm going a simple cms, dragging blog entries out of the db and putting them on the front page - How can I make sure the ame entries are parsed correctly?
I use this at the moment to parse the blog text
$parsed_text = $parser->do_parse($blog_pagetext, false, true, true, true, true, false);
Is it just a matter of including the ame functions and parsing the blogs again with that?
Cheers
I'll try again today