Can I Embed Connect Content into my Portal Pages?

Absolutely, this is related to HTML code and not to Connect per se, but some examples below


PLEASE NOTE – I am definitely not a code-person, these are simple examples I have worked out that get *real* developers building the content on their own portals.  Don’t ask me to debug code or finesse the content shown here, it’s just me and my Apache Server and Dreamweaver here!

Embed a Connect Meeting into a Web Page (Figure 2)
Example Code – <iframe src=”http://getconnect.adobeconnect.com/ian/?launcher=false” name=”embed_meeting_room_open” width=”1000″ height=”800″ scrolling=”auto”></iframe>

Figure 1



Embed a Connect Recording into a Web Page (Figure 2)
Example Code – <iframe src=”http://getconnect.adobeconnect.com/p4nph6t7lx1/” name=”example session recording connect 8″ width=”800″ height=”600″ align=”left” scrolling=”auto” frameborder=”0″></iframe>


Figure 2


Embed a Registration Page (Connect Events) Listing in a Web Page (Figure 3)
Example Code – <iframe src=”http://getconnect.acrobat.com/f88792802/” name=”embedded registration listing” width=”1100″ height=”600″ scrolling=”auto” frameborder=”0″></iframe>


Figure 3



Embed a Registration Form (Connect Events) in a Web Page (Figure 4)
Example Code – <iframe src=”http://getconnect.acrobat.com/e63887687/event/registration.html” name=”embed_event_registration_form” width=”800″ height=”600″ scrolling=”auto” frameborder=”0″></iframe>


Figure 4



Embed a Training Catalogue Listing (Connect Events) in a Web Page (Figure 5)
Example Code – <iframe src=”http://getconnect.acrobat.com/catalog1/” name=”embedded catalog listing” width=”1000″ height=”600″ scrolling=”auto” frameborder=”0″></iframe>


Figure 5



Embed a Connect Search Interface in a Web Page (Figure 6)
Example Code – <iframe src=”https://getconnect.adobeconnect.com/admin/home/homepage/search?account-id=88792760&filter-rows=5&filter-start=0&now=yes” name=”example session recording connect 8″ width=”800″ height=”600″ align=”left” scrolling=”auto” frameborder=”0″></iframe>


Figure 6