Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can not embed youtube in wiki 4

Hi all


ive got a problem with embedding video from youtube in our wikiserver 4 (ML 10.8.2).


It just shows this (youtubes embedded string):


User uploaded file


My whitelist.plist :


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>


<key>default</key>


<dict>

<key>protocols</key>


<array>


<string>afp</string>


<string>exp2</string>


<string>feed</string>


<string>feeds</string>


<string>fax</string>


<string>file</string>


<string>fmnet</string>


<string>ftp</string>


<string>gopher</string>


<string>help</string>


<string>http</string>


<string>https</string>


<string>itms</string>


<string>itpc</string>


<string>ldap</string>


<string>mailto</string>


<string>news</string>


<string>nfa</string>


<string>nfs</string>


<string>nntp</string>


<string>rdar</string>


<string>rfA1</string>


<string>rtsp</string>


<string>sip</string>


<string>sips</string>


<string>sftp</string>


<string>skype</string>


<string>smb</string>


<string>ssh</string>


<string>svn</string>


<string>svn+ssh</string>


<string>tel</string>


<string>telnet</string>


<string>tftp</string>


<string>vnc</string>


<string>webcal</string>


<string>x-man-page</string>


<string>xmpp</string>


<string>adir</string>


<string>fmp7</string>


<string>message</string>


</array>


<key>tags</key>


<dict>


<key>_all_</key>


<array>


<string>id</string>


<string>class</string>


<string>title</string>


<string>tabindex</string>


<string>role</string>


<string>data-guid</string>

<string>data-owner-guid</string>


<string>data-type</string>

<string>data-file-guid</string>

<string>data-file-data-guid</string>


</array>


<key>a</key>


<array>


<string>href</string>


<string>name</string>


<string>rel</string>


</array>


<key>b</key>


<array/>

<key>blockquote</key>


<array>


<string>cite</string>


</array>


<key>br</key>


<array/>


<key>caption</key>


<array/>


<key>center</key>


<array/>


<key>dd</key>


<array/>


<key>div</key>


<array/>


<key>dl</key>


<array/>


<key>dt</key>


<array/>


<key>em</key>


<array/>


<key>h1</key>


<array/>


<key>h2</key>


<array/>


<key>h3</key>


<array/>


<key>h4</key>


<array/>


<key>h5</key>


<array/>


<key>h6</key>


<array/>


<key>i</key>


<array/>


<key>img</key>


<array>


<string>src</string>


<string>alt</string>


<string>width</string>


<string>height</string>


<string>longdesc</string>


</array>


<key>li</key>


<array/>


<key>node</key>


<array/>


<key>ol</key>


<array/>


<key>p</key>


<array/>


<key>pre</key>


<array/>


<key>q</key>


<array>


<string>cite</string>


</array>


<key>span</key>


<array/>


<key>strong</key>


<array/>


<key>table</key>


<array/>


<key>tbody</key>


<array/>


<key>td</key>


<array>


<string>colspan</string>


<string>rowspan</string>


</array>


<key>tfoot</key>


<array/>


<key>th</key>


<array>


<string>colspan</string>


<string>rowspan</string>


</array>


<key>thead</key>


<array/>


<key>tr</key>


<array/>


<key>u</key>


<array/>


<key>ul</key>


<array/>


</dict>


</dict>


<key>sandbox</key>


<dict>

<key>iframe_sources</key>


<array>


<string>youtube.com</string>


<string>vimeo.com</string>


</array>


<key>tags</key>


<dict>


<key>_all_</key>


<array>


<string>style</string>


</array>


<key>iframe</key>


<array>


<string>frameborder</string>


<string>title</string>


<string>width</string>


<string>height</string>


<string>src</string>

<string>allowfullscreen</string>


</array>


</dict>


</dict>

</dict>

</plist>



And my Collabd.plist :


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>AutolinkEnabled</key>


<true/>


<key>Database</key>


<dict>

<key>DatabaseName</key>


<string>collab</string>

<key>DatabaseUser</key>


<string>collab</string>


</dict>

<key>DefaultDataFilesPath</key>

<string>/Library/Server/Wiki/Config/defaultdata</string>

<key>FileDataPath</key>

<string>/Library/Server/Wiki/FileData</string>

<key>FiltersEnabled</key>


<true/>

<key>LocalizationsPath</key>

<string>/Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/locale s</string>

<key>LogFilePath</key>

<string>/Library/Server/Wiki/Logs/collabd.log</string>


<key>LogLevel</key>


<string>info</string>

<key>PagePreview</key>


<dict>

<key>KickFilePath</key>

<string>/tmp/kick-collabpp/kick</string>


</dict>

<key>QuickLookToolPath</key>

<string>/Applications/Server.app/Contents/ServerRoot/usr/sbin/collabql</string>


<key>Server</key>


<dict>

<key>ServerInterface</key>


<string>localhost</string>

<key>ServerPort</key>


<integer>4444</integer>


</dict>

<key>ServiceBundlesPath</key>

<string>/Applications/Server.app/Contents/ServerRoot/usr/share/collabd/server/servicebun dles</string>

<key>SharedSecretPath</key>

<string>/Library/Server/Wiki/Config/shared/shared_secret</string>

<key>ShouldFilterSystemUsers</key>


<true/>

<key>WikiAdminToolPath</key>

<string>/Applications/Server.app/Contents/ServerRoot/usr/bin/wikiadmin</string>

</dict>

</plist>



Sure hope someone can help us with this fatale problem


Best regards

Kasper Winding

Denmark

Mac mini Server (Mid 2011), Mac OS X (10.7.5), and 10.8.2

Posted on Dec 13, 2012 4:38 AM

Reply
1 reply

Can not embed youtube in wiki 4

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.