Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Site Embed
managedcio
#1 Posted : Wednesday, February 01, 2012 4:46:02 PM
Rank: Newbie
Joined: 2/1/2012
Posts: 1
Location: Home
I would like to embed the Guest screen in my website that includes the open sessions with the Join option. I do not want the code box listed. Does anyone know code that can be used to accomplish this? I also would not like to see scroll bars as well. I don;t need the login option either, just the active session box. Any help is appreciated. Thanks!
promptcare
#2 Posted : Friday, February 03, 2012 4:07:10 PM
Rank: Advanced Member
Joined: 9/15/2011
Posts: 78
Location: ON, Canada
The code box only shows if you have outstanding code sessions. If you don't want it shown, I'll assume you're not handing out private codes ('cause there'd be nowhere for them to type them). In that case, it shouldn't be visible anyway. I just tested it to confirm I'm not blowing smoke :) I had no sessions pending and my embedded page said as much. I created a Listed session, there it was. I created a Coded session and then, and only then, did the input box show up.

So, if you have no coded sessions, the coded session box won't be there.
Kat Palacios
#3 Posted : Friday, February 03, 2012 7:43:41 PM
Rank: Advanced Member
Joined: 4/19/2010
Posts: 187
Location: Raleigh, NC
^That's probably the easiest way to do it. You can also change the resource string CreateSessionPanel.CodeVisible (accessible on the appearance tab on the administration page) from true to false. That way, the option for hosts to even create code sessions will be inaccessible, and the code box will never show up on the guest's page. But again, if you never intend to use a code session, there's no need to do anything else.

As for the scrollbar, if you're using an iframe for embedding as detailed in HOWTO-0005, all you need to do is add the attribute scrolling="no" to your iframe tag. So it would look something like this:

Code:
<iframe src="http://live.screenconnect.com/?Theme=Embedded" style="width: 800px; height: 300px;" scrolling="no"></iframe>


Finally, for the links at the top, I'd recommend creating a new theme by duplicating the Embedded theme found in the App_Themes directory of your ScreenConnect installation, just in case. Then, in your new theme's folder, open up Default.css and add the following lines:

Code:
.LinkPanel
{
    display: none;
}


See HOWTO-0009 for more information on modifying themes.

Save your work, switch to your new theme, and you won't see the links at the top of the page. If you're logged in, you'll probably see, "Welcome, Username," but since a guest is never logged in, he or she will never see that.

Hope that helps!
ScreenConnect Team
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.