Embed Conference Area map
The Conference Area plugin allows conference organizers display Conference location, nearby Hotels, Airports, tourist destinations on the conference page.
Step by Step
Follow the steps to generate the conference plugin and add it in your website.
1. Choose the MachPrinciple.com page of the Conference
Copy the URL of a MachPrinciple.com conference page and paste in the Entre URL box.
2. Choose the width of the snippet
Choice of width is optional. You can set the width of the snippet in ``px``. If you choose a width smaller than the minimum width then it will automatically set to the minimum width.
3. Copy and paste code snippet
Click on Get Code. Copy and paste the HTML code in the webpage where you want to add this snippet.
Conference Area Configurator
We have 3 different designs. Conference organiers can choose any of them and add in the conference page.
eg. https://machprinciple.com/conference/12024/LPNMR-2019--15th-International-Conference-on-Logic-Programming-and-Nonmonotonic-Reasoning-
<iframe width='300' style='min-width:250px;' height='480px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/conference_explore/1/'></iframe>
eg. https://machprinciple.com/conference/12024/LPNMR-2019--15th-International-Conference-on-Logic-Programming-and-Nonmonotonic-Reasoning-
<iframe width='720px' style='min-width:250px;' height='270px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/conference_explore/2/'></iframe>
eg. https://machprinciple.com/conference/12024/LPNMR-2019--15th-International-Conference-on-Logic-Programming-and-Nonmonotonic-Reasoning-
<iframe width='800' style='min-width:250px;' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/conference_explore/3/'></iframe>
Suppose we want to generate the plugin for the conference
LPNMR 2019 — 15th International Conference on Logic Programming and Non-monotonic Reasoning
.
Its link in MachPrinciple.com is
https://machprinciple.com/conference/12024/LPNMR-2019--15th-International-Conference-on-Logic-Programming-and-Nonmonotonic-Reasoning-
and its website link is https://sites.sju.edu/plw/lpnmr-2019/.
Manual Design Editing
Designers can write their own CSS file and pass it to the plugins.
For passing your own CSS file e.g. https://machprinciple.com/testcss/mystyle.css
please add ?style=https://machprinciple.com/testcss/mystyle.css
at the end of
the src in the iframe code. The CSS code should be kept in a https:
domain.
The snippit should look as follows
<iframe width='800px' style='min-width:250px;' id='frame_1' height='460px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/conference_explore/1/?style=https://machprinciple.com/testcss/mystyle.css'></iframe>
The CSS code in the https://machprinciple.com/testcss/mystyle.css is as follows
.e_m_a h5 {
background-color: #6e6e6e;
}
.e_m_a {
border: 1px solid #6e6e6e;
}
.fa .fa-circle{
color: #6e6e6e !important;
}
Using your own CSS you are free to modify the content to match your webpage.