Embedded video player in Wall?

I know some of you have managed to embed videos on the Wall, but when the embedded videos are clicked, they go to the 'Video view' page to play the youtube video. Does anyone have any thoughts on how to get the embedded videos to play within the Wall, like either by opening a popup video player next to it, or just play it like Facebook within its own player without being re-directed to the Video page?

Quote · 2 Mar 2010

Wow, over a year and no one has an answer?

I have modded the wall to be able to upload videos (also photos) from from your web cam, however, it doesn't play when it is on the wall.

What REALLY needs to happen is, if the video has NOT been processed, it should not show up.

Once it's processed then it should play embedded in the wall with description being a link to the actual video album.

If anybody has any ideas on this let me know otherwise, I MAY get this in the next couple of weeks.  The wall module is on my list, however, I am working on other projects with dolphin at the moment..

If you want to see how it works, you can go to my site in my sig.

http://www.mytikibar.com
Quote · 8 Oct 2011

Have you thought about IBDW's wall mod?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 8 Oct 2011

I do turn to developers (modzzz is one I buy from), but what is the fun in it if they do all the work?  LOL!

And to answer my last issue with the photos on the wall, here's the fix for that!

in the file modules/boonex/photos/templates/base/wall_post.html

around the line 10 find

          <img class="sh-photo-wall-shp" src="<bx_image_url:spacer.gif />" title="__cnt_photo_title__" style="width:__cnt_photo_width__px; height:__cnt_photo_height__px; background-image:url(__cnt_photo_url__);" />

 

          REPLACE WITH

           <a class="sh-photo-wall-caption-link" href="__cpt_photo_url__"> <img class="sh-photo-wall-shp" src="<bx_image_url:spacer.gif />" title="__cnt_photo_title__" style="width:__cnt_photo_width__px; height:__cnt_photo_height__px; background-image:url(__cnt_photo_url__);" /></a>

Now the pic is a clickable link on the wall!

 

http://www.mytikibar.com
Quote · 8 Oct 2011

just an idea i have not done it yet with the video page but it should work what i would first do is create a seperate template page for the video page adding  custom style sheet the remove all the main logo and what ever else you don't want to be seen then call the page in an iframe and place the iframe page on your wall

 

Quote · 8 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.