Menu

#72 YouTube <object> were deprecated from January 2015

Fixed
None
High
bb_config.xml
Defect
2017-04-04
2017-03-27
yamitunia
No
--- src/main/config/bb_config.xml
+++ src/main/config/bb_config.xml
@@ -321,11 +321,8 @@
        <regex>(?i)\[youtube\]http[s]?\:\/\/(.*?)youtube.com\/watch\?v\=(.*?)\[/youtube\]</regex>
        <replace>
        <![CDATA[
-        <object width="560" height="340" type="application/x-shockwave-flash" data="http://$1youtube.com/v/$2">
-            <param name="movie" value="http://$1youtube.com/v/$2" />
-            <param name="allowFullScreen" value="true" />
-            <param name="allowscriptaccess" value="always" />            
-        </object>        
+        <iframe width="560" height="340" allowfullscreen="allowfullscreen" src="http://$1youtube.com/embed/$2">
+        </iframe>
         ]]>
        </replace>
    </match>

Related

Wiki: NewFeatures250

Discussion

  • Ulf Dittmer

    Ulf Dittmer - 2017-03-27

    Fix checked in. Thanks for the report!

     
  • Ulf Dittmer

    Ulf Dittmer - 2017-03-27
    • status: New --> Fixed
     
  • Ulf Dittmer

    Ulf Dittmer - 2017-04-04
    • assigned_to: Ulf Dittmer
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.