The Arcive of vBulletin Modifications Site. |
|
Embed your DailyMotion Video into your posts Details »»
|
|||||||||||||||||||||||||||
|
Embed your DailyMotion Video into your posts
Developer Last Online: Sep 2023
from your Admincp -> add new bbcode do those steps :-
title :daily motion tag :dm replacement : Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" style="width:auto;margin:10px 0;">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://www.dailymotion.com//swf/{param}" title="View this video at DailyMotion in a new window or tab" target="_blank">Daily Motion</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="340" type="application/x-shockwave-flash" data="http://www.dailymotion.com/swf/{param}">
<param name="movie" value="http://www.dailymotion.com/swf/{param}" />
<param name="wmode" value="transparent" />
<em><strong>ERROR:</strong> If you can see this, then <a href="http://www.dailymotion.com/">Dailymotion</a> is down or you don't have Flash installed.</em>
</object>
</td>
</tr>
</tbody>
</table>
discription : Daily Motion Videos image : images/editor/md.gif upload the md.gif to images/editor thats it Enjoy ! ![]() there was a small bug while browseing the movie in a new winodw for users now its fixed and thats all. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thank you Barakat, very interesting.. :up:
|
|
#3
|
|||
|
|||
|
مشكوور حبيبي بركات ما تقصر يا اميرر
thxxx big Boss |
|
#4
|
||||
|
||||
|
Salaamu Alaikim Wa Rahmatullah Ikee.
I installed this one... and when i went to test it... the new thread caused a database error... i know it is something with the replacement code.... because after i deleted it, everything on my end was good again... i am using IE7.... Salaamu Alaikim! |
|
#5
|
||||
|
||||
|
Waalaykom al salam ,
IF U JUST WRITE ME DOWN THE ERROR . |
|
#6
|
||||
|
||||
|
Walecom Asalam
I would love to see some Demo |
|
#7
|
|||
|
|||
|
|
|
#8
|
||||
|
||||
|
I just post one random video here just for testing
http://www.jerusalemgts.com |
|
#9
|
||||
|
||||
|
i uninstalled it... the error page was the general dbase error code... and the funny thing about it which almost sent me into a panic... , the error was relating to email...
i originally thought i had made changes to my email config... but the last thing i installed was your hack... so i deleted it, and i was back to normal.... EMAIL???? |
|
#10
|
||||
|
||||
|
just a small modification to make the video played in a new window while clicking on the movie top title , i fix it today ,
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" style="width:auto;margin:10px 0;">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://www.dailymotion.com//swf/{param}" title="View this video at DailyMotion in a new window or tab" target="_blank">Daily Motion</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="340" type="application/x-shockwave-flash" data="http://www.dailymotion.com/swf/{param}">
<param name="movie" value="http://www.dailymotion.com/swf/{param}" />
<param name="wmode" value="transparent" />
<em><strong>ERROR:</strong> If you can see this, then <a href="http://www.dailymotion.com/">Dailymotion</a> is down or you don't have Flash installed.</em>
</object>
</td>
</tr>
</tbody>
</table>
|
![]() |
|
|