Embed Latest Posts
This plugin allows users display latest science and technology articles on their personal webpage using the MachPrinciple.com. The users don't need any detail programming knowledge for adding the post plugin on their webpage.
Step by Step
Follow the steps to generate the conference plugin and add it in your website.
1. 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.
2. 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.
Related Posts Configurator
<iframe width='300px' style='min-width:250px;' height='460px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/related_posts/1'></iframe>
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='300px' style='min-width:250px;' id='frame_1' height='460px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/related_posts/1?style=https://machprinciple.com/testcss/mystyle.css'></iframe>
The CSS code in the https://machprinciple.com/testcss/mystyle.css is as follows
.related_post {
background: #787878 !important;
}
Using your own CSS you are free to modify the content to match your webpage.