Jump to content

Recommended Posts

  • 5 weeks later...

Just a future tip if you'd like to think more about the online series.
I think a separate/exclusive 'platform' would be as revolutionary as your videobox app

How wordpress themes 'dooplay' among others
They allow you to post seasons, episodes (naming episodes) and in episode view a button to see the next episode, something like that

These themes also allow you to post the episodes separately, helping to increase website links on google (a better SEO)

A chromecast option broadcasting the div from the player, would it be possible?

An example of a post in WordPress, sorry if you can not post links here.

http://www.superflix.net/assistir-the-walking-dead-1a-2a-3a-4a-5a-6a-7a-8a-temporada-online/

9PtJP_HhRemx6wuHhYTB1Q.png

It's just a tip, I love your app.
I'm willing to pay for an update like that.

Link to comment
  • 3 weeks later...
3 hours ago, boboss78 said:

You can use Media Tag for all video services that support embedded code

Go to Settings > Media Tag > Create new

Media Replacement Title: Facebook

Media Replacement Match: 

https://www.facebook.com/{1}/videos/{2}/

Media Replacement HTML:

<iframe src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/$1/videos/$2/&width=1280&show_text=false&height=720&appId" width="1280" height="720" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media" allowFullScreen="true"></iframe>

Then you can post video from facebook with the url like this https://www.facebook.com/buzzfeedtasty/videos/1977059702546669/

Demo: http://demo.ipsviet.com/video/view/1680-facebook-test/

 

Link to comment
1 hour ago, onlyME said:

You can use Media Tag for all video services that support embedded code

Go to Settings > Media Tag > Create new

Media Replacement Title: Facebook

Media Replacement Match: 


https://www.facebook.com/{1}/videos/{2}/

Media Replacement HTML:


<iframe src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/$1/videos/$2/&width=1280&show_text=false&height=720&appId" width="1280" height="720" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media" allowFullScreen="true"></iframe>

Then you can post video from facebook with the url like this https://www.facebook.com/buzzfeedtasty/videos/1977059702546669/

Demo: http://demo.ipsviet.com/video/view/1680-facebook-test/

 

i copy paste the same code and i have this ?

 

Capture.thumb.JPG.0ad5b2aaecce2a304dfdc29bdc3041d6.JPG

Edited by boboss78
Link to comment

For instagram

 

i try with this :

Media Replacement Match REQUIRED

https://www.instagram.com/p/{1}/

Media Replacement HTML :

<iframe width="480" height="270" src="//instagram.com/p/$1/embed/" frameborder="0" scrolling="yes" allowtransparency="true"></iframe>

 

and i have this

544.thumb.JPG.0f29ae805f4bb44abaeb8d887c4d2acf.JPG

what's wrong with my code ?

 

Link to comment

Hey guys, I'm yet to purchase this I have been looking at the plugin for a while thought. I mainly am looking at the livestream application component of it. I already made a livestreams page (novoicely) on my website https://www.nightlifecrew.co/streams/ it works well however displays horrible viewing from a mobile phone. 

 

Does the livestream application allow people watching from the website to follow that members profile? and how do the livestreams view from a mobile device. I can't see myself using the videos side of it unless I can adapt it into a gaming theme somehow where people could upload Xbox DVR clips easily if that is possible or not?

Link to comment
38 minutes ago, Nightlifecrew said:

Does the livestream application allow people watching from the website to follow that members profile? and how do the livestreams view from a mobile device. I can't see myself using the videos side of it unless I can adapt it into a gaming theme somehow where people could upload Xbox DVR clips easily if that is possible or not?

No, it doesn't have that feature. It only allows adding url to display video stream with chat. You can see the demo here

http://demo.ipsviet.com/video/view/1592-sscaitournament/

Link to comment
2 hours ago, onlyME said:

@boboss78 try this


<iframe width="320" height="440" src="http://instagram.com/p/$1/embed" frameborder="0"></iframe>
<style>
.ipsEmbeddedVideo:not( video ), .videoWrapper {
    padding-bottom: 100% !important
}
</style>

 

doesn't work

 

i have a blank screen

 

blank.JPG

Link to comment
5 hours ago, boboss78 said:

doesn't work

 

i have a blank screen

 

blank.JPG

https://www.instagram.com/p/{1}/
<iframe width="320" height="440" src="http://instagram.com/p/$1/embed" frameborder="0"></iframe>
<style>
.ipsEmbeddedVideo:not( video ), .videoWrapper {
    padding-bottom: 100% !important
}
</style>

Use url like this

https://www.instagram.com/p/BhflWxXhpw5/

 

 

Link to comment
2 hours ago, onlyME said:

https://www.instagram.com/p/{1}/

<iframe width="320" height="440" src="http://instagram.com/p/$1/embed" frameborder="0"></iframe>
<style>
.ipsEmbeddedVideo:not( video ), .videoWrapper {
    padding-bottom: 100% !important
}
</style>

Use url like this


https://www.instagram.com/p/BhflWxXhpw5/

 

 

all my settings is like that and always with a blank page

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...