Forum Activity for @dazed

Dazed
@dazed
02/09/20 01:22:16PM
1,022 posts

Iframe Error When Not Logged In


Using Jamroom

Must be a setting somewhere but if you are not logged in, we show an error for iFrames on an approved domain. Also If I just create a test.html page locally I get an error.

Since i just added an iframe player for external sites, how do we approve all domains?

error:
This content can’t be shown in a frame
There is supposed to be some content here, but the publisher doesn’t allow it to be displayed in a frame. This is to help protect the security of any information you might enter into this site.
Try this
Open this in a new window
Report this issue

Privacy statement
updated by @dazed: 05/10/20 04:13:04AM
Dazed
@dazed
01/29/20 04:24:35PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Awesome!! Thanks Nate!! I appreciate the help ;)
Dazed
@dazed
01/29/20 07:59:18AM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Thanks Nate. I created a ticket with the info
Dazed
@dazed
01/28/20 05:36:02PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Thanks Nate. Unfortunately this did not work for me but the reason behind it is probably because I have a customized theme. My theme did not have jrAudio_playlist_player.tpl in it. I thought it was possibly in the audio module but I found in the the jrAudio release files. Sooooo that would be my issue since I am not running the current version. I will have to take some time and see if I can make this a bit more current.
Dazed
@dazed
01/27/20 07:05:08PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Awesome thanks Nate. I will see if I can get this added tomorrow.
Dazed
@dazed
01/23/20 03:33:08PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Hey Nate - Correct. I updated the change you mentioned above which displays a single player - no tracks.
Dazed
@dazed
01/22/20 06:24:00PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Thanks guys. No luck. I did not think this would be this difficult lol.

I added meta.tpl and no change.
Other players yielded the same results
Playlist is an option but I have tried that also and no go.

https://www.mixposure.com/aaa

{jrCore_include template="header.tpl"}

{jrCore_media_player 
type="jrPlaylist_player_dark" 
module="jrPlaylist" 
item="1" 
limit="100" 
// also tried - search1="_profile_id = 166116" because I believe the playlist is tied to the profile
autoplay=false}
Dazed
@dazed
01/19/20 05:54:12PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Thanks Michael.

renamed - https://www.mixposure.com/aaa
resolved the profile id issue. (my bad on cut and paste)
No Song Names on the player.
Dazed
@dazed
01/19/20 05:35:15PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Hey Michael. It works to a point. I just updated test.tpl but it shows up as Admin (like yours) but the profile id I am using is a different user. So something went south. This will also need to be able to be embeded on another site so they probably do not want the header and footer heh.
Dazed
@dazed
01/19/20 05:23:01PM
1,022 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

Hey Nate! Same result. I am just calling test.tpl

{jrCore_media_player
        type="jrAudio_player_dark"
        module="jrAudio"
        field="audio_file"
        search1="_profile_id = 166116"
        order_by="audio_file_track numerical_asc"
        limit="50" 
        autoplay=false}
  5